mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-biobroom: Add missing inputs.
* gnu/packages/bioconductor.scm (r-biobroom)[native-inputs]: Add r-deseq2 and r-edger. Change-Id: I231026845896b2162d34724ba405a2f5bbacc56e
This commit is contained in:
parent
52958c36af
commit
d82564a201
1 changed files with 1 additions and 1 deletions
|
@ -21925,7 +21925,7 @@ (define-public r-biobroom
|
|||
(propagated-inputs
|
||||
(list r-biobase r-broom r-dplyr r-tidyr))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-deseq2 r-edger r-knitr r-testthat))
|
||||
(home-page "https://github.com/StoreyLab/biobroom")
|
||||
(synopsis "Turn Bioconductor objects into tidy data frames")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue