From ec3c483b7feef3e36ce467ec35efd57f316031b0 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 8 Jan 2024 18:40:01 +0300 Subject: Include Entrez summary for a geneID on the ProbeSet page. Signed-off-by: Munyoki Kilyungi --- gn2/wqflask/templates/probeset.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gn2/wqflask/templates/probeset.html') diff --git a/gn2/wqflask/templates/probeset.html b/gn2/wqflask/templates/probeset.html index ed96e6c3..327870c8 100644 --- a/gn2/wqflask/templates/probeset.html +++ b/gn2/wqflask/templates/probeset.html @@ -72,6 +72,13 @@ mRNA Expression: {% endif %} + {% if summary %} + + Summary + {{ summary }} + + {% endif %} + {% if metadata.blatSeq %} BLAT Sequence -- cgit v1.2.3