From 737ce9ce7d413c14d69f4ccf09121210f3c3a231 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 8 Jan 2024 19:42:35 +0000 Subject: Fix issue where mapmodel_rqtl and mapmethod_rqtl were still named mapmodel_rqtl_geno and mapmethod_rqtl_geno respectively --- gn2/wqflask/templates/mapping_results.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn2/wqflask/templates') 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 @@ - - + + @@ -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(",")); -- cgit v1.2.3