mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-singler: Add test inputs.
* gnu/packages/bioconductor.scm (r-singler)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-ggplot2, r-pheatmap, r-scran, and r-viridis. Change-Id: Id33d7fb278e3bf8070450e5e25f42572e625bc2a
This commit is contained in:
parent
cfd5a5f737
commit
55c35dd66f
1 changed files with 12 additions and 2 deletions
|
@ -25042,7 +25042,10 @@ libraries.")
|
|||
(uri (bioconductor-uri "SingleR" version))
|
||||
(sha256
|
||||
(base32 "1dlawx0hxnbb955yhbq4ryxv5yi62hgzh5di9vrzx1pi14vnc5nk"))))
|
||||
(properties `((upstream-name . "SingleR")))
|
||||
(properties
|
||||
'((upstream-name . "SingleR")
|
||||
(updater-extra-native-inputs
|
||||
. ("r-ggplot2" "r-pheatmap" "r-scran" "r-viridis"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assorthead
|
||||
|
@ -25057,7 +25060,14 @@ libraries.")
|
|||
r-s4vectors
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr r-scuttle r-singlecellexperiment r-testthat))
|
||||
(list r-ggplot2
|
||||
r-knitr
|
||||
r-pheatmap
|
||||
r-scuttle
|
||||
r-scran
|
||||
r-singlecellexperiment
|
||||
r-testthat
|
||||
r-viridis))
|
||||
(home-page "https://github.com/LTLA/SingleR")
|
||||
(synopsis "Reference-based single-cell RNA-seq annotation")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue