mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-gosemsim: Add test input.
* gnu/packages/bioconductor.scm (r-gosemsim)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-org-hs-eg-db. Change-Id: I1d15da54ed1581535d77e880ad08c634221c2df7
This commit is contained in:
parent
e03a93db85
commit
a4e2a0d583
1 changed files with 4 additions and 2 deletions
|
@ -18138,7 +18138,9 @@ information about samples and features can be added to the plot.")
|
|||
(sha256
|
||||
(base32
|
||||
"0ql5mxaks11dpkykggylnpi2jymh467w1zqi6s6bp1gb4h399jly"))))
|
||||
(properties `((upstream-name . "GOSemSim")))
|
||||
(properties
|
||||
'((upstream-name . "GOSemSim")
|
||||
(updater-extra-native-inputs . ("r-org-hs-eg-db"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi
|
||||
|
@ -18150,7 +18152,7 @@ information about samples and features can be added to the plot.")
|
|||
r-rlang
|
||||
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/GOSemSim")
|
||||
(synopsis "GO-terms semantic similarity measures")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue