1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02: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:
Ricardo Wurmus 2024-11-26 16:34:36 +01:00
parent 38462deac0
commit 9a07bd1137
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23582,7 +23582,8 @@ libraries.")
r-rcpp
r-s4vectors
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")
(synopsis "Reference-based single-cell RNA-seq annotation")
(description