aboutsummaryrefslogtreecommitdiff
path: root/ccwl/cwl.scm
AgeCommit message (Expand)Author
2023-11-23ccwl: Implement item separators for array inputs.Arun Isaac
2023-11-18ccwl: Allow nested workflows in workflow body.Arun Isaac
2023-11-16ccwl: Support nested arrays.Arun Isaac
2023-11-14ccwl: Implement scatter.Arun Isaac
2023-11-14ccwl: Convert stdout type outputs to File type in ccwl.scm.Arun Isaac
2023-11-14ccwl: Introduce syntax for array types.Arun Isaac
2023-11-07cwl: Unify rendering of command and workflow outputs.Arun Isaac
2023-11-07cwl: Deduplicate input to CWL rendering.Arun Isaac
2023-10-17ccwl: Support staging input files.Arun Isaac
2023-10-16ccwl: Add #:requirements argument to command.Arun Isaac
2023-10-15ccwl: Make #:stderr and #:stdout first class parameters.Arun Isaac
2023-09-28cwl: Add generic workflow or command serialization function.Arun Isaac
2023-09-28cwl: Add command to CWL serialization function.Arun Isaac
2021-11-02ccwl: Support external CWL workflows.Arun Isaac
2021-10-11ccwl: Factorize out CWL generation code to separate file.Arun Isaac