Skip to content

Releases: PMCC-BioinformaticsCore/python-wdlgen

v0.3.1

12 Jul 21:50
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Minor WDL formatting changes

New command construction API

13 Jul 02:51
a9cc0da
Compare
Choose a tag to compare

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.

Fixes binding optional arrays

10 May 05:09
Compare
Choose a tag to compare
Pre-release

Fix binding of optional arrays with a prefix: -i in1 -i in2 -i in3 where before it wasn't creating a correct separation.

Developmental WDL

01 Mar 05:55
Compare
Choose a tag to compare
Developmental WDL Pre-release
Pre-release

This release brings better functionality to WDL, including directories, fixes for provided default values and better support for command line options.

Note: the WDL generated by this program is only functional with Cromwell >= 37 (NOT 36.1).