diff options
author | Pjotr Prins | 2015-09-18 14:52:40 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 14:52:40 +0900 |
commit | 67ce5bcba91cc775c955c366870ea4fb4edc25a0 (patch) | |
tree | c10756468f7fff4c81788fa953ca8a84542408ee /README.md | |
parent | b2f688dc6ffc7f16a424ae58d3024d3f646c76bb (diff) | |
download | guix-bioinformatics-67ce5bcba91cc775c955c366870ea4fb4edc25a0.tar.gz |
R/qtl entry
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -15,7 +15,7 @@ or from the checked out Guix repo Some of these package definitions should make it upstream into the GNU Guix repository when tested and stable. -## Specific packages +## Install Common Workflow Language (CWL) Install the common workflow language tool cwltool with @@ -24,5 +24,9 @@ Install the common workflow language tool cwltool with cwtool --version 1.0.20150916041152 +## Install R/qtl - + export GUIX_PACKAGE_PATH=$genenetwork/guix-bioinformatics/ + guix package -i r-qtl r + R + library(qtl) |