aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-07-29 20:52:33 +0000
committerzsloan2021-08-26 19:03:36 +0000
commitcd23c9d3ec300b2e8faaa5e013b6b0373304cf20 (patch)
tree5f331af928c8bf75fd3bd3906b9188928f82d9fc
parent500387b7f4df0a44acc1546467d047bcbd81f652 (diff)
downloadgenenetwork2-cd23c9d3ec300b2e8faaa5e013b6b0373304cf20.tar.gz
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)
-rw-r--r--wqflask/wqflask/views.py4
1 files 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',