diff options
author | Pjotr Prins | 2019-02-13 12:41:45 +0000 |
---|---|---|
committer | Pjotr Prins | 2019-02-13 12:41:45 +0000 |
commit | 61c13a09dba95958f183dc55f3d59c8856b5f753 (patch) | |
tree | b2236491a4092e37ac8f861b72c70906229ed11e /etc/default_settings.py | |
parent | ba293fa4244bf22e6167679f5ff90a230ea7b526 (diff) | |
download | genenetwork2-61c13a09dba95958f183dc55f3d59c8856b5f753.tar.gz |
Removed pylmm references and related functions
Diffstat (limited to 'etc/default_settings.py')
-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()) |