gnu: r-enhancedvolcano: Add missing input.

* gnu/packages/bioconductor.scm (r-enhancedvolcano)[native-inputs]: Add
r-biocgenerics.

Change-Id: I416f27e0e0f2e0c237e29f9ca6b5edeccebbec76
This commit is contained in:
Ricardo Wurmus 2024-11-26 17:15:12 +01:00 committed by Andreas Enge
parent 1fb7329c1e
commit 52958c36af
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -8515,7 +8515,7 @@ (define-public r-enhancedvolcano
(properties `((upstream-name . "EnhancedVolcano")))
(build-system r-build-system)
(propagated-inputs (list r-ggplot2 r-ggrepel))
(native-inputs (list r-knitr r-runit))
(native-inputs (list r-biocgenerics r-knitr r-runit))
(home-page "https://github.com/kevinblighe/EnhancedVolcano")
(synopsis
"Publication-ready volcano plots with enhanced coloring and labeling")