diff options
author | zsloan | 2019-02-14 10:32:30 -0600 |
---|---|---|
committer | GitHub | 2019-02-14 10:32:30 -0600 |
commit | 21a4aa43ea62dd2b177661d87e2fee7a42c30798 (patch) | |
tree | b2236491a4092e37ac8f861b72c70906229ed11e /bin | |
parent | 27a08a81107705f213d13fb7334a2b8eb4fd68d2 (diff) | |
parent | 61c13a09dba95958f183dc55f3d59c8856b5f753 (diff) | |
download | genenetwork2-21a4aa43ea62dd2b177661d87e2fee7a42c30798.tar.gz |
Merge pull request #351 from pjotrp/gn-testing
Gn testing: updates to scripts, removed coffee scripts and removed pylmm code
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 21f0db13..7c875274 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -131,7 +131,6 @@ else export LC_ALL=C # FIXME export GUIX_GENENETWORK_FILES="$GN2_PROFILE/share/genenetwork2" export PLINK_COMMAND="$GN2_PROFILE/bin/plink2" - export PYLMM_COMMAND="$GN2_PROFILE/bin/pylmm_redis" export GEMMA_COMMAND="$GN2_PROFILE/bin/gemma" if [ -z $GEMMA_WRAPPER_COMMAND ]; then export GEMMA_WRAPPER_COMMAND="$GN2_PROFILE/bin/gemma-wrapper" |