aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2015-03-27 20:32:47 +0000
committerzsloan2015-03-27 20:32:47 +0000
commit1dd2981a25cdb33ab575206020490c7cf799e2da (patch)
tree61368594122a99ee2457e57145e97f475b3a29b9
parentd0911a04958a04042da02a334ccc528dae79cc17 (diff)
downloadgenenetwork2-1dd2981a25cdb33ab575206020490c7cf799e2da.tar.gz
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.
-rwxr-xr-xwqflask/base/webqtlConfig.py2
1 files changed, 1 insertions, 1 deletions
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/'