mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gsva: Update to 2.0.5.
* gnu/packages/bioconductor.scm (r-gsva): Update to 2.0.5. [native-inputs]: Add r-biocgenerics. Change-Id: I6f4f1167eea1441269c6ded982bb467c6843e3ed
This commit is contained in:
parent
7c51cc5f18
commit
1758372884
1 changed files with 3 additions and 3 deletions
|
@ -9963,13 +9963,13 @@ Enrichment Analysis} (GSEA).")
|
||||||
(define-public r-gsva
|
(define-public r-gsva
|
||||||
(package
|
(package
|
||||||
(name "r-gsva")
|
(name "r-gsva")
|
||||||
(version "2.0.1")
|
(version "2.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GSVA" version))
|
(uri (bioconductor-uri "GSVA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f183wz2rzrdxhkaz9c1q1przbg5wqp6fygsba2xszqmi026dppr"))))
|
"1d0qz1jdc945r5vwbl58s6ii2djcmlqwjz39p0r4rlysb7nswqi6"))))
|
||||||
(properties `((upstream-name . "GSVA")))
|
(properties `((upstream-name . "GSVA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase
|
(propagated-inputs (list r-biobase
|
||||||
|
@ -9987,7 +9987,7 @@ Enrichment Analysis} (GSEA).")
|
||||||
r-sparsematrixstats
|
r-sparsematrixstats
|
||||||
r-spatialexperiment
|
r-spatialexperiment
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs (list r-gsvadata r-knitr r-runit))
|
(native-inputs (list r-biocgenerics r-gsvadata r-knitr r-runit))
|
||||||
(home-page "https://github.com/rcastelo/GSVA")
|
(home-page "https://github.com/rcastelo/GSVA")
|
||||||
(synopsis "Gene Set Variation Analysis for microarray and RNA-seq data")
|
(synopsis "Gene Set Variation Analysis for microarray and RNA-seq data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue