aboutsummaryrefslogtreecommitdiff
path: root/ccwl/ccwl.scm
AgeCommit message (Expand)Author
2022-01-16ccwl: Raise parameter errors in workflow steps as exceptions.Arun Isaac
2022-01-16ccwl: Raise undefined ccwl command error as exception.Arun Isaac
2022-01-16ccwl: Raise exceptions on command syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on output syntax errors.Arun Isaac
2022-01-16ccwl: Raise exceptions on input syntax errors.Arun Isaac
2022-01-16ccwl: Do not expand to syntax values.Arun Isaac
2022-01-16ccwl: Remove out field from <step> type.Arun Isaac
2021-11-02ccwl: Support external CWL workflows.Arun Isaac
2021-10-18ccwl: Fix indentation and paragraph filling.Arun Isaac
2021-10-18ccwl: Implement rename to rename keys between steps.Arun Isaac
2021-10-18ccwl: Improve comment describing handling of single input commands.Arun Isaac
2021-10-18ccwl: Add setter for name field of <key> type.Arun Isaac
2021-10-18ccwl: Separate ccwl key from CWL input/output id.Arun Isaac
2021-10-11ccwl: Remove unused invoke-command function.Arun Isaac
2021-10-11ccwl: Factorize out CWL generation code to separate file.Arun Isaac
2021-10-11ccwl: Remove unused write-cwl function.Arun Isaac
2021-10-07ccwl: Pass workflow inputs through every command.Arun Isaac
2021-10-06ccwl: Fix the docstring of workflow-steps.Arun Isaac
2021-10-04ccwl: Quote source code in error messages.Arun Isaac
2021-10-04Revert "In pipe, pass through input keys to all expressions."Arun Isaac
2021-08-17ccwl: Define output objects using a macro instead of a function.Arun Isaac
2021-08-16ccwl: Define input objects using a macro instead of a function.Arun Isaac
2021-07-27ccwl: Make syntax-lambda** more like lambda**.Arun Isaac
2021-07-20ccwl: Do not specify '() as the default value for n-ary arguments.Arun Isaac
2021-07-05ccwl: Remove extra blank lines.Arun Isaac
2021-06-29ccwl: Return #f if alist is empty after filtering.Arun Isaac
2021-06-28ccwl: Import (srfi srfi-2).Arun Isaac
2021-06-01Do not export obsolete functions.Arun Isaac
2021-06-01Introduce new command definition syntax.Arun Isaac
2021-06-01Remove unused setters, appenders, etc.Arun Isaac
2021-06-01In pipe, pass through input keys to all expressions.Arun Isaac
2021-06-01Filter out global workflow inputs from workflow outputs.Arun Isaac
2021-05-23Unify command variable reference.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-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-04-26Remove deprecated pipeline function.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-25Upgrade to CWL version 1.2.Arun Isaac
2021-04-17Expand name Arun I to Arun Isaac.Arun Isaac