CWL Tool
Last updated
Was this helpful?
Last updated
Was this helpful?
Common Workflow Language (CWL) provides an alternative workflow specification to WDL. This guide demonstrates running the 02_download_collection_files
workflow in CWL format using CWLtool and Docker.
Python 3.6 or higher
Optional: cURL and git
You'll need to download:
Download the worked examples repository using either method:
Or and Unzip
It is assumed that all commands will be run from the root directory of this repository on your local machine. From the directory where you’ve downloaded the examples repository.
Install cwltool using either method:
apt
for Debian, Ubuntu, and similar Linux distributionspip
To run the workflow:
Output files can be found in the current directory.
Download and install by one of the following methods.