Mercurial > repos > damion > blast_reporting
comparison templates/html_selectable_report.py @ 1:812de0e282bd draft default tip
cosmetic edits
author | damion |
---|---|
date | Tue, 03 Mar 2015 15:50:47 -0500 |
parents | 7db7ecc78ad6 |
children |
comparison
equal
deleted
inserted
replaced
0:7db7ecc78ad6 | 1:812de0e282bd |
---|---|
37 'value':'', | 37 'value':'', |
38 'link':'', | 38 'link':'', |
39 'cssClass':'', | 39 'cssClass':'', |
40 'table_header': self._tableHeader(), | 40 'table_header': self._tableHeader(), |
41 'section_bins':'', | 41 'section_bins':'', |
42 'section_counter':1 | 42 'section_counter':1, |
43 'target_form':'select_subsets' | |
43 } | 44 } |
44 | 45 |
45 if hasattr(options,'dataset_selection_id'): | 46 if hasattr(options,'dataset_selection_id'): |
46 self.lookup['dataset_selection_id'] = options.dataset_selection_id | 47 self.lookup['dataset_selection_id'] = options.dataset_selection_id |
47 self.initialized = True | 48 self.initialized = True |
236 } | 237 } |
237 </script> | 238 </script> |
238 | 239 |
239 <form id="tool_form" name="tool_form" action="../../../tool_runner" target="galaxy_main" method="post" enctype="application/x-www-form-urlencoded"> | 240 <form id="tool_form" name="tool_form" action="../../../tool_runner" target="galaxy_main" method="post" enctype="application/x-www-form-urlencoded"> |
240 <input type="hidden" name="refresh" value="refresh"/> | 241 <input type="hidden" name="refresh" value="refresh"/> |
241 <input type="hidden" name="tool_id" value="bccdcSelectSubsets"/> | 242 <input type="hidden" name="tool_id" value="%(target_form)s"/> |
242 <input type="hidden" name="tool_state" value="%(form_state)s"> | 243 <input type="hidden" name="tool_state" value="%(form_state)s"> |
243 <input type="hidden" name="input" value="%(dataset_selection_id)s"/> | 244 <input type="hidden" name="input" value="%(dataset_selection_id)s"/> |
244 <input type="hidden" name="incl_excl" value="1"/> | 245 <input type="hidden" name="incl_excl" value="1"/> |
245 """ % self.lookup | 246 """ % self.lookup |
246 | 247 |