dxWDL 2.0.0-rc2
·
19 commits
to master
since this release
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