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:
Ricardo Wurmus 2024-11-24 20:35:06 +01:00 committed by Andreas Enge
parent 5822e04f0c
commit e0f22b9470
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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