index
:
ccwl
keyring
main
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-26
Add Guix build script.
Arun Isaac
2021-04-26
Set path to guile in shebang from configure.
Arun Isaac
2021-04-26
Add autotools build system.
Arun Isaac
2021-04-26
Add ccwl script.
Arun Isaac
2021-04-26
Redefine command using lambda**.
Arun Isaac
2021-04-26
Implement the CCWL embedded domain specific language.
Arun Isaac
2021-04-26
Add setter for source field of <output> type.
Arun Isaac
2021-04-26
Add plist->alist.
Arun Isaac
2021-04-25
Upgrade to CWL version 1.2.
Arun Isaac
2021-04-17
Add copyright section to test files.
Arun Isaac
2021-04-17
Expand name Arun I to Arun Isaac.
Arun Isaac
2021-04-16
Add copyright and commentary sections to files.
Arun Isaac
2021-04-16
Add .dir-locals.el for emacs.
Arun Isaac
2021-04-16
Implement lambda** n-ary keyword function.
Arun Isaac
2021-04-16
Make unary-keywords argument of group-keyword-arguments optional.
Arun Isaac
2021-04-16
Add plist-ref utility.
Arun Isaac
2021-04-12
Support n-ary keyword arguments.
Arun Isaac
2021-03-26
Add README.
Arun Isaac
2021-03-26
Add copy of GPLv3.
Arun Isaac
2021-03-22
List additional-inputs while generating CWL.
Arun Isaac
2021-03-22
Add additional-inputs field to <command> type.
Arun Isaac
2021-03-22
Remove input->tree abstraction.
Arun Isaac
2021-03-22
Delete input field of <command> object.
Arun Isaac
2021-03-21
Print steps enclosing <command> objects correctly.
Arun Isaac
2021-03-21
Use both CWL arguments and inputs arrays.
Arun Isaac
2021-03-21
Add alist filtering utility function.
Arun Isaac
2021-03-21
Set the default output of a pipeline.
Arun Isaac
2021-03-21
Pull out cwl-version as a separate variable.
Arun Isaac
2021-03-21
Add prefix field to <input> object.
Arun Isaac
2021-03-21
Remove appender for inputs field of <command>.
Arun Isaac
2021-03-17
Set default type of outputs to File.
Arun Isaac
2021-03-17
Set default type of inputs to File.
Arun Isaac
2021-03-07
Add write-cwl function to write generated CWL to a file.
Arun Isaac
2021-03-07
Remove field binding from constructor of the <input> type.
Arun Isaac
2021-03-07
Escape YAML strings that contain the hyphen character.
Arun Isaac
2021-03-06
Auto-connect steps by matching identifiers.
Arun Isaac
2021-03-06
Implement pipeline support.
Arun Isaac
2021-03-06
Rewrite workflow function to output a <step> record.
Arun Isaac
2021-03-06
Define input=? predicate.
Arun Isaac
2021-03-06
Add source field to <input> type.
Arun Isaac
2021-03-06
Remove clitool functions.
Arun Isaac
2021-03-06
Add command->cwl rendering function.
Arun Isaac
2021-03-06
Add modifier for run field of <step> object.
Arun Isaac
2021-03-06
Add field appenders.
Arun Isaac
2021-03-06
Introduce <command> type.
Arun Isaac
2021-03-06
Delete command parsing functions.
Arun Isaac
2021-03-06
Remove <intermediate> type.
Arun Isaac
2021-03-06
Re-order fields of <input> type.
Arun Isaac
2021-03-06
Combine <workflow-output> type into <output> type.
Arun Isaac
2021-03-06
Migrate to SRFI-9 records.
Arun Isaac
[prev]
[next]