How to Install cwltool in Ubuntu 18.04



Install cwltool by entering the following commands in the terminal:

sudo apt update
sudo apt install cwltool

Description:

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.

Homepage: http://www.commonwl.org

Version: 1.0.20180302231433-1

Section: universe/science