From ea5ca4eb5405edd0b77179b2760e011fee9f1710 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 9 Sep 2019 16:36:26 -0500 Subject: Just adding the option to remove columns from correlation results and the changes to permutation histogram and table widths --- .../marker_regression/display_mapping_results.py | 2 +- wqflask/wqflask/templates/correlation_page.html | 66 ++++++++++++---------- wqflask/wqflask/templates/mapping_results.html | 2 +- 3 files changed, 38 insertions(+), 32 deletions(-) diff --git a/wqflask/wqflask/marker_regression/display_mapping_results.py b/wqflask/wqflask/marker_regression/display_mapping_results.py index 911219f4..2834f1c3 100644 --- a/wqflask/wqflask/marker_regression/display_mapping_results.py +++ b/wqflask/wqflask/marker_regression/display_mapping_results.py @@ -2066,7 +2066,7 @@ class DisplayMappingResults(object): ######################################### # Permutation Graph ######################################### - myCanvas = pid.PILCanvas(size=(400,300)) + myCanvas = pid.PILCanvas(size=(500,300)) if 'lod_score' in self.qtlresults[0] and self.LRS_LOD == "LRS": perm_output = [value*4.61 for value in self.perm_output] elif 'lod_score' not in self.qtlresults[0] and self.LRS_LOD == "LOD": diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index cbd2ab46..8b94784f 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -2,6 +2,7 @@ {% block css %} + {% endblock %} {% block content %}