diff options
author | zsloan | 2019-05-07 16:02:51 -0500 |
---|---|---|
committer | zsloan | 2019-05-07 16:02:51 -0500 |
commit | 8b9ab245cc088f8cbde55217868fc05647246c7d (patch) | |
tree | 42fc831fd820d8b6705bb214befe521fc854be5f /wqflask | |
parent | ff4514b3d51455bd592e038faa8cdb7516469a99 (diff) | |
download | genenetwork2-8b9ab245cc088f8cbde55217868fc05647246c7d.tar.gz |
Added link to GeneBridge to trait page
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait_details.html | 5 |
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> + {% 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> |