CWL Tool
Common Workflow Language (CWL) is another workflow specification (similar to WDL). Below will outline how to run the 02_download_collection_files
workflow in the CWL format locally using CWLtool and Docker.
Prerequisites
python 3.6+
(Optional) cURL
(Optional) git
Getting Started
The following software and workflow are required and will be downloaded, installed, and used as part of this tutorial:
Download the worked examples repository by one of the following methods.
Clone with Git
or
Download 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.
[block:image] { "images": [ { "image": [] } ] } [/block]
Download and install cwltool by one of the following methods.
Using
apt
for Debian, Ubuntu, and similar Linux distributions
or
pip
Running the workflow
To run the workflow:
Output files can be found in the current directory.
Last updated