Skip to content

dxWDL 2.0.0-rc2

Compare
Choose a tag to compare
@commandlinegirl commandlinegirl released this 30 Jul 19:55
· 19 commits to master since this release
bbbae09

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