summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-25Hide Top node introduction in printed manual.Arun Isaac
2021-05-25Mention version in manual.Arun Isaac
2021-05-24Mention documentation in the README.Arun Isaac
2021-05-24Rewrite the README introduction to ccwl.Arun Isaac
2021-05-24Add HTML manual to website.Arun Isaac
2021-05-24Add CSS to website.Arun Isaac
2021-05-24Build website from README.org.Arun Isaac
2021-05-24Add Contributing section to README.Arun Isaac
2021-05-24Downcase ccwl.Arun Isaac
2021-05-24Do not compile pre-inst-env.Arun Isaac
2021-05-24Remove unnecessary -s flag from shebang.Arun Isaac
2021-05-24Replace suffix rule with pattern rule.Arun Isaac
2021-05-24Do not bind command line argument 0 in pre-inst-env.Arun Isaac
2021-05-24Set PATH in pre-inst-env.Arun Isaac
2021-05-24Add "Workflow with multiple steps" to tutorial.Arun Isaac
2021-05-24Install ccwl script.Arun Isaac
2021-05-24Add "Capturing output files" to tutorial.Arun Isaac
2021-05-24Add "Capturing stdout" section to tutorial.Arun Isaac
2021-05-24Add "First example" section to tutorial.Arun Isaac
2021-05-24Add tutorial.Arun Isaac
2021-05-23Unify command variable reference.Arun Isaac
2021-05-23Add manual.Arun Isaac
2021-05-17Support simpler syntax for inputs with no properties.Arun Isaac
2021-05-17Support implicit key pairing.Arun Isaac
2021-05-17Support commands with implicit step identifier.Arun Isaac
2021-05-17Abstract out command variable reflection.Arun Isaac
2021-05-17Remove deprecated %stdin and %stdout variables.Arun Isaac
2021-05-17Indent workflow macro correctly.Arun Isaac
2021-05-17Support general DAG workflows.Arun Isaac
2021-05-15Implement <key> type and utilities.Arun Isaac
2021-05-15Pass inputs explicitly to make-workflow.Arun Isaac
2021-05-15Use symbols as input identifiers instead of strings.Arun Isaac
2021-05-15Make stdin a unary key of command.Arun Isaac
2021-05-15Do not convert YAML symbols from kebab case to camel case.Arun Isaac
2021-05-15Add list functions for multi-valued functions.Arun Isaac
2021-05-14Rewrite pre-inst-env in scheme.Arun Isaac
2021-04-26Remove deprecated pipeline function.Arun Isaac
2021-04-26Escape asterisk characters in scm->yaml.Arun Isaac
2021-04-26Test if scm->yaml escapes hyphen characters.Arun Isaac
2021-04-26Add .gitignore.Arun Isaac
2021-04-26Run tests in autotools build system.Arun Isaac
2021-04-26Remove deprecated break-pair tests.Arun Isaac
2021-04-26Add Guix build script.Arun Isaac
2021-04-26Set path to guile in shebang from configure.Arun Isaac
2021-04-26Add autotools build system.Arun Isaac
2021-04-26Add ccwl script.Arun Isaac
2021-04-26Redefine command using lambda**.Arun Isaac
2021-04-26Implement the CCWL embedded domain specific language.Arun Isaac
2021-04-26Add setter for source field of <output> type.Arun Isaac
2021-04-26Add plist->alist.Arun Isaac