From cd23c9d3ec300b2e8faaa5e013b6b0373304cf20 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 29 Jul 2021 20:52:33 +0000 Subject: Changed mapmethod/mapmodel variables names in mapping_results_page (the way these variables are passed is really dumb but I'm not sure how to better deal with the situation) --- wqflask/wqflask/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index 11a9380c..f282504c 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -1093,8 +1093,8 @@ def mapping_results_page(): 'showGenes', 'viewLegend', 'haplotypeAnalystCheck', - 'mapmethod_rqtl_geno', - 'mapmodel_rqtl_geno', + 'mapmethod_rqtl', + 'mapmodel_rqtl', 'temp_trait', 'reaper_version', 'n_samples', -- cgit v1.2.3