diff options
author | zsloan | 2020-05-21 15:57:49 -0500 |
---|---|---|
committer | zsloan | 2020-05-21 15:57:49 -0500 |
commit | 24baaf4dc03844d34f4c4101179223cc4e0d9184 (patch) | |
tree | 2e4877287915a6d26891754c785889d23be1d43c /wqflask/base/webqtlConfig.py | |
parent | 81ba67bb1f8f18983ae983e70d985eebe16acde1 (diff) | |
download | genenetwork2-24baaf4dc03844d34f4c4101179223cc4e0d9184.tar.gz |
Made search result table width variable again and fixed row highlighting, though later I need to go through and redo a bunch of CSS stuff
Diffstat (limited to 'wqflask/base/webqtlConfig.py')
-rw-r--r-- | wqflask/base/webqtlConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index 018d5d54..55407123 100644 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -58,6 +58,7 @@ PROTEIN_ATLAS_URL = "http://www.proteinatlas.org/search/%s" OPEN_TARGETS_URL = "https://genetics.opentargets.org/gene/%s" UNIPROT_URL = "https://www.uniprot.org/uniprot/%s" RGD_URL = "https://rgd.mcw.edu/rgdweb/elasticResults.html?term=%s&category=Gene&species=%s" +PHENOGEN_URL = "https://phenogen.org/gene.jsp?speciesCB=Rn&auto=Y&geneTxt=%s&genomeVer=rn6§ion=geneEQTL" # Temporary storage (note that this TMPDIR can be set as an # environment variable - use utility.tools.TEMPDIR when you |