aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/mapping_results.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/mapping_results.html')
-rw-r--r--gn2/wqflask/templates/mapping_results.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn2/wqflask/templates/mapping_results.html b/gn2/wqflask/templates/mapping_results.html
index 0e084ba7..2b6a1e43 100644
--- a/gn2/wqflask/templates/mapping_results.html
+++ b/gn2/wqflask/templates/mapping_results.html
@@ -57,8 +57,8 @@
<input type="hidden" name="do_control" value="{{ doControl }}">
<input type="hidden" name="control_marker" value="{{ controlLocus }}">
<input type="hidden" name="covariates" value="{{ covariates }}">
- <input type="hidden" name="mapmethod_rqtl_geno" value="{{ mapmethod_rqtl_geno }}">
- <input type="hidden" name="mapmodel_rqtl_geno" value="{{ mapmodel_rqtl_geno }}">
+ <input type="hidden" name="mapmethod_rqtl" value="{{ mapmethod_rqtl }}">
+ <input type="hidden" name="mapmodel_rqtl" value="{{ mapmodel_rqtl }}">
<input type="hidden" name="pair_scan" value="{{ pair_scan }}">
<input type="hidden" name="transform" value="{{ transform }}">
<input type="hidden" name="tool_used" value="Mapping">
@@ -535,7 +535,7 @@
'score_type', 'suggestive', 'significant', 'num_perm', 'permCheck', 'perm_output', 'perm_strata', 'categorical_vars', 'num_bootstrap', 'bootCheck', 'bootstrap_results',
'LRSCheck', 'covariates', 'maf', 'use_loco', 'manhattan_plot', 'color_scheme', 'manhattan_single_color', 'control_marker', 'do_control', 'genofile',
'pair_scan', 'startMb', 'endMb', 'graphWidth', 'lrsMax', 'additiveCheck', 'showSNP', 'showHomology', 'showGenes', 'viewLegend', 'haplotypeAnalystCheck',
- 'mapmethod_rqtl_geno', 'mapmodel_rqtl_geno', 'temp_trait', 'group', 'species', 'reaper_version', 'primary_samples', 'n_samples']
+ 'mapmethod_rqtl', 'mapmodel_rqtl', 'temp_trait', 'group', 'species', 'reaper_version', 'primary_samples', 'n_samples']
$('input[name=wanted_inputs]').val(mapping_input_list.join(","));