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:
Ricardo Wurmus 2025-02-27 14:11:19 +01:00
parent 6196b06e26
commit 10f043447e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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