blob: 1d19b7c3076b82282c27b7c88a0d0f924aa99b7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# guix-bioinformatics
Bioinformatics packages for GNU Guix that are used in http://genenetwork.org/.
See [Guix Notes](https://github.com/pjotrp/guix-notes/blob/master/HACKING.org) for hacking GNU Guix.
Set the GUIX_PACKAGE_PATH to point to the root of this directory
before running Guix. E.g.
env GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ guix package -A cwl
or from the checked out Guix repo
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
|