This package browser is in early development. Mind the rough edges.

cwltool

Common Workflow Language reference implementation

This is the reference implementation of the CWL 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 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.

Installation

Install the latest version of cwltool as follows:

guix install cwltool

Or install a particular version:

guix install cwltool@3.1.20240112164112

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of cwltool about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/cwltool'><img src='https://packages.guix.gnu.org/packages/cwltool/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cwltool/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cwltool)

Example Org:

[[https://packages.guix.gnu.org/packages/cwltool][https://packages.guix.gnu.org/packages/cwltool/badges/latest-version.svg]]