diff options
| author | Pjotr Prins | 2016-08-08 15:22:46 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2016-08-08 15:22:46 +0000 |
| commit | 22ccb2c516ba18dce08b06a9a3570d326dea05f8 (patch) | |
| tree | 446b71297a62f5911bae317918a9215afce51b43 | |
| parent | 31752672213c56df3b3a70ce375151de62efab4d (diff) | |
| download | genenetwork2-22ccb2c516ba18dce08b06a9a3570d326dea05f8.tar.gz | |
BD: reverted on build in path so CSS is seen again
| -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 8081f603..f3ca2e58 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/build" +BIODALLIANCE_PATH = os.environ['HOME']+"/dalliance" |
