From 687754de205f127bf8a5eeb2204974d0462475b4 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 18 May 2021 23:22:07 +0000 Subject: Fixed issue that caused the sample values in the Haplotype Analyst to be off by 1 --- wqflask/wqflask/marker_regression/display_mapping_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/marker_regression/display_mapping_results.py b/wqflask/wqflask/marker_regression/display_mapping_results.py index 5bf8822a..48f6f308 100644 --- a/wqflask/wqflask/marker_regression/display_mapping_results.py +++ b/wqflask/wqflask/marker_regression/display_mapping_results.py @@ -1771,7 +1771,7 @@ class DisplayMappingResults: if (plotbxd == 1): ind = [item.name for item in smd].index( - samplelist[j]) - 1 + samplelist[j]) expr = smd[ind].value # Place where font is hardcoded -- cgit v1.2.3