aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index d20c7f0..104dc51 100644
--- a/guix.scm
+++ b/guix.scm
@@ -30,6 +30,7 @@
(gnu packages cran)
(gnu packages databases)
(gnu packages statistics)
+ (gnu packages bioconductor)
(gnu packages python)
(gnu packages python-check)
(gnu packages python-crypto)
@@ -89,7 +90,8 @@
("r-optparse" ,r-optparse)
("r-stringi" ,r-stringi)
("r-stringr" ,r-stringr)
- ; ("r-wgcna" ,r-wgcna)
+ ("r-testthat" ,r-testthat)
+ ("r-wgcna" ,r-wgcna)
))
(build-system python-build-system)
(home-page "https://github.com/genenetwork/genenetwork3")