0.7
- 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
- Optional parameters:
- Google JES backend