mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gseabase: Add missing inputs.
* gnu/packages/bioconductor.scm (r-gseabase)[native-inputs]: Add r-go-db, r-hgu95av2, r-hgu95av2-db, r-org-hs-eg-db, and r-runit. Change-Id: I302caa7aa57487009272a3c361bd864a474afcf2
This commit is contained in:
parent
5a29c7f69f
commit
81a4b8be20
1 changed files with 7 additions and 1 deletions
|
@ -9142,7 +9142,13 @@ testing and other simple calculations.")
|
||||||
r-graph
|
r-graph
|
||||||
r-xml))
|
r-xml))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-go-db
|
||||||
|
r-hgu95av2
|
||||||
|
r-hgu95av2-db
|
||||||
|
r-knitr
|
||||||
|
r-org-hs-eg-db
|
||||||
|
r-runit
|
||||||
|
r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/GSEABase")
|
(home-page "https://bioconductor.org/packages/GSEABase")
|
||||||
(synopsis "Gene set enrichment data structures and methods")
|
(synopsis "Gene set enrichment data structures and methods")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue