mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Modified all tools to use the new <options> tag for dynamic select lists. Completely eliminated the <select_options> tag approach. With the exception of find_clusters_mysql, the old dynamic_options approach is not being used by any tool, although dynamic_options is still supported in parameters.py.
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
<p><div class="toolFormTitle">hg16 (most recent datasets in bold)</div>$hg16</p>
|
||||
</display>
|
||||
<param name="hg17" type="select" display="checkboxes" multiple="true">
|
||||
<options from_file="/depot/data2/galaxy/encode_datasets.loc">
|
||||
<options from_file="/depot/data2/galaxy/encode_datasets.loc" tool_type="encode">
|
||||
<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">
|
||||
<options from_file="/depot/data2/galaxy/encode_datasets.loc">
|
||||
<options from_file="/depot/data2/galaxy/encode_datasets.loc" tool_type="encode">
|
||||
<filter type="param" name="encode_group" value="GENCODE" />
|
||||
<filter type="param" name="build" value="hg16" />
|
||||
</options>
|
||||
|
||||
Reference in New Issue
Block a user