mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bioqc: Add missing inputs.
* gnu/packages/bioconductor.scm (r-bioqc)[native-inputs]: Add r-ineq. Change-Id: I090a0d25f87d23119e66a69ca37c16d7b384a01a
This commit is contained in:
parent
47141f2cc4
commit
c8612c38a4
1 changed files with 1 additions and 1 deletions
|
@ -25568,7 +25568,7 @@ network and metabolic pathways view.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase r-edger r-rcpp))
|
(list r-biobase r-edger r-rcpp))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-ineq r-knitr r-testthat))
|
||||||
(home-page "https://accio.github.io/BioQC/")
|
(home-page "https://accio.github.io/BioQC/")
|
||||||
(synopsis "Detect tissue heterogeneity in expression profiles with gene sets")
|
(synopsis "Detect tissue heterogeneity in expression profiles with gene sets")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue