mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-scater: Add test inputs.
* gnu/packages/bioconductor.scm (r-scater)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-delayedmatrixstats, r-robustbase, r-scattermore, and r-sparsematrixstats. Change-Id: I9f36c9c86a2ded39a6628a4851e36e71cff47626
This commit is contained in:
parent
b557d0d0f6
commit
f74b3f6ec0
1 changed files with 8 additions and 1 deletions
|
@ -24784,6 +24784,12 @@ of other packages.")
|
|||
(base32
|
||||
"1b4sc5gi2wjcrfm78y0w7df2bb5sw6spjswhsss47shxy6m2vhh1"))))
|
||||
(build-system r-build-system)
|
||||
(properties
|
||||
'((updater-extra-native-inputs
|
||||
. ("r-delayedmatrixstats"
|
||||
"r-robustbase"
|
||||
"r-scattermore"
|
||||
"r-sparsematrixstats"))))
|
||||
(propagated-inputs
|
||||
(list r-beachmat
|
||||
r-biocgenerics
|
||||
|
@ -24810,7 +24816,8 @@ of other packages.")
|
|||
r-uwot
|
||||
r-viridis))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-delayedmatrixstats r-robustbase r-scattermore r-sparsematrixstats
|
||||
r-knitr r-testthat))
|
||||
(home-page "https://github.com/davismcc/scater")
|
||||
(synopsis "Single-cell analysis toolkit for gene expression data in R")
|
||||
(description "This package provides a collection of tools for doing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue