Skip to content

acliffe38/learn-wdl

 
 

Repository files navigation

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.


Execution Engines

WDL is not executable in and of itself, but requires an execution engine to run. Compliant executions engines should support the features of a specific version of the WDL specification. Please see the linked engine documentation for information on available execution options and support.

  • Cromwell - IMPORTANT This Repo uses cromwell-50.jar for testing all WDL example scripts
  • MiniWDL
  • dxWDL

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

Welcome to Learn WDL


About

Educational materials for learning WDL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • WDL 100.0%