diff options
author | zsloan | 2020-02-10 16:17:06 -0600 |
---|---|---|
committer | zsloan | 2020-02-10 16:17:06 -0600 |
commit | 1483bac4a243ab672afc5ea225423ad70ccc9260 (patch) | |
tree | 61441b1b0cbb4fa217c2016b56003bd496490a15 | |
parent | 879c07bc76aa073b870041f0e111bea7ccba3605 (diff) | |
download | genenetwork2-1483bac4a243ab672afc5ea225423ad70ccc9260.tar.gz |
Fixed issue where sample r didn't sort correctly for phenotype correlations
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 4 |
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" }, |