diff options
| author | Pjotr Prins | 2016-08-08 11:10:02 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2016-08-08 11:10:02 +0000 |
| commit | 31752672213c56df3b3a70ce375151de62efab4d (patch) | |
| tree | e2162e3716f015bef7356968aa0e2e622849cbe4 /etc | |
| parent | 3e6251740c9bf0c52f79c8ad19882a8eb9c5dcc4 (diff) | |
| download | genenetwork2-31752672213c56df3b3a70ce375151de62efab4d.tar.gz | |
BD: Using localhost
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index f3ca2e58..8081f603 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -58,4 +58,4 @@ PLINK_COMMAND = str.strip(os.popen("which plink2").read()) GEMMA_COMMAND = str.strip(os.popen("which gemma").read()) -BIODALLIANCE_PATH = os.environ['HOME']+"/dalliance" +BIODALLIANCE_PATH = os.environ['HOME']+"/dalliance/build" |
