Skip to content

New command construction API

Latest
Compare
Choose a tag to compare
@illusional illusional released this 13 Jul 02:51
· 8 commits to master since this release
a9cc0da

The command line generation in WDLGen was less than perfect, so with OpenWDL removing the string interpolator options (OpenWDL:366), it was time for a refresh.

The existing functionality was updated, but preserved through the (CommandArgument | CommandInput).from_fields method (which does this construction for you.

For WDL v1.0 support, please pin illusional.wdlgen <0.3.0, or raise an issue for more support.