From 04a2cb3fd909598b4c51baa63229f8609aa90999 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 23 Sep 2020 14:29:36 -0500 Subject: Aligned relevant columns to right in mapping results table * wqflask/wqflask/templates/mapping_results.html - aligned score, position, additive effect, and dominance column headers to the right --- wqflask/wqflask/templates/mapping_results.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html index 41d760c0..e68a792a 100644 --- a/wqflask/wqflask/templates/mapping_results.html +++ b/wqflask/wqflask/templates/mapping_results.html @@ -236,16 +236,16 @@ Row Marker {% if LRS_LOD == "-log(p)" %} - –log(p) +
–log(p)
{% else %} - {{ LRS_LOD }} +
{{ LRS_LOD }}
{% endif %} - Position ({% if plotScale == "physic" %}Mb{% else %}cM{% endif %}) +
Position ({% if plotScale == "physic" %}Mb{% else %}cM{% endif %})
{% if 'additive' in trimmed_markers[0] %} - Add Eff +
Add Eff
{% endif %} {% if 'dominance' in trimmed_markers[0] and dataset.group.genetic_type != "riset" %} - Dom Eff +
Dom Eff
{% endif %} -- cgit v1.2.3