All Projects → openwdl → learn-wdl

openwdl / learn-wdl

Licence: BSD-3-Clause license
Educational materials for learning WDL

Programming Languages

wdl
31 projects
shell
77523 projects

learn-wdl

What is WDL?

  • The Workflow Description Language (WDL or 'widdle') is an open source scripting language which allows you to specify data processing workflows with a human-readable and -writeable syntax.
  • WDL was originally developed for genomics, but can be extended to other domains.
  • This repository contains educational materials for learning to read and write WDL scripts.


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

  • cromwell - IMPORTANT This Repo uses cromwell-50.jar for testing all WDL example scripts
  • miniwdl - WDL script local runner & developer toolkit for Python 3.6+ - docs here & course here
  • dxWDL - takes a pipeline written in WDL and compiles it to an equivalent workflow on the DNAnexus platform. WDL draft-2, version 1.0, and the development version are supported
  • wdlTools - Scala programming language library for parsing WDL, and command-line tools for type-checking, code formatting, and more.

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

Welcome to Learn WDL


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].