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
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ql5mxaks11dpkykggylnpi2jymh467w1zqi6s6bp1gb4h399jly"))))
|
"0ql5mxaks11dpkykggylnpi2jymh467w1zqi6s6bp1gb4h399jly"))))
|
||||||
(properties `((upstream-name . "GOSemSim")))
|
(properties
|
||||||
|
'((upstream-name . "GOSemSim")
|
||||||
|
(updater-extra-native-inputs . ("r-org-hs-eg-db"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
@ -18150,7 +18152,7 @@ information about samples and features can be added to the plot.")
|
||||||
r-rlang
|
r-rlang
|
||||||
r-yulab-utils))
|
r-yulab-utils))
|
||||||
(native-inputs
|
(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")
|
(home-page "https://guangchuangyu.github.io/software/GOSemSim")
|
||||||
(synopsis "GO-terms semantic similarity measures")
|
(synopsis "GO-terms semantic similarity measures")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue