From dc193bf790573fe4f27c255129ec0799c6deb3f4 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 4 Aug 2021 21:09:18 +0000 Subject: Changed the pair-scan template to work with the R/qtl pair-scan results and d3panels figure; still need to add table and permutation results --- wqflask/wqflask/templates/pair_scan_results.html | 122 +++++++++++++---------- 1 file changed, 67 insertions(+), 55 deletions(-) diff --git a/wqflask/wqflask/templates/pair_scan_results.html b/wqflask/wqflask/templates/pair_scan_results.html index fb825b90..5e0483c5 100644 --- a/wqflask/wqflask/templates/pair_scan_results.html +++ b/wqflask/wqflask/templates/pair_scan_results.html @@ -1,70 +1,82 @@ {% extends "base.html" %} {% block title %}Pair Scan{% endblock %} {% block css %} - - - + + + + {% endblock %} {% block content %} - {{ header("Mapping", - '{}: {}'.format(this_trait.name, this_trait.description_fmt)) }} +{{ header("Mapping", + '{}: {}'.format(this_trait.name, this_trait.description_fmt)) }} -
Index | -Locus | -Chr 1 | -Mb | -Chr 2 | -
{{loop.index}} | -{{marker.name}} | -{{marker.chr1}} | -{{marker.Mb}} | -{{marker.chr2}} | -