Mercurial > repos > damion > blast_reporting
changeset 1:812de0e282bd draft default tip
cosmetic edits
author | damion |
---|---|
date | Tue, 03 Mar 2015 15:50:47 -0500 |
parents | 7db7ecc78ad6 |
children | |
files | doc/blast_reporting.pdf templates/html_selectable_report.py |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/html_selectable_report.py Mon Mar 02 20:46:00 2015 -0500 +++ b/templates/html_selectable_report.py Tue Mar 03 15:50:47 2015 -0500 @@ -39,7 +39,8 @@ 'cssClass':'', 'table_header': self._tableHeader(), 'section_bins':'', - 'section_counter':1 + 'section_counter':1, + 'target_form':'select_subsets' } if hasattr(options,'dataset_selection_id'): @@ -238,7 +239,7 @@ <form id="tool_form" name="tool_form" action="../../../tool_runner" target="galaxy_main" method="post" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="refresh" value="refresh"/> - <input type="hidden" name="tool_id" value="bccdcSelectSubsets"/> + <input type="hidden" name="tool_id" value="%(target_form)s"/> <input type="hidden" name="tool_state" value="%(form_state)s"> <input type="hidden" name="input" value="%(dataset_selection_id)s"/> <input type="hidden" name="incl_excl" value="1"/>