diff options
author | Alexander Kabui | 2021-09-22 01:51:44 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-09-22 01:51:44 +0300 |
commit | f4242f9743c7f236a00917fd187fbd603831dda1 (patch) | |
tree | ab127d22fda1aa04b1ef6ba2a466a2b6d77f18f6 | |
parent | 6f7c60e6c438ada9a3b9032c8e4509351384e04f (diff) | |
download | genenetwork3-f4242f9743c7f236a00917fd187fbd603831dda1.tar.gz |
add required wgcna dependencies to guix.scm
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |