diff options
author | Zachary Sloan | 2013-08-07 18:39:09 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-08-07 18:39:09 -0500 |
commit | 8993b25262b7fc565c1be3548660a66afd4c3530 (patch) | |
tree | f04ee0f8c61ade5702f8561fc9fbf0e0594d47c9 /wqflask/base/webqtlConfig.py | |
parent | cf42e71c07efc772c15956b75db374f0f2849cac (diff) | |
download | genenetwork2-8993b25262b7fc565c1be3548660a66afd4c3530.tar.gz |
Fixed things with the dataset dropdowns and mRNA datasets
Improved the templates for a couple pages related to changing user
password, etc
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-x | wqflask/base/webqtlConfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index 67a9c63f..23d32233 100755 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -53,8 +53,8 @@ GNROOT = "/home/zas1024/gene/" # Will remove this and dependent items later SECUREDIR = GNROOT + 'secure/' COMMON_LIB = GNROOT + 'support/admin' HTMLPATH = GNROOT + 'web/' -PYLMM_PATH = '/home/zas1024/' -SNP_PATH = '/mnt/xvdf1/snps/' +PYLMM_PATH = '/home/zas1024/plink/' +SNP_PATH = '/home/zas1024/snps/' IMGDIR = HTMLPATH +'image/' IMAGESPATH = HTMLPATH + 'images/' UPLOADPATH = IMAGESPATH + 'upload/' |