The `cwlprov` Python tool is a command line interface to validate and inspect [CWLProv](https://w3id.org/cwl/prov) Research Objects that capture workflow runs, typically executed in a [Common Workflow Language](https://www.commonwl.org/) implementation.
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1471376.svg)](https://doi.org/10.5281/zenodo.1471376)
Installation
You'll need [Python 3](https://www.python.org/downloads/).
To install from [pip](https://pypi.org/project/cwlprov/) try:
pip3 install cwlprov
If you would rather install from this source code:
pip3 install .
If you would like to use the `cwltool rerun` feature you may also need:
pip3 install cwlref-runner
Usage
Use `cwlprov --help` to see all options.
Checksums
SHA256:
c0bca8a038f130dc67f02d4a1c08757a3d7dd33b2219599e71267211a4e484b1 cwlprov-0.1.1-py3-none-any.whl
aa12a6fd99875fd1adc40a12fe3e75812318bb2edb9e087b228d73920cfbe7ab cwlprov-0.1.1.tar.gz