comparison diamond.xml @ 35:9e08b393128c draft

Update xml for the data table
author p.lucas
date Thu, 30 May 2024 07:02:09 +0000
parents f7709dc1aec3
children
comparison
equal deleted inserted replaced
34:e8835c6844ac 35:9e08b393128c
172 <option value="indexed">Use a built-in index</option> 172 <option value="indexed">Use a built-in index</option>
173 <option value="history">Use one from the history</option> 173 <option value="history">Use one from the history</option>
174 </param> 174 </param>
175 <when value="indexed"> 175 <when value="indexed">
176 <param name="index" type="select" label="Select a reference database" help="If your database of interest is not listed, contact your Galaxy admin"> 176 <param name="index" type="select" label="Select a reference database" help="If your database of interest is not listed, contact your Galaxy admin">
177 <options from_data_table="diamond_database"> 177 <options from_data_table="PL_diamond_database">
178 <filter type="sort_by" column="2"/> 178 <filter type="sort_by" column="2"/>
179 <validator type="no_options" message="No indexes are available for the selected input dataset"/> 179 <validator type="no_options" message="No indexes are available for the selected input dataset"/>
180 </options> 180 </options>
181 </param> 181 </param>
182 </when> 182 </when>