From d5708b26edf07bf4dacb1730e75af1fda5e376e6 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Fri, 3 Apr 2020 12:36:44 -0500
Subject: Fixed permutation histogram to show correct LRS/LOD measure on X axis
---
wqflask/wqflask/templates/mapping_results.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 80928541..86816d17 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -478,7 +478,7 @@
title: "Histogram of Permutation Test",
xaxis: {
autorange: true,
- title: "LRS",
+ title: "{{ LRS_LOD }}",
titlefont: {
family: "arial",
size: 20
--
cgit v1.2.3