summaryrefslogtreecommitdiff
path: root/ccwl
AgeCommit message (Expand)Author
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
2021-03-06Remove <intermediate> type.Arun Isaac
2021-03-06Re-order fields of <input> type.Arun Isaac
2021-03-06Combine <workflow-output> type into <output> type.Arun Isaac
2021-03-06Migrate to SRFI-9 records.Arun Isaac
2021-02-27Rewrite parse-command using break-pair.Arun Isaac
2021-02-27Add break-pair utility.Arun Isaac
2021-02-27Display dictionary entries with empty values on the same line.Arun Isaac
2021-02-27Add scm->yaml-string.Arun Isaac
2021-02-27Rename project to ccwl.Arun Isaac