From a3cea36d16ec20a6fb5b4e9073e34b2adff0c3dd Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 2 Jun 2015 21:23:05 +0000 Subject: Added Panduka's Genotation tool link to the trait page, along with the Gene, OMIM, and GenBank links --- wqflask/wqflask/templates/show_trait_details.html | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html index e1780e42..ffedbd5f 100755 --- a/wqflask/wqflask/templates/show_trait_details.html +++ b/wqflask/wqflask/templates/show_trait_details.html @@ -29,6 +29,33 @@
BLAT Score
{{ "%0.3f" | format(this_trait.probe_set_blat_score|float) }}
{% endif %} +
Resource Links
+ {% if this_trait.dataset.type == 'ProbeSet' %} +
+ + Genotation + +    + {% if this_trait.geneid != None %} + + Gene + +    + {% endif %} + {% if this_trait.omim != None %} + + OMIM + +    + {% endif %} + {% if this_trait.genbankid != None %} + + GenBank + +    + {% endif %} +
+ {% endif %} -- cgit v1.2.3