diff options
author | zsloan | 2019-07-03 22:10:03 -0500 |
---|---|---|
committer | zsloan | 2019-07-03 22:10:03 -0500 |
commit | c05650476b4e925c2bf6e7369ab8d321ce83ad48 (patch) | |
tree | 413efb9e04c0994106782552c19a2115327e9516 /wqflask/base/webqtlConfig.py | |
parent | 94e8faa9866ef21165b5686f33905c2815b4b933 (diff) | |
download | genenetwork2-c05650476b4e925c2bf6e7369ab8d321ce83ad48.tar.gz |
Fixed bug for creating one of the third party links on the trait page
Changed text in several pages (submit trait, mapping error)
Changed header menu structure some
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r-- | 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 a08acb0a..b9e6abd8 100644 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -53,7 +53,7 @@ ABA_URL = "http://mouse.brain-map.org/search/show?search_type=gene&search_term=% EBIGWAS_URL = "https://www.ebi.ac.uk/gwas/search?query=%s" WIKI_PI_URL = "http://severus.dbmi.pitt.edu/wiki-pi/index.php/search?q=%s" ENSEMBLETRANSCRIPT_URL="http://useast.ensembl.org/Mus_musculus/Transcript/Idhistory?t=%s" -DBSNP = 'http://www.ncbi.nlm.nih.gov/SNP/snp_ref.cgi?type=rs&rs=%s' +DBSNP = 'http://ensembl.org/Mus_musculus/Variation/Population?v=%s' # Temporary storage (note that this TMPDIR can be set as an # environment variable - use utility.tools.TEMPDIR when you |