diff options
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index df734f7c..f3ca2e58 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -56,3 +56,6 @@ GENENETWORK_FILES = HOME+"/gn2_data" 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()) + + +BIODALLIANCE_PATH = os.environ['HOME']+"/dalliance" |