mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
1fb7329c1e
commit
52958c36af
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue