mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-singler: Add missing inputs.
* gnu/packages/bioconductor.scm (r-singler)[native-inputs]: Add r-scuttle and r-singlecellexperiment. Change-Id: I1629f5b206a0fbc8035b1d2a31315570933b9375
This commit is contained in:
parent
38462deac0
commit
9a07bd1137
1 changed files with 2 additions and 1 deletions
|
@ -23582,7 +23582,8 @@ libraries.")
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs (list r-knitr r-testthat))
|
(native-inputs
|
||||||
|
(list r-knitr r-scuttle r-singlecellexperiment r-testthat))
|
||||||
(home-page "https://github.com/LTLA/SingleR")
|
(home-page "https://github.com/LTLA/SingleR")
|
||||||
(synopsis "Reference-based single-cell RNA-seq annotation")
|
(synopsis "Reference-based single-cell RNA-seq annotation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue