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-stringr" ,r-stringr)
|
||||
("r-summarizedexperiment" ,r-summarizedexperiment)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/RGLab/MAST/")
|
||||
(synopsis "Model-based analysis of single cell transcriptomics")
|
||||
(description
|
||||
|
|
Reference in a new issue