aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2019-05-07 16:02:51 -0500
committerzsloan2019-05-07 16:02:51 -0500
commit8b9ab245cc088f8cbde55217868fc05647246c7d (patch)
tree42fc831fd820d8b6705bb214befe521fc854be5f
parentff4514b3d51455bd592e038faa8cdb7516469a99 (diff)
downloadgenenetwork2-8b9ab245cc088f8cbde55217868fc05647246c7d.tar.gz
Added link to GeneBridge to trait page
-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>