diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md index 1d19b7c..de1f412 100644 --- a/README.md +++ b/README.md @@ -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 + + + |