John Didion
John Didion
Sounds good! Feel free to tag me for review.
It probably goes without saying (but I'll say it anyway) that enums can't be named the same as any other data type (or any reserved word for that matter).
@vortexing a common use case is a task parameter that only allows a limited set of values. For example, let's say my tool has a parameter `--output-format` that can have...
That's right - you'd have to explicitly validate the parameter value yourself rather than having the runtime do the validation for you.
Are you hard-coding the file array in your WDL, or passing it in as an input? I suggest doing the latter, and you can write a script that creates the...
FWIW, dxCompiler explicitly states that inputs are read-only, and it is suggested to link an input to the working directory if you need to create an adjacent file (e.g. the...
I like the idea of an errata document.
Here is the 1.1.1 SPEC WIP with the first example: https://github.com/openwdl/wdl/blob/version-1.1.1/versions/1.1/SPEC.md#an-example-wdl-workflow
A great way to demonstrate to the community that WDL != Cromwell would be to not hold up advancing the current version of the spec to 1.1 just because Cromwell...
Answering your original question - yes, wdlTools supports 1.1. I am going to remove the `blocked` label. Anyone please feel free to re-apply it if you really think it's justified...