Mercurial > repos > iuc > recentrifuge
comparison recentrifuge.xml @ 3:b5407cc2bf51 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/recentrifuge commit 96f8a533278b4b6394aebd7a8f537513b0d29b1a
author | iuc |
---|---|
date | Thu, 31 Aug 2023 04:46:52 +0000 |
parents | fe733f05c2f8 |
children |
comparison
equal
deleted
inserted
replaced
2:824497684a1f | 3:b5407cc2bf51 |
---|---|
185 </param> | 185 </param> |
186 <param argument="--avoidcross" type="boolean" truevalue="--avoidcross" falsevalue="" label="Avoid cross analysis" help="Default: no"/> | 186 <param argument="--avoidcross" type="boolean" truevalue="--avoidcross" falsevalue="" label="Avoid cross analysis" help="Default: no"/> |
187 </section> | 187 </section> |
188 <!-- Detailed more fine parameters --> | 188 <!-- Detailed more fine parameters --> |
189 <section name="more_advanced_option" title=" Fine tuning of algorithm parameters"> | 189 <section name="more_advanced_option" title=" Fine tuning of algorithm parameters"> |
190 <param name="ctrlminscore" argument="--ctrlminscore" type="integer" optional="true" value="0" label="Minimum score in control samples to pass the filter" help="Minimum score/confidence of the classification of a read in control samples to pass the quality filter; it defaults to minscore"/> | 190 <param argument="--ctrlminscore" type="integer" optional="true" value="0" label="Minimum score in control samples to pass the filter" help="Minimum score/confidence of the classification of a read in control samples to pass the quality filter; it defaults to minscore"/> |
191 <param name="ctrlmintaxa" argument="--ctrlmintaxa" type="integer" optional="true" value="0" label="Minimum taxa to avoid collapsing one level into the parent" help="If not specified a value will be automatically assigned"/> | 191 <param argument="--ctrlmintaxa" type="integer" optional="true" value="0" label="Minimum taxa to avoid collapsing one level into the parent" help="If not specified a value will be automatically assigned"/> |
192 <param name="summary" argument="--summary" type="select" label="Add a summary of the analysis (default is Add)" help="Select to 'add' summary samples to other samples, or to 'only' show summary samples or to 'avoid' summaries at all"> | 192 <param argument="--summary" type="select" label="Add a summary of the analysis (default is Add)" help="Select to 'add' summary samples to other samples, or to 'only' show summary samples or to 'avoid' summaries at all"> |
193 <option value="ADD" selected="true">Add</option> | 193 <option value="ADD" selected="true">Add</option> |
194 <option value="ONLY">Only</option> | 194 <option value="ONLY">Only</option> |
195 <option value="AVOID">Avoid</option> | 195 <option value="AVOID">Avoid</option> |
196 </param> | 196 </param> |
197 <param argument="--takeoutroot" type="boolean" truevalue="--takeoutroot" falsevalue="" label="Remove counts directly assigned to the root level"/> | 197 <param argument="--takeoutroot" type="boolean" truevalue="--takeoutroot" falsevalue="" label="Remove counts directly assigned to the root level"/> |