/cwl-user-guide

My work for going through Common Workflow Language User Guide

Primary LanguageCommon Workflow Language

Common Workflow Langauge User Guide

This holds my work for going through the Common Workflow Language User Guide.

Setup cwltool

To run the workflows created using CWL, I used the reference implementation tool, cwltool

To install, I create a virtual environment and install inside that:

python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install cwltool
cwltool --version