aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-08-23 19:02:41 +0000
committerzsloan2021-08-23 19:02:41 +0000
commitcbebc4ae80f77575f89df3540952f412378326dc (patch)
treeda68ad43222efba137ee42aa151f483e301d30f1 /wqflask
parent4dafd017ec1fc0cd1e78487560ed15d705a44b98 (diff)
downloadgenenetwork2-cbebc4ae80f77575f89df3540952f412378326dc.tar.gz
Include categorical_vars in mapping_results.html so they're included when recomputing
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/mapping_results.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 35d8a157..7baac000 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -44,7 +44,10 @@
{% endif %}
<input type="hidden" name="num_perm" value="{{ nperm }}">
<input type="hidden" name="perm_info" value="">
+ {% if categorical_vars is defined %}
+ <input type="hidden" name="categorical_vars" value="{{ categorical_vars }}">
<input type="hidden" name="perm_strata" value="{{ perm_strata }}">
+ {% endif %}
<input type="hidden" name="num_bootstrap" value="{{ nboot }}">
<input type="hidden" name="do_control" value="{{ doControl }}">
<input type="hidden" name="control_marker" value="{{ controlLocus }}">