gnu: r-scuttle: Add test inputs.

* gnu/packages/bioconductor.scm (r-scuttle)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-delayedmatrixstats and r-sparsematrixstats.

Change-Id: Ie8f095eb5c61bd6ee6e8294ca0bb1a60c2e8790c
This commit is contained in:
Ricardo Wurmus 2025-02-16 21:01:04 +01:00
parent f4fbbb0083
commit b557d0d0f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24743,7 +24743,10 @@ cell types to infer the cell of origin of each single cell independently.")
(sha256
(base32
"0h13a9pgsm3w324622qlp9nqpvq6gsjwcyd44d6w5yzrl9jcsliv"))))
(properties `((upstream-name . "scuttle")))
(properties
'((upstream-name . "scuttle")
(updater-extra-native-inputs
. ("r-delayedmatrixstats" "r-sparsematrixstats"))))
(build-system r-build-system)
(propagated-inputs
(list r-beachmat
@ -24759,7 +24762,8 @@ cell types to infer the cell of origin of each single cell independently.")
r-singlecellexperiment
r-sparsearray
r-summarizedexperiment))
(native-inputs (list r-knitr r-testthat))
(native-inputs
(list r-delayedmatrixstats r-knitr r-sparsematrixstats r-testthat))
(home-page "https://bioconductor.org/packages/scuttle")
(synopsis "Single-cell RNA-Seq analysis utilities")
(description