mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user