From 1dd2981a25cdb33ab575206020490c7cf799e2da Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 27 Mar 2015 20:32:47 +0000 Subject: Changed HTMLPATH in webqtlConfig since I forgot to in the last commit (since it used to point to the now-renamed 'web' directory). It obviously also needs to be renamed later, but I'll have to find every place that calls webqtlConfig.HTMLPATH first to do so. --- wqflask/base/webqtlConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index 49a596aa..48d8cd0a 100755 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -52,7 +52,7 @@ ENSEMBLETRANSCRIPT_URL="http://useast.ensembl.org/Mus_musculus/Lucene/Details?sp GNROOT = "/home/zas1024/gene/" # Will remove this and dependent items later SECUREDIR = GNROOT + 'secure/' COMMON_LIB = GNROOT + 'support/admin' -HTMLPATH = GNROOT + 'web/' +HTMLPATH = GNROOT + 'genotype_files/' PYLMM_PATH = '/home/zas1024/plink/' SNP_PATH = '/home/zas1024/snps/' IMGDIR = GNROOT + '/wqflask/wqflask/images/' -- cgit v1.2.3