mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6c755665db
commit
31cfb6f6e0
1 changed files with 4 additions and 2 deletions
|
@ -13239,7 +13239,9 @@ with cell- and gene-level metadata.")
|
|||
(sha256
|
||||
(base32
|
||||
"09l8w1b2n8kwhmn8373hfddj38gdddar0jfq0cz80kqb98xh3d37"))))
|
||||
(properties `((upstream-name . "scry")))
|
||||
(properties
|
||||
'((upstream-name . "scry")
|
||||
(updater-extra-native-inputs . ("r-hdf5array"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocsingular
|
||||
|
@ -13248,7 +13250,7 @@ with cell- and gene-level metadata.")
|
|||
r-matrix
|
||||
r-singlecellexperiment
|
||||
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")
|
||||
(synopsis "Small-count analysis methods for high-dimensional data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue