diff options
author | Pjotr Prins | 2016-05-15 03:14:14 -0500 |
---|---|---|
committer | Pjotr Prins | 2016-05-15 03:14:14 -0500 |
commit | f5fd71a6b1668710e81141dcbd322f761afb90f5 (patch) | |
tree | a9b38f9003bb8e0f69cca998205523da9f872481 | |
parent | 3db71c30a4b92f8d4935abc9693eafe8d1fde03c (diff) | |
parent | 28e10139f165dad1174229fb13193841f97c0389 (diff) | |
download | guix-bioinformatics-f5fd71a6b1668710e81141dcbd322f761afb90f5.tar.gz |
Merge branch 'gn-latest' of github.com:genenetwork/guix-bioinformatics into gn-latest
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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/ diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 0f9b2bf..c984c7e 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))) |