Modified tools using the <select_options> tag approach for dynamic options to use the new <select> tag approach. I modified the microbial import tool to use the older <select_options> approach last week and will modify it to use the new <select> approach next week. A few tools still use the oldest dynamic_options attribute approach, but modifying them to use the new <select> tag will be trivial. I'll do this when I return.

This commit is contained in:
Greg Von Kuster
2007-11-21 18:48:37 +00:00
parent 49bc4a4da4
commit 300d66fb11
28 changed files with 653 additions and 707 deletions
+10 -10
View File
@@ -6,17 +6,17 @@
<p><div class="toolFormTitle">hg16 (most recent datasets in bold)</div>$hg16</p>
</display>
<param name="hg17" type="select" display="checkboxes" multiple="true">
<select_options from_file="/depot/data2/galaxy/encode_datasets.loc" func="get_options_for_encode">
<func_param name="encode_group" value="GENCODE" />
<func_param name="build" value="hg17" />
</select_options>
</param>
<options from_file="/depot/data2/galaxy/encode_datasets.loc">
<filter type="param" name="encode_group" value="GENCODE" />
<filter type="param" name="build" value="hg17" />
</options>
</param>
<param name="hg16" type="select" display="checkboxes" multiple="true">
<select_options from_file="/depot/data2/galaxy/encode_datasets.loc" func="get_options_for_encode">
<func_param name="encode_group" value="GENCODE" />
<func_param name="build" value="hg16" />
</select_options>
</param>
<options from_file="/depot/data2/galaxy/encode_datasets.loc">
<filter type="param" name="encode_group" value="GENCODE" />
<filter type="param" name="build" value="hg16" />
</options>
</param>
</inputs>
<outputs>
<data format="bed" name="output"/>