From 347f874a82275ae9d6069f00d39b8e1737d5b3e7 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 20 Sep 2022 22:33:12 +0000 Subject: Make -logP columns uniform --- wqflask/wqflask/templates/correlation_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index c6cd2544..55764ebb 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -89,7 +89,7 @@ - + {% elif target_dataset.type == 'Publish' %} @@ -101,7 +101,7 @@ - + {% else %} @@ -340,7 +340,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "Peak  LOD", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", @@ -447,7 +447,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "Peak  LOD", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", -- cgit v1.2.3