From 4f8a5cfeef0b8cba7c93702d7eb8c97bf999deb6 Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Fri, 5 Oct 2018 10:36:49 +0100 Subject: [PATCH] add cwlprov-py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40060e2..2952e16 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The [CWLProv white paper](https://doi.org/10.5281/zenodo.1208477) describes the ## Known implementations * [cwltool --provenance](https://github.com/common-workflow-language/cwltool/blob/master/CWLProv.rst) (reference implementation) +* [cwlprov-py](https://github.com/common-workflow-language/cwlprov-py) (work in progress, command line tool) * [nextflow -with-prov](https://github.com/edgano/researchObject-Nextflow) (work in progress, ~ CWLProv without CWL)