mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f4fbbb0083
commit
b557d0d0f6
1 changed files with 6 additions and 2 deletions
|
@ -24743,7 +24743,10 @@ cell types to infer the cell of origin of each single cell independently.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h13a9pgsm3w324622qlp9nqpvq6gsjwcyd44d6w5yzrl9jcsliv"))))
|
"0h13a9pgsm3w324622qlp9nqpvq6gsjwcyd44d6w5yzrl9jcsliv"))))
|
||||||
(properties `((upstream-name . "scuttle")))
|
(properties
|
||||||
|
'((upstream-name . "scuttle")
|
||||||
|
(updater-extra-native-inputs
|
||||||
|
. ("r-delayedmatrixstats" "r-sparsematrixstats"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-beachmat
|
(list r-beachmat
|
||||||
|
@ -24759,7 +24762,8 @@ cell types to infer the cell of origin of each single cell independently.")
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-sparsearray
|
r-sparsearray
|
||||||
r-summarizedexperiment))
|
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")
|
(home-page "https://bioconductor.org/packages/scuttle")
|
||||||
(synopsis "Single-cell RNA-Seq analysis utilities")
|
(synopsis "Single-cell RNA-Seq analysis utilities")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue