summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-06Release version 0.2.0.v0.2.0Arun Isaac
2021-11-05doc: Search source-path in scheme-source-form.Arun Isaac
2021-11-05build-aux: Extract dependencies from scheme-source-form.Arun Isaac
2021-11-05build-aux: Delete duplicates in dependencies.Arun Isaac
2021-11-05gitignore: Ignore dot files.Arun Isaac
2021-11-05doc: Add spell check workflow to tutorial.Arun Isaac
2021-11-05doc: Support extracting specific forms from a scheme file.Arun Isaac
2021-11-05build-aux: Hide doc/cwl-output in the manual output snippets.Arun Isaac
2021-11-05website: Do not specify line-height on h1, h2 and h3.Arun Isaac
2021-11-05Makefile: Copy images without recursion.Arun Isaac
2021-11-05Makefile: Delete target if recipe fails.Arun Isaac
2021-11-05Makefile: Create doc directory before populating it.Arun Isaac
2021-11-05Makefile: Do not clean files based on extension.Arun Isaac
2021-11-05Makefile: Distinguish DOC_OTHER from DOC_OUT.Arun Isaac
2021-11-05doc: Document reuse of external CWL workflows.Arun Isaac
2021-11-04Makefile: Distribute doc/hello.c.gz. and doc/hello.txt.Arun Isaac
2021-11-04Makefile: Pass auxiliary dependencies from automatic variables.Arun Isaac
2021-11-04build-aux: Use paths relative to top-level in generate-cwl-output.sh.Arun Isaac
2021-11-02configure: Check for (yaml) guile module.Arun Isaac
2021-11-02Makefile: Distribute doc/hello.tar.Arun Isaac
2021-11-02Makefile: Do not distribute *.out files.Arun Isaac
2021-11-02tests: Add input-output-parameters.cwl.Arun Isaac
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