diff options
author | Pjotr Prins | 2018-12-12 04:00:26 -0600 |
---|---|---|
committer | Pjotr Prins | 2018-12-12 04:00:26 -0600 |
commit | 7cdcccfd9cf87915969e0706042673114d2b1d91 (patch) | |
tree | 9a88488880b3aafe8f8d9fa1eb06523e04f0c692 /gn/packages/cwl.scm | |
parent | f65893ba096bc4b190d9101cca8fe490af80109e (diff) | |
download | guix-bioinformatics-7cdcccfd9cf87915969e0706042673114d2b1d91.tar.gz |
CWL
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r-- | gn/packages/cwl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 6980bb8..9b75c2b 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -37,13 +37,14 @@ ("python-setuptools" ,python-setuptools) ("python-pytest-cov" ,python-pytest-cov) ("python-pytest-runner" ,python-pytest-runner) + ("python-rdflib" ,python-rdflib) ("python-typing-extensions" ,python-typing-extensions) - ("python-prov" ,python-prov) ("python-pyparsing" ,python-pyparsing) ("python-subprocess32" ,python-subprocess32) )) (propagated-inputs `(("python-schema-salad" ,python-schema-salad) + ("python-prov" ,python-prov) ("python-html5lib" ,python-html5lib) )) ; (arguments `(#:tests? #f)) ;; CWL includes no tests. |