aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-02ccwl: Support external CWL workflows.Arun Isaac
2021-11-02guix.scm: Define ccwl as a separate variable.Arun Isaac
2021-11-02ccwl: Rename graphviz to dot.Arun Isaac
2021-10-19configure: Warn if emacs is not found.Arun Isaac
2021-10-19configure: Error out if required programs are not found.Arun Isaac
2021-10-19guix.scm: Use git-predicate from (guix git-download).Arun Isaac
2021-10-18doc: Say that inputs, not workflow inputs, come into pipe and tee.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-12tests: Fix quoting of type.Arun Isaac
2021-10-12Makefile: Use ccwl to generate graphviz graph.Arun Isaac
2021-10-12scripts: Allow compiling to graphviz.Arun Isaac
2021-10-12scripts: Print usage information on --help and incorrect usage.Arun Isaac
2021-10-12scripts: Use args-fold.Arun Isaac
2021-10-12scripts: Wrap main body in function.Arun Isaac
2021-10-12ccwl: Implement compiling to graphviz.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-04ccwl: Support #:allow-other-keys in lambda** and syntax-lambda**.Arun Isaac
2021-10-04ccwl: Error out on invalid keywords to lambda**.Arun Isaac
2021-10-04tests: Remove stray syntax-lambda** form.Arun Isaac
2021-10-04Revert "In pipe, pass through input keys to all expressions."Arun Isaac
2021-10-04website: Upcase SVG in comment.Arun Isaac
2021-09-29README: Add a Download section using a dynamic block.Arun Isaac
2021-09-29README: Add GitHub link using an org dynamic block.Arun Isaac
2021-09-29Makefile: Record dependency on build-home-page.el.Arun Isaac
2021-08-17build-aux: Remove redundant beginning-of-line.Arun Isaac
2021-08-17build-aux: Link to GitHub repo on website.Arun Isaac
2021-08-17ccwl: Define output objects using a macro instead of a function.Arun Isaac
2021-08-17build-aux: Preserve only the LIBRARY_PATH environment in cwltool runs.Arun Isaac
2021-08-16Makefile: Generate sample output when building documentation.Arun Isaac
2021-08-16Makefile: Clean dot files correctly.Arun Isaac
2021-08-16Makefile: Allow tabs when editing in Emacs.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-27build-aux: Use #t as the expected value for test-assert tests.Arun Isaac
2021-07-20ccwl: Do not specify '() as the default value for n-ary arguments.Arun Isaac
2021-07-20ccwl: Set default value of lambda** n-ary arguments to '().Arun Isaac
2021-07-20ccwl: Document syntax-lambda** support for default arguments.Arun Isaac
2021-07-20ccwl: Clarify difference between and lambda** and syntax-lambda**.Arun Isaac
2021-07-20ccwl: Support default values for arguments in lambda**.Arun Isaac
2021-07-20tests: Add tests for ccwl/utils.scm.Arun Isaac
2021-07-20ccwl: Add examples to docstrings.Arun Isaac