From ebb515b9091237f5f3217517b3675675cbf56eb4 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 5 Oct 2020 16:14:03 -0500 Subject: Added square root to the transform functions that are only active if there are no negative values * wqflask/wqflask/templates/show_trait_transform_and_filter.html - made sqrt option contingent on no negative values --- .../templates/show_trait_transform_and_filter.html | 145 ++++++++++----------- 1 file changed, 70 insertions(+), 75 deletions(-) diff --git a/wqflask/wqflask/templates/show_trait_transform_and_filter.html b/wqflask/wqflask/templates/show_trait_transform_and_filter.html index b4118b04..9fb560a0 100644 --- a/wqflask/wqflask/templates/show_trait_transform_and_filter.html +++ b/wqflask/wqflask/templates/show_trait_transform_and_filter.html @@ -1,83 +1,78 @@
-
-

Edit or delete values in the Trait Data boxes, and use the - Reset option as - needed. -

+
+

Edit or delete values in the Trait Data boxes, and use the + Reset option as + needed. +

-
- - - - -
- - {% if sample_groups[0].attributes %} -
- - - - -
- {% endif %} -
- - - - - - - -
-
- - + + +
+ + {% if sample_groups[0].attributes %} +
+ + + + +
+ {% endif %} +
+ + + + + + -
- + + + +
-
+
+
-
-

Outliers highlighted in - orange - can be hidden using - the Hide Outliers button. -

+
+

Outliers highlighted in + orange + can be hidden using + the Hide Outliers button. +

-

Samples with no value (x) can be hidden by clicking - Hide No Value button. -

-
-
+

Samples with no value (x) can be hidden by clicking + Hide No Value button. +

+
+
\ No newline at end of file -- cgit 1.4.1