diff options
author | zsloan | 2021-08-23 19:02:41 +0000 |
---|---|---|
committer | zsloan | 2021-08-23 19:02:41 +0000 |
commit | cbebc4ae80f77575f89df3540952f412378326dc (patch) | |
tree | da68ad43222efba137ee42aa151f483e301d30f1 /wqflask | |
parent | 4dafd017ec1fc0cd1e78487560ed15d705a44b98 (diff) | |
download | genenetwork2-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.html | 3 |
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 }}"> |