comparison diamond.xml @ 54:9906fb4afc0b draft

Uploaded
author p.lucas
date Thu, 06 Jun 2024 13:26:56 +0000
parents cb440b96fb43
children 08f50579102b
comparison
equal deleted inserted replaced
53:cb440b96fb43 54:9906fb4afc0b
158 <option value="4">Compositional matrix adjust unconditionally (Yu, 2005)</option> 158 <option value="4">Compositional matrix adjust unconditionally (Yu, 2005)</option>
159 </param> 159 </param>
160 </when> 160 </when>
161 </conditional> 161 </conditional>
162 <param argument="--query" type="data" format="fasta,fastq" label="Input query file in FASTA or FASTQ format" /> 162 <param argument="--query" type="data" format="fasta,fastq" label="Input query file in FASTA or FASTQ format" />
163 <conditional name="ref_db_source">
164 <param name="db_source" type="select" label="Will you select a reference database from your history or use a built-in index?" help="Built-ins were indexed using default options">
165 <option value="indexed">Use a built-in index</option>
166 <option value="history">Use one from the history</option>
167 </param>
168 <when value="indexed">
169 <param name="index" type="select" label="Select a reference database" help="If your database of interest is not listed, contact your Galaxy admin">
170 <options from_data_table="pl_diamond_database" />
171 </param>
172 </when>
173 <when value="history">
174 <param name="reference_database" argument="--db" type="data" format="dmnd" label="Select the reference database" />
175 </when>
176 </conditional>
177 <conditional name="tax_cond"> 163 <conditional name="tax_cond">
178 <param name="tax_select" type="select" label="Restrict search taxonomically?" help="Any taxonomic rank can be used, and only reference sequences matching one of the specified taxon ids will be searched against."> 164 <param name="tax_select" type="select" label="Restrict search taxonomically?" help="Any taxonomic rank can be used, and only reference sequences matching one of the specified taxon ids will be searched against.">
179 <option value="no" selected="True">No</option> 165 <option value="no" selected="True">No</option>
180 <option value="list">List of taxids entered manually</option> 166 <option value="list">List of taxids entered manually</option>
181 <option value="file">List of taxids from single column tabular file</option> 167 <option value="file">List of taxids from single column tabular file</option>