mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: flair: Add missing R package.
* gnu/packages/bioinformatics.scm (flair)[inputs]: Add r-apeglm.
This commit is contained in:
parent
917b96cef7
commit
28950ed561
1 changed files with 1 additions and 0 deletions
|
@ -17061,6 +17061,7 @@ (define-public flair
|
|||
;; Used by rpy2
|
||||
(inputs
|
||||
(list r-minimal ;for R_LIBS_SITE
|
||||
r-apeglm ;for runDE
|
||||
r-deseq2 ;for runDE
|
||||
r-drimseq ;for runDS
|
||||
r-ggplot2 ;runDS, runDU
|
||||
|
|
Loading…
Reference in a new issue