Skip to content

0.7

Compare
Choose a tag to compare
@scottfrazer scottfrazer released this 29 Jul 17:34
· 5390 commits to master since this release

scaladoc

  • Improve README.md documentation
  • Add various WDL features:
    • Optional parameters: ${String param?}
    • Postfix quantifier support: ${sep=" " File files*}
    • Declarations at the task and workflow level: Array[String] my_var
    • String interpolation "${var}.txt"
    • Array data type support
  • Google JES backend