summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-26Escape asterisk characters in scm->yaml.Arun Isaac
2021-04-26Test if scm->yaml escapes hyphen characters.Arun Isaac
2021-04-26Add .gitignore.Arun Isaac
2021-04-26Run tests in autotools build system.Arun Isaac
2021-04-26Remove deprecated break-pair tests.Arun Isaac
2021-04-26Add Guix build script.Arun Isaac
2021-04-26Set path to guile in shebang from configure.Arun Isaac
2021-04-26Add autotools build system.Arun Isaac
2021-04-26Add ccwl script.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-26Add plist->alist.Arun Isaac
2021-04-25Upgrade to CWL version 1.2.Arun Isaac
2021-04-17Add copyright section to test files.Arun Isaac
2021-04-17Expand name Arun I to Arun Isaac.Arun Isaac
2021-04-16Add copyright and commentary sections to files.Arun Isaac
2021-04-16Add .dir-locals.el for emacs.Arun Isaac
2021-04-16Implement lambda** n-ary keyword function.Arun Isaac
2021-04-16Make unary-keywords argument of group-keyword-arguments optional.Arun Isaac
2021-04-16Add plist-ref utility.Arun Isaac
2021-04-12Support n-ary keyword arguments.Arun Isaac
2021-03-26Add README.Arun Isaac
2021-03-26Add copy of GPLv3.Arun Isaac
2021-03-22List additional-inputs while generating CWL.Arun Isaac
2021-03-22Add additional-inputs field to <command> type.Arun Isaac
2021-03-22Remove input->tree abstraction.Arun Isaac
2021-03-22Delete input field of <command> object.Arun Isaac
2021-03-21Print steps enclosing <command> objects correctly.Arun Isaac
2021-03-21Use both CWL arguments and inputs arrays.Arun Isaac
2021-03-21Add alist filtering utility function.Arun Isaac
2021-03-21Set the default output of a pipeline.Arun Isaac
2021-03-21Pull out cwl-version as a separate variable.Arun Isaac
2021-03-21Add prefix field to <input> object.Arun Isaac
2021-03-21Remove appender for inputs field of <command>.Arun Isaac
2021-03-17Set default type of outputs to File.Arun Isaac
2021-03-17Set default type of inputs to File.Arun Isaac
2021-03-07Add write-cwl function to write generated CWL to a file.Arun Isaac
2021-03-07Remove field binding from constructor of the <input> type.Arun Isaac
2021-03-07Escape YAML strings that contain the hyphen character.Arun Isaac
2021-03-06Auto-connect steps by matching identifiers.Arun Isaac
2021-03-06Implement pipeline support.Arun Isaac
2021-03-06Rewrite workflow function to output a <step> record.Arun Isaac
2021-03-06Define input=? predicate.Arun Isaac
2021-03-06Add source field to <input> type.Arun Isaac
2021-03-06Remove clitool functions.Arun Isaac
2021-03-06Add command->cwl rendering function.Arun Isaac
2021-03-06Add modifier for run field of <step> object.Arun Isaac
2021-03-06Add field appenders.Arun Isaac
2021-03-06Introduce <command> type.Arun Isaac