diff options
author | zsloan | 2020-04-03 12:36:44 -0500 |
---|---|---|
committer | zsloan | 2020-04-03 12:36:44 -0500 |
commit | d5708b26edf07bf4dacb1730e75af1fda5e376e6 (patch) | |
tree | b4480d777f5d64d04ee538221844230c31254e3d | |
parent | 00f77bceabd626eeb71668ed036ef4591998bc3a (diff) | |
download | genenetwork2-d5708b26edf07bf4dacb1730e75af1fda5e376e6.tar.gz |
Fixed permutation histogram to show correct LRS/LOD measure on X axis
-rw-r--r-- | wqflask/wqflask/templates/mapping_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
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: "<b>Histogram of Permutation Test</b>", xaxis: { autorange: true, - title: "<b>LRS</b>", + title: "<b>{{ LRS_LOD }}</b>", titlefont: { family: "arial", size: 20 |