diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:02:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:19:59 +0200 |
commit | b32808831cac2961741f3ebb7c8176556abda699 (patch) | |
tree | d87c15bdf6715bab2e98b171621416ddbbf22096 | |
parent | e677c9b501008c3f519ed0c5a35694001a889e0f (diff) | |
download | guix-b32808831cac2961741f3ebb7c8176556abda699.tar.gz |
gnu: r-genie3: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-genie3): Update to 1.10.0. [native-inputs]: Add r-knitr.
-rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d0cd4ef728..c558c16b49 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6565,17 +6565,19 @@ cisTopics and explore the nature and regulatory proteins driving them.") (define-public r-genie3 (package (name "r-genie3") - (version "1.8.0") + (version "1.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GENIE3" version)) (sha256 (base32 - "0p67lhgy3lb4nc958s51hx7rvgwhzwfic9xhpsrask40k43spv7l")))) + "1bsm0gxracsyg1wnaw3whvskghfpbgbm9navr8wdmxj2hjp3dqs7")))) (properties `((upstream-name . "GENIE3"))) (build-system r-build-system) (propagated-inputs `(("r-reshape2" ,r-reshape2))) + (native-inputs + `(("r-knitr" ,r-knitr))) (home-page "https://bioconductor.org/packages/GENIE3") (synopsis "Gene network inference with ensemble of trees") (description |