Releases: dnanexus/wdlTools
Releases · dnanexus/wdlTools
wdlTools 0.17.7
- 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
- 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
- Update dxCommon version
wdlTools 0.17.4
- Fixes
eval.Meta.get
to respect override values
wdlTools 0.17.3
- Updates dxCommon dependency
wdlTools 0.17.2
- Fixes infinite loop when calling
wdlTools.eval.Runtime.contains
with "docker" or "container"
wdlTools 0.17.1
- Fixes parsing of placeholder options in draft-2 and 1.0 such that
default
andsep
are no longer treated as reserved words
wdlTools 0.17.0
- Breaking Change
Eval.applyMap
is changed toEval.applyAll
and takes aVector
rather thanMap
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
- Adds parameters for runtime and hint overrides to
Eval.Runtime
andEval.Meta
classes
wdlTools 0.15.0
- 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