mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: r-dittoseq: Add missing test inputs.
* gnu/packages/bioconductor.scm (r-dittoseq)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-complexheatmap, r-ggplot-multistats, and r-ggrastr. Change-Id: I47194da4dde18f96d4afa53cf4404d9cb1115a2e
This commit is contained in:
parent
6d1b67b38b
commit
50d5585884
1 changed files with 14 additions and 2 deletions
|
@ -9244,7 +9244,12 @@ originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"013m2fhczxmq1jk05fjyih2aphaqylpmvfby7z8wk91g51221q48"))))
|
"013m2fhczxmq1jk05fjyih2aphaqylpmvfby7z8wk91g51221q48"))))
|
||||||
(properties `((upstream-name . "dittoSeq")))
|
(properties
|
||||||
|
'((upstream-name . "dittoSeq")
|
||||||
|
(updater-extra-native-inputs
|
||||||
|
. ("r-complexheatmap"
|
||||||
|
"r-ggplot-multistats"
|
||||||
|
"r-ggrastr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-colorspace
|
(list r-colorspace
|
||||||
|
@ -9259,7 +9264,14 @@ originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE 7(2):
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-summarizedexperiment))
|
r-summarizedexperiment))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-deseq2 r-edger r-knitr r-seurat r-testthat))
|
(list r-complexheatmap
|
||||||
|
r-deseq2
|
||||||
|
r-edger
|
||||||
|
r-ggplot-multistats
|
||||||
|
r-ggrastr
|
||||||
|
r-knitr
|
||||||
|
r-seurat
|
||||||
|
r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/dittoSeq")
|
(home-page "https://bioconductor.org/packages/dittoSeq")
|
||||||
(synopsis "Single-cell and bulk RNA sequencing visualization")
|
(synopsis "Single-cell and bulk RNA sequencing visualization")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue