cwltool
Common Workflow Language reference implementation
Install
- All systems
-
curl cmd.cat/cwltool.sh
- Debian
-
apt-get install cwltool
- Ubuntu
-
apt-get install cwltool
- Kali Linux
-
apt-get install cwltool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cwltool
- Raspbian
-
apt-get install cwltool
- Dockerfile
- dockerfile.run/cwltool
cwltool
Common Workflow Language reference implementation
This is the reference implementation of the Common Workflow Language standards. The CWL open standards are for describing analysis workflows and tools in a way that makes them portable and scalable across a variety of software and hardware environments, from workstations to cluster, cloud, and high performance computing (HPC) environments. CWL is designed to meet the needs of data-intensive science, such as Bioinformatics, Medical Imaging, Astronomy, Physics, and Chemistry. The CWL reference implementation (cwltool) is intended to be feature complete and to provide comprehensive validation of CWL files as well as provide other tools related to working with CWL descriptions.