diff options
author | zsloan | 2015-12-14 23:58:06 +0000 |
---|---|---|
committer | zsloan | 2015-12-14 23:58:06 +0000 |
commit | ae5fabd349fec05df31e7f8afba8d05d5bad2872 (patch) | |
tree | 4e1295eace11a5cc3951fa2d20c77233a3783271 /wqflask/base/webqtlConfig.py | |
parent | 97b83d20a5f6896614024a3cc40535bfb738ef51 (diff) | |
download | genenetwork2-ae5fabd349fec05df31e7f8afba8d05d5bad2872.tar.gz |
GN1 mapping full genome figure now correct for pylmm and output to web page
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 4f9b3af3..3eaeb56e 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/output/' +IMGDIR = GNROOT + '/wqflask/wqflask/static/output/' IMAGESPATH = HTMLPATH + 'images/' UPLOADPATH = IMAGESPATH + 'upload/' TMPDIR = '/home/zas1024/tmp/' # Will remove this and dependent items later |