aboutsummaryrefslogtreecommitdiff
path: root/ccwl
AgeCommit message (Expand)Author
2024-04-13ccwl: Restrict #:requirements parameter to YAML serializable trees.HEADmainArun Isaac
2024-03-22ccwl: Implement js-expression.Arun Isaac
2024-03-22scripts: Use unified function terminology.Arun Isaac
2024-03-12ccwl: Find run argument directly without finding the position first.Arun Isaac
2024-03-12ccwl: Count argument positions on flattened run arguments.Arun Isaac
2023-12-01ccwl: Deduplicate global workflow input keys across tee branches.Arun Isaac
2023-12-01ccwl: Implement identity construct.Arun Isaac
2023-11-23yaml: Escape all indicator characters.Arun Isaac
2023-11-23ccwl: Implement item separators for array inputs.Arun Isaac
2023-11-23ccwl: Scan run-args only once when constructing inputs.Arun Isaac
2023-11-23ccwl: Parse run arguments recursively.Arun Isaac
2023-11-21ccwl: Comment on passing global workflow inputs through all commands.Arun Isaac
2023-11-21ccwl: Reimplement rename recursively.Arun Isaac
2023-11-21ccwl: Report unknown keys passed to rename.Arun Isaac
2023-11-19ccwl: Delete code remnant from previous editing.Arun Isaac
2023-11-18ccwl: Error out if arguments have been supplied more than once.Arun Isaac
2023-11-18ccwl: Never set other and binding fields of inputs/outputs to #f.Arun Isaac
2023-11-18ccwl: Report non-existent external CWL workflow files.Arun Isaac
2023-11-18ccwl: Allow nested workflows in workflow body.Arun Isaac
2023-11-18ccwl: Restrict #:binding parameter to YAML serializable trees.Arun Isaac
2023-11-17ccwl: Report errors in rename mappings.Arun Isaac
2023-11-17utils: Define pairify behaviour on odd number of elements.Arun Isaac
2023-11-17ccwl: Implement cross product scattering operations.Arun Isaac
2023-11-17ccwl: Recreate types using syntax.Arun Isaac
2023-11-17ui: Colorize format specifiers not format arguments.Arun Isaac
2023-11-17yaml: Serialize atomic dictionary values on the same line.Arun Isaac
2023-11-16yaml: Comment on various cases handled by scm->yaml.Arun Isaac
2023-11-16yaml: Display arrays with a single atomic element on the same line.Arun Isaac
2023-11-16ccwl: Support nested arrays.Arun Isaac
2023-11-14ccwl: Implement scatter.Arun Isaac
2023-11-14ccwl: Clarify that key->output is meant for workflow outputs only.Arun Isaac
2023-11-14ccwl: Convert stdout type outputs to File type in ccwl.scm.Arun Isaac
2023-11-14ccwl: Build output from key outside of syntax.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-11-07ccwl: Delete unused input=? function.Arun Isaac
2023-11-06ui: Do not attempt to display the line preceding the 0th.Arun Isaac
2023-11-06Use (term ansi-color) for colors.Arun Isaac
2023-11-06ui: Pass port, not filename, to source-in-context.Arun Isaac
2023-11-06ccwl: Error out if #:other parameters are not serializable to YAML.Arun Isaac
2023-10-28ccwl: Restrict #:other parameter to YAML serializable trees.Arun Isaac
2023-10-17ccwl: Add "Invalid parameter" to #:stderr and #:stdout error messages.Arun Isaac
2023-10-17ccwl: Support staging input files.Arun Isaac
2023-10-16ccwl: Add #:requirements argument to command.Arun Isaac
2023-10-16ccwl: Support arbitrary expressions in #:other arguments.Arun Isaac
2023-10-16ccwl: Error out on prefixes that are not strings.Arun Isaac
2023-10-16ccwl: Flatten prefixed string arguments in command definitions.Arun Isaac
2023-10-16ccwl: Move run arguments construction to separate function.Arun Isaac
2023-10-16ccwl: Raise &ccwl-violation on invalid command #:run arguments.Arun Isaac