From f950dcb65943b70bdf66711b6cbf1968fd2dd132 Mon Sep 17 00:00:00 2001 From: Dennis E. Mungai Date: Wed, 11 May 2016 13:30:04 +0300 Subject: r-biocprocesscore has been updated. This should fix the genenetwork2 build issue, as noted on IRC.--- gn/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 68095e9..c1b22fd 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -703,13 +703,13 @@ length of a short-read sequencing alignment.") (define-public r-biocpreprocesscore (package (name "r-biocpreprocesscore") - (version "1.32.0") + (version "1.34.0") (source (origin (method url-fetch) (uri (bioconductor-uri "preprocessCore" version)) (sha256 (base32 - "07isghjkqm91rg37l1fzpjrbq36b7w4pbsi95wwh6a8qq7r69z1n")))) + "0bcfi26ahs4ybagvz29vlp1wldhhbwwh73xz6v6xb07nakyzb6cf")))) (properties `((upstream-name . "BiocpreprocessCore") (r-repository . bioconductor))) -- cgit v1.2.3 From a12d0dff4725be9ca17c92a171b4e02e98e2d4dc Mon Sep 17 00:00:00 2001 From: Dennis E. Mungai Date: Sun, 15 May 2016 10:14:09 +0300 Subject: installation instructions for python2-numarray One-liner correction.--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13e0b1..51c4aef 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Install the module environment with ## python2-numarray 1.5.2 -Install the module environment with +Install python2-numarray package with git clone https://github.com/genenetwork/guix-bioinformatics.git export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/ -- cgit v1.2.3