github dnanexus/dxCompiler 2.10.6
dxCompiler 2.10.6

latest releases: 2.11.7, 2.11.6, 2.11.5...
23 months ago
  • Support for Directory outputs in the WDL development version. Note that the dxCompiler support for the development version of WDL is under development and not yet production-ready.
  • Minor fixes of type coercion. It includes a fix to the "Value V_String(1.0 GiB) could not be coerced to one of Vector(T_Int)" error when setting Runtime.memory as a string in a development version task, for example:
task {
  ...
  runtime {
    memory: "1 GiB"
  }
}

Dependency updates

wdlTools 0.17.14

  • Support for Directory outputs in the WDL development version
  • Minor fixes of type coercion

Don't miss a new dxCompiler release

NewReleases is sending notifications on new releases.