aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-09-28 11:21:07 +0300
committerGitHub2021-09-28 11:21:07 +0300
commit674dc56b9df38e7cf1bbc65a2fc6bf3cc16f7231 (patch)
treef35b34525843542aca50c4f22c6b62ca59d1a057 /guix.scm
parent0cbb6ecde0315b7d6f021cb17406f5e5197e8a05 (diff)
parent16235188d4ee2ad21a667832baf6cbbea6d8856a (diff)
downloadgenenetwork3-674dc56b9df38e7cf1bbc65a2fc6bf3cc16f7231.tar.gz
Merge pull request #38 from genenetwork/feature/wgcna_analysis
script for wgcna analysis
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index fb97142..02c67b2 100644
--- a/guix.scm
+++ b/guix.scm
@@ -84,7 +84,6 @@
#:recursive? #t
#:select? git-file?))
(propagated-inputs `(("coreutils" ,coreutils)
- ("csvdiff" ,go-github-com-aswinkarthik-csvdiff)
("gemma-wrapper" ,gemma-wrapper)
("gunicorn" ,gunicorn)
("python" ,python-wrapper)
@@ -104,6 +103,8 @@
("r-optparse" ,r-optparse)
("r-qtl" ,r-qtl)
("r-stringi" ,r-stringi)
+ ("r-wgcna" ,r-wgcna)
+ ("r-rjson" ,r-rjson)
("python-plotly" ,python-plotly)
("python-pandas" ,python-pandas)
("rust-qtlreaper" ,rust-qtlreaper)