mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-clusterprofiler: Add test input.
* gnu/packages/bioconductor.scm (r-clusterprofiler)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-org-hs-eg-db. Change-Id: I1d79bad6853148500f569ba81f8dc6aec19c6360
This commit is contained in:
parent
c489c6b522
commit
6196b06e26
1 changed files with 3 additions and 2 deletions
|
@ -18713,7 +18713,8 @@ attempts to assess their statistical significance.")
|
|||
(base32
|
||||
"0vmjhzxq59zdxywyyqa31fcsasckq8qfpbjp70ml1vcxnvkr49ck"))))
|
||||
(properties
|
||||
`((upstream-name . "clusterProfiler")))
|
||||
'((upstream-name . "clusterProfiler")
|
||||
(updater-extra-native-inputs . ("r-org-hs-eg-db"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
|
@ -18732,7 +18733,7 @@ attempts to assess their statistical significance.")
|
|||
r-tidyr
|
||||
r-yulab-utils))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr r-org-hs-eg-db r-testthat))
|
||||
(home-page "https://guangchuangyu.github.io/software/clusterProfiler/")
|
||||
(synopsis "Analysis and visualization of functional profiles for gene clusters")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue