From 0756d7b48fe7b8e9abf4485caf8938575d54185f Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 8 Jan 2024 19:09:33 +0300 Subject: Add a compare button that shows the current probeset page. Signed-off-by: Munyoki Kilyungi --- gn2/wqflask/templates/probeset.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gn2/wqflask') 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 }} + {% if name and dataset %} + [compare] + {% endif %} + {% if metadata.description %}

{{ metadata.description }}

{% endif %} -- cgit v1.2.3