From d43cece0a78ef5aaba736fcc1e91fba5ed2312df Mon Sep 17 00:00:00 2001 From: Ethan Willis Date: Tue, 20 Oct 2015 00:48:35 -0500 Subject: Updated wgcna_setup to use Bootstrap error messages and form styling. --- wqflask/wqflask/templates/wgcna_setup.html | 66 ++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 21 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/wgcna_setup.html b/wqflask/wqflask/templates/wgcna_setup.html index 49181938..8ab8c4a0 100644 --- a/wqflask/wqflask/templates/wgcna_setup.html +++ b/wqflask/wqflask/templates/wgcna_setup.html @@ -2,27 +2,51 @@ {% block title %}WCGNA analysis{% endblock %} {% block content %} -
-
- -

WGCNA analysis parameters

- {% if request.form['trait_list'].split(",")|length <= 4 %} - -

ERROR: Too few phenotypes as input

- Please make sure you select enough phenotypes / genes to perform WGCNA, - your collection needs to contain at least 4 different phenotypes. You provided {{request.form['trait_list'].split(',')|length}} phenotypes as input +

WGCNA analysis parameters

+
+ {% if request.form['trait_list'].split(",")|length <= 4 %} + {% else %} - - - - - - -
Soft threshold:
Minimum module size:
TOMtype:
mergeCutHeight:
- - {% endif %} -
- +
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+ {% endif %} +
{% endblock %} - -- cgit v1.2.3