From 0f3f194726ced9f41641c9041c6a0416dcb58975 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 17 Dec 2019 13:55:42 -0600 Subject: Added RGD link to trait page and removed Genotation link since it isn't working --- wqflask/base/webqtlConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wqflask/base') diff --git a/wqflask/base/webqtlConfig.py b/wqflask/base/webqtlConfig.py index 9dddc63e..018d5d54 100644 --- a/wqflask/base/webqtlConfig.py +++ b/wqflask/base/webqtlConfig.py @@ -57,6 +57,7 @@ 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" UNIPROT_URL = "https://www.uniprot.org/uniprot/%s" +RGD_URL = "https://rgd.mcw.edu/rgdweb/elasticResults.html?term=%s&category=Gene&species=%s" # Temporary storage (note that this TMPDIR can be set as an # environment variable - use utility.tools.TEMPDIR when you -- cgit v1.2.3