mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mosdef: Add missing inputs.
* gnu/packages/bioconductor.scm (r-mosdef)[native-inputs]: Add r-macrophage and r-org-hs-eg-db. [properties]: Tell updater to ignore r-pcaexplorer. Change-Id: I27258d7119cbe5de244c2db6d91ec8c5b0bd0975
This commit is contained in:
parent
587ec117f4
commit
8dcf48ab94
1 changed files with 5 additions and 2 deletions
|
@ -10515,7 +10515,10 @@ location information (and the reverse operation) is implemented as well.")
|
|||
(uri (bioconductor-uri "mosdef" version))
|
||||
(sha256
|
||||
(base32 "0y2hniyb1y5hxlsm339059kb4n3l21fzb3xx112igsbk7zd0r258"))))
|
||||
(properties `((upstream-name . "mosdef")))
|
||||
(properties
|
||||
`((upstream-name . "mosdef")
|
||||
;; Avoid dependency cycle.
|
||||
(updater-ignored-native-inputs . ("r-pcaexplorer"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationdbi
|
||||
r-clusterprofiler
|
||||
|
@ -10533,7 +10536,7 @@ location information (and the reverse operation) is implemented as well.")
|
|||
r-scales
|
||||
r-summarizedexperiment
|
||||
r-topgo))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-macrophage r-org-hs-eg-db r-testthat))
|
||||
(home-page "https://github.com/imbeimainz/mosdef")
|
||||
(synopsis "Frequently used and useful differential expression functions")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue