aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-02-10 16:17:06 -0600
committerzsloan2020-02-10 16:17:06 -0600
commit1483bac4a243ab672afc5ea225423ad70ccc9260 (patch)
tree61441b1b0cbb4fa217c2016b56003bd496490a15 /wqflask
parent879c07bc76aa073b870041f0e111bea7ccba3605 (diff)
downloadgenenetwork2-1483bac4a243ab672afc5ea225423ad70ccc9260.tar.gz
Fixed issue where sample r didn't sort correctly for phenotype correlations
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/correlation_page.html4
1 files changed, 2 insertions, 2 deletions
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" },