From b2e526f08493baea0d05b7570816479833716656 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 28 Sep 2021 20:07:50 +0000 Subject: Added table for pair scan results to template --- wqflask/wqflask/templates/pair_scan_results.html | 50 +++++++++++++++++++++++- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/pair_scan_results.html b/wqflask/wqflask/templates/pair_scan_results.html index 5e0483c5..43c753e2 100644 --- a/wqflask/wqflask/templates/pair_scan_results.html +++ b/wqflask/wqflask/templates/pair_scan_results.html @@ -4,6 +4,7 @@ + {% endblock %} @@ -21,11 +22,43 @@
-
+

Results

+ + + + + + + + + + + + + + + + + + + + + {% for row in table_data %} + + + + + + + + + + {% endfor %} +
Interval 1LODInterval 2
PositionFlanking MarkersPositionFlanking Markers
ProximalDistalProximalDistal
{{ row.pos1 }}{{ row.proximal1 }}{{ row.distal1 }}{{ row.lod }}{{ row.pos2 }}{{ row.proximal2 }}{{ row.distal2 }}
@@ -35,13 +68,14 @@ {% block js %} + {% endblock %} -- cgit v1.2.3