aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorAlexander Kabui2021-09-22 01:51:44 +0300
committerAlexander Kabui2021-09-22 01:51:44 +0300
commitf4242f9743c7f236a00917fd187fbd603831dda1 (patch)
treeab127d22fda1aa04b1ef6ba2a466a2b6d77f18f6 /guix.scm
parent6f7c60e6c438ada9a3b9032c8e4509351384e04f (diff)
downloadgenenetwork3-f4242f9743c7f236a00917fd187fbd603831dda1.tar.gz
add required wgcna dependencies to guix.scm
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 75ed4a9..509c9ff 100644
--- a/guix.scm
+++ b/guix.scm
@@ -101,6 +101,7 @@
("r-optparse" ,r-optparse)
("r-qtl" ,r-qtl)
("r-stringi" ,r-stringi)
+ ("r-wgcna" ,r-wgcna)
("python-plotly" ,python-plotly)
("python-pandas" ,python-pandas)))
(build-system python-build-system)