summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-04-25Upgrade to CWL version 1.2.Arun Isaac
2021-04-17Add copyright section to test files.Arun Isaac
2021-04-17Expand name Arun I to Arun Isaac.Arun Isaac
2021-04-16Add copyright and commentary sections to files.Arun Isaac
2021-04-16Add .dir-locals.el for emacs.Arun Isaac
2021-04-16Implement lambda** n-ary keyword function.Arun Isaac
2021-04-16Make unary-keywords argument of group-keyword-arguments optional.Arun Isaac
2021-04-16Add plist-ref utility.Arun Isaac
2021-04-12Support n-ary keyword arguments.Arun Isaac
2021-03-26Add README.Arun Isaac
2021-03-26Add copy of GPLv3.Arun Isaac
2021-03-22List additional-inputs while generating CWL.Arun Isaac
2021-03-22Add additional-inputs field to <command> type.Arun Isaac
2021-03-22Remove input->tree abstraction.Arun Isaac
2021-03-22Delete input field of <command> object.Arun Isaac
2021-03-21Print steps enclosing <command> objects correctly.Arun Isaac
2021-03-21Use both CWL arguments and inputs arrays.Arun Isaac
2021-03-21Add alist filtering utility function.Arun Isaac
2021-03-21Set the default output of a pipeline.Arun Isaac
2021-03-21Pull out cwl-version as a separate variable.Arun Isaac