ccwl
ccwl copied to clipboard
Concise Common Workflow Language
Check website for broken links in CI job, perhaps using a tool like [linkchecker](https://linkchecker.github.io/linkchecker/). This will help early detection of broken links.
Something like `#:run ("-pop" "$(inputs.population.nameroot)")` is compiled to ```yaml arguments: - position: 3 valueFrom: "-pop" - position: 4 valueFrom: $(inputs.population.nameroot) ``` It should rather be compiled to ```yaml - position:...
Make secondary files a first class citizen. Currently, it needs to be passed in through the `#:other` parameter of inputs.
Automatically convert `pipe` constructs to a Unix pipeline. This is only possible in the special case when an stdout type output of one command is connected to the stdin of...