biowdl / tasks

A collection of reusable WDL tasks. Category:Other
https://biowdl.github.io/tasks/
MIT License
85 stars 31 forks source link

Invalid placeholder option values in survivor.wdl #281

Closed jdidion closed 3 years ago

jdidion commented 3 years ago

https://github.com/openwdl/wdl/blob/main/versions/1.0/SPEC.md#true-and-false

At lines 47-49 you're using integer values. The spec states that they must be String values.

DavyCats commented 3 years ago

Thanks for reporting. @cagaser resolved this with #284.