Mercurial > repos > jackcurragh > ribogalaxy_bowtie_transcriptome
comparison bowtie_transcriptome_wrapper/bowtie_transcriptomic_wrapper.xml @ 3:14deb381fa27 draft
Uploaded
author | jackcurragh |
---|---|
date | Tue, 05 Apr 2022 12:53:59 +0000 |
parents | cd79614871c2 |
children | d57209761277 |
comparison
equal
deleted
inserted
replaced
2:cd79614871c2 | 3:14deb381fa27 |
---|---|
1 <tool id="bowtie_transcriptomic_wrapper" name="Align to transcriptome using Bowtie" version="1.3.0ind"> | 1 <tool id="bowtie_transcriptomic_wrapper" name="Align to transcriptome using Bowtie" version="1.2.0"> |
2 <description></description> | 2 <description></description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.2.0">bowtie</requirement> | 4 <requirement type="package" version="1.2.0">bowtie</requirement> |
5 </requirements> | 5 </requirements> |
6 <version_command>bowtie --version</version_command> | 6 <version_command>bowtie --version</version_command> |
158 <option value="indexed">Use a built-in index</option> | 158 <option value="indexed">Use a built-in index</option> |
159 <option value="history">Use one from the history</option> | 159 <option value="history">Use one from the history</option> |
160 </param> | 160 </param> |
161 <when value="indexed"> | 161 <when value="indexed"> |
162 <param name="index" type="select" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team"> | 162 <param name="index" type="select" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team"> |
163 <options from_data_table="bowtie_indexes_transcriptome"> | 163 <options from_data_table="bowtie_indexes"> |
164 <filter type="sort_by" column="2" /> | 164 <filter type="sort_by" column="2" /> |
165 <validator type="no_options" message="No indexes are available" /> | 165 <validator type="no_options" message="No indexes are available" /> |
166 </options> | 166 </options> |
167 </param> | 167 </param> |
168 </when> | 168 </when> |