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(-) (limited to 'wqflask') 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)) }} -
-
-

- Pair Scan -

-
-
-
- - Embedded Image -
-
-
-

- Results -

- - - - - - - - - - - - {% for marker in trimmed_markers %} - - - - - - - - {% endfor %} - -
IndexLocusChr 1MbChr 2
{{loop.index}}{{marker.name}}{{marker.chr1}}{{marker.Mb}}{{marker.chr2}}
-
+
+
+

+ Pair Scan +

+
+
+
+
+

+ Results +

+ +
+
+
{% endblock %} {% block js %} - - - - - - + + + + + + + + + + +{% endblock %} -- cgit v1.2.3