diff options
author | Pjotr Prins | 2015-09-18 16:15:02 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 16:15:02 +0900 |
commit | 1ba4aa2af3cf99fd7d0ecdc2d15f5b3287693bf9 (patch) | |
tree | 1ba3639a3b2a35eb97fc736fff732186a94cdd06 /README.md | |
parent | 5dafd6b1766872d4d412e7588cc1303931c889f0 (diff) | |
download | guix-bioinformatics-1ba4aa2af3cf99fd7d0ecdc2d15f5b3287693bf9.tar.gz |
Use GPL3 license
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,9 @@ # 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. +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 installing and hacking GNU Guix. Set the GUIX_PACKAGE_PATH to point to the root of this directory before running Guix. E.g. @@ -34,3 +36,8 @@ Install the common workflow language tool cwltool with guix package -i r-qtl r R library(qtl) + +## LICENSE + +These package descriptions are distributed by the same license as GNU +Guix, i.e. GPL3+ |