diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,13 +6,17 @@ See [Guix Notes](https://github.com/pjotrp/guix-notes/blob/master/HACKING.org) f Set the GUIX_PACKAGE_PATH to point to the root of this directory before running Guix. E.g. -: env GUIX_PACKAGE_PATH=../guix-bioinformatics/ guix package -A cwl + env GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ guix package -A cwl or from the checked out Guix repo -: env GUIX_PACKAGE_PATH=../guix-bioinformatics/ ./pre-inst-env guix package -A cwl + env GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ ./pre-inst-env guix package -A cwl Some of these package definitions should make it upstream into the GNU Guix repository when tested and stable. +## Specific packages +Install the common workflow language tool cwltool with + + env GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ ./pre-inst-env guix package -i python2-cwltool |