Mercurial > repos > galaxyp > openms
comparison SpectraFilterThresholdMower.xml @ 0:3070d71e0e5c draft
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 16 Apr 2015 08:37:04 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3070d71e0e5c |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | |
| 2 <tool id="SpectraFilterThresholdMower" name="SpectraFilterThresholdMower" version="2.0.0"> | |
| 3 <description>Applies thresholdfilter to peak spectra.</description> | |
| 4 <macros> | |
| 5 <token name="@EXECUTABLE@">SpectraFilterThresholdMower</token> | |
| 6 <import>macros.xml</import> | |
| 7 </macros> | |
| 8 <expand macro="stdio"/> | |
| 9 <expand macro="requirements"/> | |
| 10 <command>SpectraFilterThresholdMower | |
| 11 | |
| 12 #if $param_in: | |
| 13 -in $param_in | |
| 14 #end if | |
| 15 #if $param_out: | |
| 16 -out $param_out | |
| 17 #end if | |
| 18 -threads \${GALAXY_SLOTS:-24} | |
| 19 #if $param_algorithm_threshold: | |
| 20 -algorithm:threshold $param_algorithm_threshold | |
| 21 #end if | |
| 22 #if $adv_opts.adv_opts_selector=='advanced': | |
| 23 #if $adv_opts.param_force: | |
| 24 -force | |
| 25 #end if | |
| 26 #end if | |
| 27 </command> | |
| 28 <inputs> | |
| 29 <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/> | |
| 30 <param name="param_algorithm_threshold" type="float" value="0.05" label="Intensity threshold, peaks below this threshold are discarded" help="(-threshold) "/> | |
| 31 <expand macro="advanced_options"> | |
| 32 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
| 33 </expand> | |
| 34 </inputs> | |
| 35 <outputs> | |
| 36 <data name="param_out" format="mzml"/> | |
| 37 </outputs> | |
| 38 <help>**What it does** | |
| 39 | |
| 40 Applies thresholdfilter to peak spectra. | |
| 41 | |
| 42 | |
| 43 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_SpectraFilterThresholdMower.html</help> | |
| 44 <expand macro="references"/> | |
| 45 </tool> |
