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 /etc | |
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 'etc')
-rw-r--r-- | etc/default_settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index 3e54ad1f..a1fe81e5 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -89,7 +89,6 @@ GENENETWORK_FILES = HOME+"/genotype_files" # base dir for all static data fil JS_GN_PATH = os.environ['HOME']+"/genenetwork/javascript" # ---- GN2 Executables (overwrite for testing only) -# PYLMM_COMMAND = str.strip(os.popen("which pylmm_redis").read()) # PLINK_COMMAND = str.strip(os.popen("which plink2").read()) # GEMMA_COMMAND = str.strip(os.popen("which gemma").read()) # GEMMA_WRAPPER_COMMAND = str.strip(os.popen("which gemma-wrapper").read()) |