Skip to content

Releases: dnanexus/wdlTools

wdlTools 0.17.7

07 Jan 18:47
Compare
Choose a tag to compare
  • Correctly attaches to docker stdout/stderr
  • Fixes exec command to correctly localize paths and handle return code when running in container

wdlTools 0.17.6

05 Jan 14:46
Compare
Choose a tag to compare
  • Fixes stderr() function - previously it was returning the file for stdout
  • Update dxCommon version
  • Updates code to compile with JDK11
  • Updates build environment to JDK11, Scala 2.13.7, and SBT 1.5.7

wdlTools 0.17.5

13 Dec 16:39
Compare
Choose a tag to compare
  • Update dxCommon version

wdlTools 0.17.4

17 Nov 18:50
Compare
Choose a tag to compare
  • Fixes eval.Meta.get to respect override values

wdlTools 0.17.3

16 Nov 03:22
Compare
Choose a tag to compare
  • Updates dxCommon dependency

wdlTools 0.17.2

15 Nov 23:59
Compare
Choose a tag to compare
  • Fixes infinite loop when calling wdlTools.eval.Runtime.contains with "docker" or "container"

wdlTools 0.17.1

19 Oct 21:36
e40bf32
Compare
Choose a tag to compare
  • Fixes parsing of placeholder options in draft-2 and 1.0 such that default and sep are no longer treated as reserved words

wdlTools 0.17.0

22 Sep 17:26
1202008
Compare
Choose a tag to compare
  • Breaking Change Eval.applyMap is changed to Eval.applyAll and takes a Vector rather than Map argument. This is done to ensure the expressions are evaluated in order in case there are dependencies between them.
  • Fixes parsing of runtime.returnCodes

wdlTools 0.16.0

14 Sep 10:58
4a863ed
Compare
Choose a tag to compare
  • Adds parameters for runtime and hint overrides to Eval.Runtime and Eval.Meta classes

wdlTools 0.15.0

16 Aug 16:28
Compare
Choose a tag to compare
  • No longer unwraps optional type for an input with a default value
  • Automatically changes struct declaration with map literal assignment to an object literal
  • Adds Runtime.returnCodes accessor
  • Fixes formatting of single-line expressions in code generator/formatter
  • Fixes default memory value for WDL development
  • Always allow coercion to T_Any