aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/show_trait_details.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html
index 566ea7ca..abd487ec 100644
--- a/wqflask/wqflask/templates/show_trait_details.html
+++ b/wqflask/wqflask/templates/show_trait_details.html
@@ -98,6 +98,11 @@
GTEx Portal
</a>
&nbsp;&nbsp;
+ {% if (dataset.group.species == "mouse" or dataset.group.species == "human") and this_trait.symbol %}
+ <a href="https://www.systems-genetics.org/modules_by_gene/{{ this_trait.symbol }}?organism={{ dataset.group.species }}">
+ GeneBridge
+ </a>
+ {% endif %}
{% endif %}
</td>
</tr>