From 67ce5bcba91cc775c955c366870ea4fb4edc25a0 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 18 Sep 2015 14:52:40 +0900 Subject: R/qtl entry --- README.md | 8 ++++++-- gn/packages/cwl.scm | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de1f412..12f899f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 8b32564..46b4e83 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -38,7 +38,7 @@ `(("python-schema-salad" ,python-schema-salad) ("python-html5lib" ,python-html5lib) )) - (arguments `(#:tests? #f)) ;; No tests. + ;; (arguments `(#:tests? #f)) ;; No tests. (home-page "https://github.com/common-workflow-language/common-workflow-language") (synopsis -- cgit v1.2.3