diff options
author | Pjotr Prins | 2015-09-18 14:26:56 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 14:26:56 +0900 |
commit | b2f688dc6ffc7f16a424ae58d3024d3f646c76bb (patch) | |
tree | 7a596deeeb5b4e1a8bd3e84c6a5521f3a93e6578 | |
parent | 3755985780e155f2f52641e700d928a0a9e8f8a1 (diff) | |
download | guix-bioinformatics-b2f688dc6ffc7f16a424ae58d3024d3f646c76bb.tar.gz |
CWL instruction
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -19,4 +19,10 @@ Guix repository when tested and stable. Install the common workflow language tool cwltool with - env GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ ./pre-inst-env guix package -i python2-cwltool + export GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ + guix package -i python2-cwltool + cwtool --version + 1.0.20150916041152 + + + |