- WDL: fixes a runtime error when a scatter over an empty array tries to return an empty array. Error occurred
specifically when a task wrapped in a scatter fragment had an array among the outputs. Currently, evaluation of a task
over an empty array returns an empty array, and the wrapped task is not executed. - WDL: fixes a runtime error when a private variable is accessed by index then by key (e.g.
my_var[0].left
). - Minor: error message now suggests to compile with
-archive
flag instead of the deprecated-a
flag when an applet
with duplicate name exists. - Minor. WDL: removed obsolete warning messages when compiling with
parameter_meta
section in WDL source.
Dependency updates
dxApi 0.13.4
- Fixes handling of
suggestions
field for IO specs when only project ID is specified. Now instead of exception
a warning is thrown.