John Didion

Results 228 comments of John Didion

@mlin please change target to `wdl-1.2`

Fixed in WDL 1.1.1

I think the issue here is probably that `task2` is undefined if `runTask2` is `false`. So `task2.myUpdate` is essentially `None.myUpdate`, which results in an error. Instead, I think you can...

I think this is better handled by the engine. For example, miniwdl can take input files on the command line, and if it doesn't already turn a glob into an...

WDL is a standard for writing workflows that are (ideally) agnostic of the platform where they are running. This, it doesn't assume that your input files are in the same...

I propose to add an allowed `Struct` to `Struct` coercion, where any struct can be coerced to any other as long as the following are true: 1. They have the...

I think this is done. It there is anything left to do, please open the issue in the wdl-parsers repo.

This should be addressed by #545.