This article is now archived.
WDL articles now live in the openwdl/wdl-docs GitHub repository. Find the updated documentation on the wdl-docs website.
AUTHORING
SublimeText
Our preferred editor for writing WDLs; it offers a good balance of usability and editing features.
Syntax highlighters
Plugins that enable syntax highlighting (i.e. coloring code elements based on their function) for supported text editors. Syntax highlighting has been developed for SublimeText and Visual Studio, vim, and IntelliJ.
VISUALIZATION
Pipeline Builder
A slick web-based tool that creates an interactive graphical representation of any workflow written in WDL; also includes WDL code generation functionality.
VALIDATION & INPUTS
WOMTool
A Java command-line tool co-developed with WDL that performs utility functions, including syntax validation and generation of input JSON templates. See the doc entries on validation and inputs for quickstart instructions.
EXECUTION
Cromwell
An execution engine co-developed with WDL; it can be used on multiple platforms through pluggable backends and offers sophisticated pipeline execution features. See the doc entry on execution for quickstart instructions.
ALL WRAPPED UP
Terra
A cloud-based analysis platform for running workflows written in WDL via Cromwell on Google Cloud; it is open to the public and offers sophisticated data and workflow management features.
wdl_runner
A lightweight command-line workflow submission system that runs WDLs via Cromwell on Google Cloud.
wdlRunR
A Bioconductor package to manage WDL workflows from within R, developed by Sean Davis. See docs here.