aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorPjotr Prins2019-09-06 02:40:12 -0500
committerPjotr Prins2019-09-06 02:40:12 -0500
commitaea8bc0de6a1fce08a0f0adbc5b2a295264ff550 (patch)
tree2c146473b836cd9074eed9252e419a7f1c0209cd /gn/packages/genenetwork.scm
parentca6c93f743475d1f7c791f16eeb6890adc50528c (diff)
downloadguix-bioinformatics-aea8bc0de6a1fce08a0f0adbc5b2a295264ff550.tar.gz
Cleaning up genenetwork2 build.
Remove pylmm and r-phewas. Added rust-qtlreaper Fixed python-setuptools warning
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 27eb154..46e0407 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -31,7 +31,7 @@
#:use-module (gn packages gemma)
#:use-module (gn packages javascript)
#:use-module (gn packages phewas)
- #:use-module (gn packages python)
+ #:use-module (gn packages python)
#:use-module (gn packages python24)
#:use-module (gn packages statistics))
@@ -237,7 +237,7 @@ location of a putative QTL.")
("grep" ,grep)
("r" ,r)
("r-ctl" ,r-ctl)
- ("r-phewas" ,r-phewas)
+ ; ("r-phewas" ,r-phewas)
("r-qtl" ,r-qtl)
("r-wgcna" ,r-wgcna)
("redis" ,redis)
@@ -246,7 +246,8 @@ location of a putative QTL.")
("gemma-wrapper" ,gemma-wrapper)
; ("genenetwork2-files-small" ,genenetwork2-files-small)
("plink-ng-gn" ,plink-ng-gn)
- ("pylmm-gn2" ,pylmm-gn2)
+ ; ("pylmm-gn2" ,pylmm-gn2)
+ ("rust-qtlreaper" ,rust-qtlreaper)
("nginx" ,nginx)
("python2-flask" ,python2-flask)
("gunicorn" ,gunicorn)
@@ -310,7 +311,7 @@ location of a putative QTL.")
(lambda* (#:key inputs #:allow-other-keys)
(let* (
; (datafiles (string-append (assoc-ref inputs "genenetwork2-files-small") "/share/genenetwork2"))
- (pylmmcmd (string-append (assoc-ref inputs "pylmm-gn2") "/bin/pylmm_redis"))
+ ; (pylmmcmd (string-append (assoc-ref inputs "pylmm-gn2") "/bin/pylmm_redis"))
(plink2cmd (string-append (assoc-ref inputs "plink-ng-gn") "/bin/plink2"))
(gemmacmd (string-append (assoc-ref inputs "gemma") "/bin/gemma"))
)