aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorzsloan2020-05-21 15:57:49 -0500
committerzsloan2020-05-21 15:57:49 -0500
commit24baaf4dc03844d34f4c4101179223cc4e0d9184 (patch)
tree2e4877287915a6d26891754c785889d23be1d43c /wqflask/base
parent81ba67bb1f8f18983ae983e70d985eebe16acde1 (diff)
downloadgenenetwork2-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')
-rw-r--r--wqflask/base/webqtlConfig.py1
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&section=geneEQTL"
# Temporary storage (note that this TMPDIR can be set as an
# environment variable - use utility.tools.TEMPDIR when you