mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-singscore: Add test input.
* gnu/packages/bioconductor.scm (r-singscore)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-hexbin. Change-Id: I90ba2809a8550885cf45331146855f16847b9ce8
This commit is contained in:
parent
6196b06e26
commit
10f043447e
1 changed files with 4 additions and 2 deletions
|
@ -13543,7 +13543,9 @@ and comparing the clusterings.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yzpmchvkyaca18bybbmf29amh8pilf213gnl8in6cc3nr50f3hv"))))
|
"1yzpmchvkyaca18bybbmf29amh8pilf213gnl8in6cc3nr50f3hv"))))
|
||||||
(properties `((upstream-name . "singscore")))
|
(properties
|
||||||
|
'((upstream-name . "singscore")
|
||||||
|
(updater-extra-native-inputs . ("r-hexbin"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase
|
(propagated-inputs (list r-biobase
|
||||||
r-biocparallel
|
r-biocparallel
|
||||||
|
@ -13561,7 +13563,7 @@ and comparing the clusterings.")
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-tidyr))
|
r-tidyr))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs (list r-hexbin r-knitr r-testthat))
|
||||||
(home-page "https://davislaboratory.github.io/singscore/")
|
(home-page "https://davislaboratory.github.io/singscore/")
|
||||||
(synopsis "Rank-based single-sample gene set scoring method")
|
(synopsis "Rank-based single-sample gene set scoring method")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue