diff options
-rwxr-xr-x | wqflask/wqflask/templates/show_trait_mapping_tools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html index a9e040be..eca436c6 100755 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -175,11 +175,11 @@ <label class="col-xs-3 control-label">Interval Map</label> <div class="col-xs-6 controls"> <label class="radio-inline"> - <input type="radio" name="manhattan_plot_reaper" value="true" checked=""> + <input type="radio" name="manhattan_plot_reaper" value="false" checked=""> Yes </label> <label class="radio-inline"> - <input type="radio" name="manhattan_plot_reaper" value="false"> + <input type="radio" name="manhattan_plot_reaper" value="true"> No </label> </div> |