index
:
ccwl
keyring
main
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-14
ccwl: Implement scatter.
Arun Isaac
2023-11-14
ccwl: Clarify that key->output is meant for workflow outputs only.
Arun Isaac
2023-11-14
ccwl: Convert stdout type outputs to File type in ccwl.scm.
Arun Isaac
2023-11-14
ccwl: Build output from key outside of syntax.
Arun Isaac
2023-11-14
ccwl: Introduce syntax for array types.
Arun Isaac
2023-11-07
cwl: Unify rendering of command and workflow outputs.
Arun Isaac
2023-11-07
cwl: Deduplicate input to CWL rendering.
Arun Isaac
2023-11-07
ccwl: Delete unused input=? function.
Arun Isaac
2023-11-06
ui: Do not attempt to display the line preceding the 0th.
Arun Isaac
2023-11-06
tests: Add tests for ui.scm.
Arun Isaac
2023-11-06
Use (term ansi-color) for colors.
Arun Isaac
2023-11-06
ui: Pass port, not filename, to source-in-context.
Arun Isaac
2023-11-06
ccwl: Error out if #:other parameters are not serializable to YAML.
Arun Isaac
2023-10-28
ccwl: Restrict #:other parameter to YAML serializable trees.
Arun Isaac
2023-10-17
doc: Add staging-input-files.scm snippet source file.
Arun Isaac
2023-10-17
ccwl: Add "Invalid parameter" to #:stderr and #:stdout error messages.
Arun Isaac
2023-10-17
ccwl: Support staging input files.
Arun Isaac
2023-10-16
ccwl: Add #:requirements argument to command.
Arun Isaac
2023-10-16
ccwl: Support arbitrary expressions in #:other arguments.
Arun Isaac
2023-10-16
ccwl: Error out on prefixes that are not strings.
Arun Isaac
2023-10-16
ccwl: Flatten prefixed string arguments in command definitions.
Arun Isaac
2023-10-16
ccwl: Move run arguments construction to separate function.
Arun Isaac
2023-10-16
ccwl: Raise &ccwl-violation on invalid command #:run arguments.
Arun Isaac
2023-10-16
ccwl: Check if inputs in command definitions are defined.
Arun Isaac
2023-10-16
tests: Allow literal ints as arguments.
Arun Isaac
2023-10-15
ccwl: Make #:stderr and #:stdout first class parameters.
Arun Isaac
2023-10-14
ccwl: Detect multiple expressions in workflow body.
Arun Isaac
2023-10-14
ccwl: Raise &ccwl-violation when workflow syntax is not recognized.
Arun Isaac
2023-10-13
tests: Raise a &ccwl-violation on unknown keys.
Arun Isaac
2023-10-13
ccwl: Convert syntax to datum before checking if it is a symbol.
Arun Isaac
2023-10-09
ccwl: Deprecate auto-connection of single input commands.
Arun Isaac
2023-10-09
ccwl: Allow literals as arguments.
Arun Isaac
2023-10-09
tests: Catch expressions that don't raise exceptions.
Arun Isaac
2023-10-09
ccwl: Error out if steps with expression commands have no identifier.
Arun Isaac
2023-10-09
ccwl: In macro expansion, use eval instead of module introspection.
Arun Isaac
2023-09-29
ccwl: Comment on allowing default parameter values.
Arun Isaac
2023-09-29
ccwl: Allow steps with unspecified default arguments.
Arun Isaac
2023-09-28
scripts: Raise exception when file does not return supported object.
Arun Isaac
2023-09-28
scripts: Support returning command objects from ccwl files.
Arun Isaac
2023-09-28
graphviz: Add generic workflow or command serialization function.
Arun Isaac
2023-09-28
graphviz: Add command to dot serialization function.
Arun Isaac
2023-09-28
cwl: Add generic workflow or command serialization function.
Arun Isaac
2023-09-28
cwl: Add command to CWL serialization function.
Arun Isaac
2023-09-28
scripts: Catch and report &formatted-message conditions.
Arun Isaac
2023-09-28
ui: Split out reporting of &formatted-message conditions.
Arun Isaac
2023-09-20
scripts: Ignore quit exceptions when requesting the user report bugs.
Arun Isaac
2023-09-20
scripts: Set scheme mode in Emacs.
Arun Isaac
2023-09-20
scripts: Catch uncaught exceptions and request the user report them.
Arun Isaac
2023-09-20
scripts: Allow script to be loaded without executing main.
Arun Isaac
2023-09-20
ccwl: Add TODO to support commands in lexical scope.
Arun Isaac
[prev]
[next]