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:
Greg Von Kuster
2007-11-29 17:04:42 +00:00
parent 2a6cb86131
commit 79745f4012
19 changed files with 395 additions and 386 deletions
+2 -2
View File
@@ -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>