diff options
author | zsloan | 2019-08-22 12:36:20 -0500 |
---|---|---|
committer | zsloan | 2019-08-22 12:36:20 -0500 |
commit | 9c8de54a30dc841dcabc43ef433102468746e285 (patch) | |
tree | f03141fcdb3a04bf2fbf9e7ff144f245c3bd347e /wqflask/base/webqtlConfig.py | |
parent | 6fffa425a403796e56388699ed5e0f1a93a15875 (diff) | |
download | genenetwork2-9c8de54a30dc841dcabc43ef433102468746e285.tar.gz |
Changed header drop-down menu layout
Added a couple new third party links
Added link to GN1 trait page in trait pages
Fixed gene global search table appearance
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r-- | wqflask/base/webqtlConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index b9e6abd8..0b884815 100644 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -54,6 +54,8 @@ 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://ensembl.org/Mus_musculus/Variation/Population?v=%s' +PROTEIN_ATLAS_URL = "http://www.proteinatlas.org/search/%s" +OPEN_TARGETS_URL = "https://genetics.opentargets.org/gene/%s" # Temporary storage (note that this TMPDIR can be set as an # environment variable - use utility.tools.TEMPDIR when you |