Skip to content

Releases: dnanexus/dxWDL

dxWDL v1.50

09 Dec 19:03
Compare
Choose a tag to compare

Added per-workflow and per-scatter chunk size settings to extras.json

dxWDL v1.49.4

24 Oct 13:40
f4cd437
Compare
Choose a tag to compare
dxWDL v1.49.4 Pre-release
Pre-release
  • Introduced a -streamFiles option for WDL compilation, with two valid values: all and none. It allows the user to specify whether to mount all files with dxfuse (do not use the download agent), or to mount no files with dxfuse (only use download agent); this setting overrides any per-file settings in WDL parameter_meta sections.

dxWDL 2.0.0-rc4

15 Oct 21:02
Compare
Choose a tag to compare
  • Major code reorganization to separate the compiler from executor
  • Upgrade of dxda to v0.5.4 and dxfuse to v0.22.4

dxWDL v1.49.3

07 Oct 20:30
Compare
Choose a tag to compare
dxWDL v1.49.3 Pre-release
Pre-release
  • Upgrade dxda to v0.5.4
  • Increase number of API retries to 10
  • Add 'fields' key when calling system/findXXX with describe

dxWDL 1.45.2

07 Oct 20:08
Compare
Choose a tag to compare
dxWDL 1.45.2 Pre-release
Pre-release
  • Upgrade dxda to v0.5.4
  • Increase the number of API retries to 10
  • Add 'fields' key when calling system/findXXX with describe

dxWDL v1.49.2 (pre-release)

30 Sep 20:43
Compare
Choose a tag to compare
Pre-release
  • Upgraded dxda to v0.5.3

dxWDL v1.45.1

30 Sep 19:59
53581ec
Compare
Choose a tag to compare
dxWDL v1.45.1 Pre-release
Pre-release
  • Upgraded dxda to v0.5.3
  • Upgraded dxfuse to v0.22.4

dxWDL v1.49.1 (pre-release)

22 Sep 02:51
Compare
Choose a tag to compare
Pre-release
  • Fix name regexp in DxFindDataObjects, which makes searching for objects in a folder with existing objects much faster
  • Upgrade dxfuse to 0.22.4

dxWDL v1.49.0 (pre-release)

18 Sep 23:11
Compare
Choose a tag to compare
Pre-release
  • Remove size limit on scatters. Instead, scatters are broken up into chunks, with up to 500 jobs in each chunk. This allows scatters of any size while minimizing load on the API server.
  • Describe executions during call to system/findExecutions, rather than as a separate call, to fix error when describing more than 1000 scatter jobs

dxWDL 2.0.0-rc3

16 Sep 19:12
Compare
Choose a tag to compare

Update to latest wdlTools (0.5.0), which includes these changes:

  • Code reorg (e.g. wdlTools.util.Utils was split into FileUtils and SystemUtils and some functions renamed (e.g. exprToString -> prettyFormatExpr)
  • WDL Ints are now represented as Scala Longs
  • TypedAbstractSyntax was simplified and some classes removed/unified
  • Eval API changed, and Context was removed in favor of the more generic Bindings class