From bad7d2c2b5c3f4e8c5fdd350135c8b96b9add8e5 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Wed, 19 Jan 2022 12:22:25 +0300 Subject: add ui template for ctl --- wqflask/wqflask/templates/g3_ctl_results.html | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 wqflask/wqflask/templates/g3_ctl_results.html (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/g3_ctl_results.html b/wqflask/wqflask/templates/g3_ctl_results.html new file mode 100644 index 00000000..e3f09c12 --- /dev/null +++ b/wqflask/wqflask/templates/g3_ctl_results.html @@ -0,0 +1,42 @@ +{% extends "base.html" %} +{% block title %}Ctl results{% endblock %} +{% block content %} + +
+
+

CTL/QTL Plots for Individual Traits

+ {% for ctl_plot in ctl_plots %} + + {% endfor %} +
+

Significant CTL

+
+
+

Ctl line plot

+ +
+
+

Network figure

+
+
+ + + + +{% endblock %} \ No newline at end of file -- cgit v1.2.3