diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:50:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:43 +0200 |
commit | 8322c860f93743e4315468edc536cb4b89dce631 (patch) | |
tree | 67dbcab727ce8710e5a81ce19d1feb3673ab4f75 /gnu/packages/bioinformatics.scm | |
parent | b173dbe6172eb89f5633b1500a8544df64a14f53 (diff) | |
download | guix-8322c860f93743e4315468edc536cb4b89dce631.tar guix-8322c860f93743e4315468edc536cb4b89dce631.tar.gz |
gnu: r-methylkit: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.10.0.
[propagated-inputs]: Add r-mgcv.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 08dfac55de..364069b391 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8988,13 +8988,13 @@ number detection tools.") (define-public r-methylkit (package (name "r-methylkit") - (version "1.8.1") + (version "1.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "methylKit" version)) (sha256 (base32 - "1zcfwy7i10aqgnf7r0c41hakb5aai3s3n9y8pc6a98vimz51ly2z")))) + "1z687vpi5kwcqpnd6r74c5y72hcsbqlwg0bk95kksgpi81q710qj")))) (properties `((upstream-name . "methylKit"))) (build-system r-build-system) (propagated-inputs @@ -9008,6 +9008,7 @@ number detection tools.") ("r-kernsmooth" ,r-kernsmooth) ("r-limma" ,r-limma) ("r-mclust" ,r-mclust) + ("r-mgcv" ,r-mgcv) ("r-qvalue" ,r-qvalue) ("r-r-utils" ,r-r-utils) ("r-rcpp" ,r-rcpp) |