get_version(iterable)
get_version
Get the version of the WDL document.
iterable (Iterable[str]) – An iterable that contains the lines of a WDL document.
The WDL version used in the workflow.
str
Getting Started
Common Workflow Language (CWL)
Workflow Description Language (WDL)
Advanced Toil Usage
Toil Python API
Contributing to Toil
Appendices
get_version()