Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@cmnbroad cmnbroad released this 25 Aug 23:59
· 24 commits to master since this release
0c77027

This release contains updates to WDL generation (#165), including:

  • Replace RuntimeProperties annotation with WorkflowProperties annotation
  • Replace WorkflowResource annotation with separate WorkflowInput and WorkflowOutput annotations
  • Replace companionResources attribute with separate requiredCompanions/optionalCompanions attributes
  • Separate template maps for required and optional outputs

Other fixes:

  • Generate doc for options that are collections of enums. (#160)
  • Disable jopt argument clustering. (#136)