CWL Tool
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:
git clone https://github.com/DNAstack/dnastack-client-library-worked-examples.gitOr 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.
Install cwltool using either method:
Download and install cwltool by one of the following methods.
apt for Debian, Ubuntu, and similar Linux distributionspipTo run the workflow:
Output files can be found in the current directory.
Last updated
Was this helpful?
Was this helpful?
cd dnastack-client-library-worked-examples/sudo apt-get install cwltoolpip3 install cwlref-runner cwltoolcwltool ./examples/cwl/02_download_collection_files.cwl
