diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 9 |
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")) ) |