mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-phyloseq: Add missing input.
* gnu/packages/bioconductor.scm (r-phyloseq)[native-inputs]: Add r-genefilter. Change-Id: Iadc35d4721a69f37ba1370cc57e9320137c77738
This commit is contained in:
parent
5822e04f0c
commit
e0f22b9470
1 changed files with 1 additions and 1 deletions
|
@ -25825,7 +25825,7 @@ (define-public r-phyloseq
|
|||
r-scales
|
||||
r-vegan))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-genefilter r-knitr r-testthat))
|
||||
(home-page "https://github.com/joey711/phyloseq")
|
||||
(synopsis "Handling and analysis of high-throughput microbiome census data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue