summaryrefslogtreecommitdiff
path: root/ccwl
AgeCommit message (Expand)Author
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-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-04-26Remove deprecated pipeline function.Arun Isaac
2021-04-26Escape asterisk characters in scm->yaml.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-17Expand name Arun I to Arun Isaac.Arun Isaac
2021-04-16Add copyright and commentary sections to files.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-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
2021-03-21Add prefix field to <input> object.Arun Isaac
2021-03-21Remove appender for inputs field of <command>.Arun Isaac
2021-03-17Set default type of outputs to File.Arun Isaac
2021-03-17Set default type of inputs to File.Arun Isaac
2021-03-07Add write-cwl function to write generated CWL to a file.Arun Isaac
2021-03-07Remove field binding from constructor of the <input> type.Arun Isaac
2021-03-07Escape YAML strings that contain the hyphen character.Arun Isaac
2021-03-06Auto-connect steps by matching identifiers.Arun Isaac
2021-03-06Implement pipeline support.Arun Isaac
2021-03-06Rewrite workflow function to output a <step> record.Arun Isaac
2021-03-06Define input=? predicate.Arun Isaac
2021-03-06Add source field to <input> type.Arun Isaac
2021-03-06Remove clitool functions.Arun Isaac
2021-03-06Add command->cwl rendering function.Arun Isaac
2021-03-06Add modifier for run field of <step> object.Arun Isaac
2021-03-06Add field appenders.Arun Isaac
2021-03-06Introduce <command> type.Arun Isaac
2021-03-06Delete command parsing functions.Arun Isaac