summaryrefslogtreecommitdiff
path: root/ccwl
AgeCommit message (Expand)Author
2021-07-05ccwl: Remove extra blank lines.Arun Isaac
2021-07-03doc: Move skribilo configuration into doc directory.Arun Isaac
2021-06-29ccwl: Return #f if alist is empty after filtering.Arun Isaac
2021-06-28ccwl: Import (srfi srfi-2).Arun Isaac
2021-06-28ccwl: Fix indentation.Arun Isaac
2021-06-28ccwl: Support SVG images in HTML documentation.Arun Isaac
2021-06-21ccwl: Link source links to entire s-exp.Arun Isaac
2021-06-19ccwl: Add source links.Arun Isaac
2021-06-15doc: Move documentation from texinfo to skribilo.Arun Isaac
2021-06-01Do not export obsolete functions.Arun Isaac
2021-06-01Introduce new command definition syntax.Arun Isaac
2021-06-01Remove unused setters, appenders, etc.Arun Isaac
2021-06-01In pipe, pass through input keys to all expressions.Arun Isaac
2021-06-01Filter out global workflow inputs from workflow outputs.Arun Isaac
2021-06-01Add filter-mapi.Arun Isaac
2021-06-01Add syntax-lambda**.Arun Isaac
2021-06-01Avoid datum->syntax.Arun Isaac
2021-06-01Add unsyntax-keywords.Arun Isaac
2021-05-23Unify command variable reference.Arun Isaac
2021-05-17Support simpler syntax for inputs with no properties.Arun Isaac
2021-05-17Support implicit key pairing.Arun Isaac
2021-05-17Support commands with implicit step identifier.Arun Isaac
2021-05-17Abstract out command variable reflection.Arun Isaac
2021-05-17Remove deprecated %stdin and %stdout variables.Arun Isaac
2021-05-17Support general DAG workflows.Arun Isaac
2021-05-15Implement <key> type and utilities.Arun Isaac
2021-05-15Pass inputs explicitly to make-workflow.Arun Isaac
2021-05-15Use symbols as input identifiers instead of strings.Arun Isaac
2021-05-15Make stdin a unary key of command.Arun Isaac
2021-05-15Do not convert YAML symbols from kebab case to camel case.Arun Isaac
2021-05-15Add list functions for multi-valued functions.Arun Isaac
2021-04-26Remove deprecated pipeline function.Arun Isaac
2021-04-26Escape asterisk characters in scm->yaml.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-17Expand name Arun I to Arun Isaac.Arun Isaac
2021-04-16Add copyright and commentary sections to files.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-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