gnu: r-singler: Add test inputs.

* gnu/packages/bioconductor.scm (r-singler)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-ggplot2, r-pheatmap, r-scran, and r-viridis.

Change-Id: Id33d7fb278e3bf8070450e5e25f42572e625bc2a
This commit is contained in:
Ricardo Wurmus 2025-02-27 13:05:00 +01:00
parent cfd5a5f737
commit 55c35dd66f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25042,7 +25042,10 @@ libraries.")
(uri (bioconductor-uri "SingleR" version))
(sha256
(base32 "1dlawx0hxnbb955yhbq4ryxv5yi62hgzh5di9vrzx1pi14vnc5nk"))))
(properties `((upstream-name . "SingleR")))
(properties
'((upstream-name . "SingleR")
(updater-extra-native-inputs
. ("r-ggplot2" "r-pheatmap" "r-scran" "r-viridis"))))
(build-system r-build-system)
(propagated-inputs
(list r-assorthead
@ -25057,7 +25060,14 @@ libraries.")
r-s4vectors
r-summarizedexperiment))
(native-inputs
(list r-knitr r-scuttle r-singlecellexperiment r-testthat))
(list r-ggplot2
r-knitr
r-pheatmap
r-scuttle
r-scran
r-singlecellexperiment
r-testthat
r-viridis))
(home-page "https://github.com/LTLA/SingleR")
(synopsis "Reference-based single-cell RNA-seq annotation")
(description