aboutsummaryrefslogtreecommitdiff
path: root/gn2/base/webqtlConfig.py
diff options
context:
space:
mode:
authorzsloan2024-07-03 20:55:37 +0000
committerAlexander_Kabui2024-08-28 15:02:45 +0300
commit6d6a22d592ec6f55a74769d5b9a13aea7eadfc8b (patch)
tree87736c0e802c3f1b72d22f87c96e7f23241f1c73 /gn2/base/webqtlConfig.py
parent80f67126785de288f9c3d69f759d757fd60641d3 (diff)
downloadgenenetwork2-6d6a22d592ec6f55a74769d5b9a13aea7eadfc8b.tar.gz
Add link to GeneCup to tool buttons
This also includes a function for converting a list of traits/datasets to symbols, which was added to trait.py
Diffstat (limited to 'gn2/base/webqtlConfig.py')
-rw-r--r--gn2/base/webqtlConfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn2/base/webqtlConfig.py b/gn2/base/webqtlConfig.py
index 998c0efc..8018bf40 100644
--- a/gn2/base/webqtlConfig.py
+++ b/gn2/base/webqtlConfig.py
@@ -68,6 +68,8 @@ RGD_URL = "https://rgd.mcw.edu/rgdweb/elasticResults.html?term=%s&category=Gene&
PHENOGEN_URL = "https://phenogen.org/gene.jsp?speciesCB=Rn&auto=Y&geneTxt=%s&genomeVer=rn7&section=geneEQTL"
RRID_MOUSE_URL = "https://www.jax.org/strain/%s"
RRID_RAT_URL = "https://rgd.mcw.edu/rgdweb/report/strain/main.html?id=%s"
+GENE_CUP_URL = "https://genecup.org/progress?type=GWAS&type=addiction&type=drug&type=brain&type=stress&type=psychiatric&type=cell&type=function&query=%s"
+
# Temporary storage (note that this TMPDIR can be set as an
# environment variable - use utility.tools.TEMPDIR when you