gnu: r-scry: Add test input.

* gnu/packages/bioconductor.scm (r-scry)[properties]: Record
updater-extra-native-inputs.
[native-inputs]: Add r-hdf5array.

Change-Id: I534051156a642e6f844be66a91a852b675d5fe9a
This commit is contained in:
Ricardo Wurmus 2025-02-28 10:43:09 +01:00
parent 6c755665db
commit 31cfb6f6e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13239,7 +13239,9 @@ with cell- and gene-level metadata.")
(sha256 (sha256
(base32 (base32
"09l8w1b2n8kwhmn8373hfddj38gdddar0jfq0cz80kqb98xh3d37")))) "09l8w1b2n8kwhmn8373hfddj38gdddar0jfq0cz80kqb98xh3d37"))))
(properties `((upstream-name . "scry"))) (properties
'((upstream-name . "scry")
(updater-extra-native-inputs . ("r-hdf5array"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-biocsingular (list r-biocsingular
@ -13248,7 +13250,7 @@ with cell- and gene-level metadata.")
r-matrix r-matrix
r-singlecellexperiment r-singlecellexperiment
r-summarizedexperiment)) r-summarizedexperiment))
(native-inputs (list r-knitr r-testthat)) (native-inputs (list r-hdf5array r-knitr r-testthat))
(home-page "https://bioconductor.org/packages/scry.html") (home-page "https://bioconductor.org/packages/scry.html")
(synopsis "Small-count analysis methods for high-dimensional data") (synopsis "Small-count analysis methods for high-dimensional data")
(description (description