From c17815aff6d089a51bc15c1aa7b9d87e7e6b3a49 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Thu, 30 Nov 2023 16:23:53 +0300 Subject: Add "Peak Location" in phenotypes display. Signed-off-by: Munyoki Kilyungi --- wqflask/wqflask/templates/phenotype.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wqflask/wqflask/templates/phenotype.html b/wqflask/wqflask/templates/phenotype.html index 4c0cdd99..500c2f70 100644 --- a/wqflask/wqflask/templates/phenotype.html +++ b/wqflask/wqflask/templates/phenotype.html @@ -82,6 +82,12 @@ Effect Size {{ metadata.additive or "N/A"}} + {% if metadata.locus %} + + Peak Location + Chr{{ metadata.locus.chromosome }}: {{ metadata.locus.mb }} + + {% endif %} {% if metadata.references.id %} Resource Links -- cgit 1.4.1