mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mast: Add r-knitr to native inputs.
* gnu/packages/bioconductor.scm (r-mast)[native-inputs]: Add r-knitr.
This commit is contained in:
parent
97b1366d49
commit
51d1a7a2ef
1 changed files with 2 additions and 0 deletions
|
@ -2649,6 +2649,8 @@ interactive exploration of results.")
|
||||||
("r-singlecellexperiment" ,r-singlecellexperiment)
|
("r-singlecellexperiment" ,r-singlecellexperiment)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/RGLab/MAST/")
|
(home-page "https://github.com/RGLab/MAST/")
|
||||||
(synopsis "Model-based analysis of single cell transcriptomics")
|
(synopsis "Model-based analysis of single cell transcriptomics")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue