aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-06-21 08:58:27 +0300
committerGitHub2021-06-21 08:58:27 +0300
commitf949189dc727976a1574a57d3b0e895ff6598d07 (patch)
treee7e0634176d55afefa25467652b4f97601287837 /guix.scm
parentd653a635d0efd2291754c18f51d31f91a1c0a25c (diff)
parent10140ab707021dd2dffb1b439f52a62e3d59c29a (diff)
downloadgenenetwork3-f949189dc727976a1574a57d3b0e895ff6598d07.tar.gz
Merge pull request #20 from genenetwork/feature/biweight-correlation
add biweight r script and tests
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")