Home

Awesome

learn-wdl

What is WDL?

<img src="https://github.com/openwdl/learn-wdl/raw/master/images/wdl-icon.png" width="460" align="right">
<img src="https://github.com/openwdl/learn-wdl/raw/master/images/3-wdl.png" width="400" align="left">

About WDL script execution

WDL scripts are not executable in and of themselves, but they require an execution engine and environment to be runnable. Compliant executions engines should support the features of a specific version of the WDL specification, i.e. WDL 1.0, etc...

Please see the linked engine documentation for information on available execution options and support. Some of the environments (shown linked below) include WDL parsing, linting and DAG (Directed Acyclic Graph or workflow) visualization tools as well.

Most of these environments request one or more language runtimes (such as Java, Python). Please read the documentation for the execution environment documentation for the particular environment for details.


Environments


📺 Click below to WATCH 'Course Intro Video' (10 min) on YouTube

Welcome to Learn WDL