Skip to content

Orchestrate workflows with CWL

Vincent Emonet edited this page Jun 13, 2019 · 10 revisions

The Common Workflow Language can be used to define workflows of Docker containers from the Data2Services ecosystem.

At the moment we will use the cwltool reference implementation on Ubuntu. Feel free to use your favorite implementation of CWL.

sudo apt install cwltool

cwl-runner documentation

Developed by the Cancer Genome Collaboratory, it is an open platform used by the GA4GH for sharing Docker-based tools described with the Common Workflow Language (CWL), the Workflow Description Language (WDL), or Nextflow (NFL)

Graphical UI to build CWL Workflows. See on GitHub