From 1483bac4a243ab672afc5ea225423ad70ccc9260 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 10 Feb 2020 16:17:06 -0600 Subject: Fixed issue where sample r didn't sort correctly for phenotype correlations --- wqflask/wqflask/templates/correlation_page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index 8b94784f..3d06d469 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -396,9 +396,9 @@ { "type": "natural" }, { "type": "natural", "width": "20%" }, { "type": "natural", "width": "12%" }, - { "type": "natural" }, - { "type": "natural" }, + { "orderDataType": "dom-innertext" }, { "orderDataType": "dom-innertext", 'orderSequence': [ "desc", "asc"] }, + { "type": "natural" }, { "type": "scientific" }, { "type": "natural" }, { "type": "natural" }, -- cgit v1.2.3