comparison bowtie_transcriptome_wrapper/bowtie_transcriptomic_wrapper.xml @ 14:5a466ce7d211 draft

Uploaded
author jackcurragh
date Thu, 09 Feb 2023 13:27:26 +0000
parents ea4b7b114675
children 9bef8486912e
comparison
equal deleted inserted replaced
13:ea4b7b114675 14:5a466ce7d211
160 <option value="indexed">Use a built-in index</option> 160 <option value="indexed">Use a built-in index</option>
161 <option value="history">Use one from the history</option> 161 <option value="history">Use one from the history</option>
162 </param> 162 </param>
163 <when value="indexed"> 163 <when value="indexed">
164 <param name="index" type="select" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team"> 164 <param name="index" type="select" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team">
165 <options from_data_table="bowtie_transcriptome_indexes"> 165 <options from_data_table="bowtie_transcriptome_indexes_2">
166 <filter type="sort_by" column="2" /> 166 <filter type="sort_by" column="2" />
167 <validator type="no_options" message="No indexes are available" /> 167 <validator type="no_options" message="No indexes are available" />
168 </options> 168 </options>
169 </param> 169 </param>
170 </when> 170 </when>