diff options
author | Zachary Sloan | 2013-07-18 14:51:04 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-07-18 14:51:04 -0500 |
commit | d9065d1b94c3305f06c4ee368d4b0850b3a96e21 (patch) | |
tree | e8c3bbd65c091b2f9514970352fd171b7c43cab5 /wqflask/base/webqtlConfig.py | |
parent | 917227e5610374f838f3872df2f6df884cb4a239 (diff) | |
download | genenetwork2-d9065d1b94c3305f06c4ee368d4b0850b3a96e21.tar.gz |
Added to installation notes
Removed webqtlConfigLocal file containing passwords
Updated main page dropdown menus (dataset_menu_structure.json)
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rwxr-xr-x | wqflask/base/webqtlConfig.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index a811c3cd..716986db 100755 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -1,4 +1,3 @@ -from webqtlConfigLocal import * #########################################' # Environment Variables - public ######################################### @@ -49,6 +48,8 @@ UCSC_RUDI_TRACK_URL = " http://genome.cse.ucsc.edu/cgi-bin/hgTracks?org=%s&db=%s GENOMEBROWSER_URL="http://ucscbrowser.genenetwork.org/cgi-bin/hgTracks?clade=mammal&org=Mouse&db=mm9&position=%s&hgt.suggest=&pix=800&Submit=submit" ENSEMBLETRANSCRIPT_URL="http://useast.ensembl.org/Mus_musculus/Lucene/Details?species=Mus_musculus;idx=Transcript;end=1;q=%s" + +GNROOT = "/home/zas1024/gene/" # Will remove this and dependent items later SECUREDIR = GNROOT + 'secure/' COMMON_LIB = GNROOT + 'support/admin' HTMLPATH = GNROOT + 'web/' |