aboutsummaryrefslogtreecommitdiff
path: root/gn2
diff options
context:
space:
mode:
Diffstat (limited to 'gn2')
-rw-r--r--gn2/wqflask/templates/probeset.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/probeset.html b/gn2/wqflask/templates/probeset.html
index 327870c8..f3724ce8 100644
--- a/gn2/wqflask/templates/probeset.html
+++ b/gn2/wqflask/templates/probeset.html
@@ -22,6 +22,10 @@ mRNA Expression:
mRNA Expression:
{{ metadata.name or name }}
</h2>
+ {% if name and dataset %}
+ <a href={{ url_for('show_trait_page', dataset=dataset, trait_id=name) }} target="blank">[compare]</a>
+ {% endif %}
+
{% if metadata.description %}
<h3>{{ metadata.description }}</h3>
{% endif %}