diff options
author | zsloan | 2021-12-03 20:14:00 +0000 |
---|---|---|
committer | zsloan | 2021-12-03 14:16:03 -0600 |
commit | 9d87b302c03e4a9a8569b438bd0734abe3646e4a (patch) | |
tree | 6798ea89e188d736a8aafb414450cf2c55dad5ce | |
parent | 4a757f3dbecd960bc8e84940b1eb46646fd3a4fb (diff) | |
download | genenetwork2-9d87b302c03e4a9a8569b438bd0734abe3646e4a.tar.gz |
Add mapping_scale to mapping_results.html forum inputs
-rw-r--r-- | wqflask/wqflask/templates/mapping_results.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html index c1ea1daf..f62d554d 100644 --- a/wqflask/wqflask/templates/mapping_results.html +++ b/wqflask/wqflask/templates/mapping_results.html @@ -39,6 +39,7 @@ <input type="hidden" name="maf" value="{{ maf }}"> <input type="hidden" name="use_loco" value="{{ use_loco }}"> <input type="hidden" name="selected_chr" value="{{ selectedChr }}"> + <input type="hidden" name="mapping_scale" value="{{ plotScale }}"> <input type="hidden" name="manhattan_plot" value="{{ manhattan_plot }}"> {% if manhattan_plot == True %} <input type="hidden" name="color_scheme" value="alternating"> |