ravanan 0.2.0
High-reproducibility CWL runner powered by Guix
ravanan is a CWL implementation that is powered by GNU Guix and provides strong reproducibility guarantees. ravanan provides strong caching of intermediate results so the same step of a workflow is never run twice. ravanan captures logs from every step of the workflow for easy tracing back in case of job failures. ravanan currently runs on single machines and on slurm via its API.
- Outputs:
out - Website: https://forge.systemreboot.net/ravanan/
- Licenses: GPL 3+
- Package source: gnu/packages/bioinformatics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ravanan 0.2.0 as follows:
guix install ravanan@0.2.0
Or install the latest version:
guix install ravanan
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.