Skip to content

Releases: dnanexus/dxWDL

dxWDL v1.48.2

10 Aug 05:09
Compare
Choose a tag to compare
  • Upgrade dxfuse to v0.22.3 to retry 502 errors inside jobs.
  • Upgrade dx-download-agent to v0.5.1 to fix retry.

dxWDL 2.0.0-rc2

30 Jul 19:55
bbbae09
Compare
Choose a tag to compare

Changes included in this release candidate version:

  • Use wdlTools published in Maven Central rather than local snapshot
  • Add special handling for structs when creating output closures
  • Improve use of collections with preference to using Vectors over Lists and reduce the use of mutable collections
  • Make it possible to run apps built using dxWDL (after applets to apps conversion using dx-toolkit SDK, min. v0.296)
  • Split dxWDL into four distinct parts:
    • dx.api: Scala wrapper around dxJava
    • dx.compiler: the client-side workflow compiler
    • dx.exec: the runtime executor
    • dx.core: common code used by both compiler and exec
  • Improve file resolving and caching

Upgrade dx-download-agent to v.0.4.0

09 Jul 21:04
Compare
Choose a tag to compare

Upgrade of dx-download-agent to v0.4.0 to fix progress reporting errors and symlink downloads.

dxWDL v2.0.0-rc

26 Jun 04:51
Compare
Choose a tag to compare
  • Replaced WOM with wdlTools
  • TODO:
    • Publish wdlTools to MavenCentral and update build.sbt
    • Map parameter_meta output parameters, update docs (ExpertOptions.md and Internals.md)
  • Replaced Travis with Github Actions for unit testing
  • Optimized bulk description of files by replacing system/describeDataObjects with system/findDataObjects API call and scoping file search to projects

Upgrade dx-download-agent

25 Jun 03:35
Compare
Choose a tag to compare
  • Upgrade of dx-download-agent which retries 502 errors in jobs
  • Optimized bulk description of files by replacing system/describeDataObjects with system/findDataObjects API call and scoping file search to projects

Upgrade of dx-download-agent to v.0.3.0

06 Jun 02:05
Compare
Choose a tag to compare

Minor updates in logging

27 May 18:19
Compare
Choose a tag to compare
  • Print dxda and dxfuse versions in applet execution

Minor updates and exectree enhancement

15 May 01:02
Compare
Choose a tag to compare

Minor changes

09 Apr 00:56
fe922bd
Compare
Choose a tag to compare
  • Limit scatters to 500 elements. Running more than that risks causing platform problems.
  • Uprade dxfuse to v0.22.1

Bug fix release

30 Mar 14:52
Compare
Choose a tag to compare
  • fixed bug when describing a live (non-archived) hidden file.
  • Upgrade dxfuse to v0.21