diff options
author | pjotrp | 2016-02-08 10:04:12 +0100 |
---|---|---|
committer | pjotrp | 2016-02-08 10:04:12 +0100 |
commit | 10ae56e0dcc7ac76c671789a67b754d0e1dd03ec (patch) | |
tree | af103b937f9003db84b1dd425554b1d20ae15abd /wqflask/base/webqtlConfig.py | |
parent | cb0f10fc4850b6b06f2237b532317a5c6668584a (diff) | |
parent | fdc0cdeda64213c82512da20b10264238bd210ea (diff) | |
download | genenetwork2-10ae56e0dcc7ac76c671789a67b754d0e1dd03ec.tar.gz |
Merge branch 'master' of github.com:genenetwork/genenetwork2 into gn-master
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-x | wqflask/base/webqtlConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index 330fec56..4f9b3af3 100755 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -55,7 +55,7 @@ COMMON_LIB = GNROOT + 'support/admin' HTMLPATH = GNROOT + 'genotype_files/' PYLMM_PATH = '/home/zas1024/plink_gemma/' SNP_PATH = '/home/zas1024/snps/' -IMGDIR = GNROOT + '/wqflask/wqflask/images/' +IMGDIR = GNROOT + '/wqflask/output/' IMAGESPATH = HTMLPATH + 'images/' UPLOADPATH = IMAGESPATH + 'upload/' TMPDIR = '/home/zas1024/tmp/' # Will remove this and dependent items later |