diff options
author | BonfaceKilz | 2021-09-28 11:21:07 +0300 |
---|---|---|
committer | GitHub | 2021-09-28 11:21:07 +0300 |
commit | 674dc56b9df38e7cf1bbc65a2fc6bf3cc16f7231 (patch) | |
tree | f35b34525843542aca50c4f22c6b62ca59d1a057 /guix.scm | |
parent | 0cbb6ecde0315b7d6f021cb17406f5e5197e8a05 (diff) | |
parent | 16235188d4ee2ad21a667832baf6cbbea6d8856a (diff) | |
download | genenetwork3-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.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |