comparison NoiseFilterGaussian.xml @ 11:038c7525527e draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author galaxyp
date Tue, 13 Oct 2020 19:41:38 +0000
parents 4b6ea1de6dc4
children 47982606f542
comparison
equal deleted inserted replaced
10:43c3edaadb5d 11:038c7525527e
51 <param name="processOption" argument="-processOption" display="radio" type="select" optional="false" label="Whether to load all data and process them in-memory or whether to process the data on the fly (lowmemory) without loading the whole file into memory first" help=""> 51 <param name="processOption" argument="-processOption" display="radio" type="select" optional="false" label="Whether to load all data and process them in-memory or whether to process the data on the fly (lowmemory) without loading the whole file into memory first" help="">
52 <option value="inmemory" selected="true">inmemory</option> 52 <option value="inmemory" selected="true">inmemory</option>
53 <option value="lowmemory">lowmemory</option> 53 <option value="lowmemory">lowmemory</option>
54 <expand macro="list_string_san"/> 54 <expand macro="list_string_san"/>
55 </param> 55 </param>
56 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 56 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
57 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 57 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
58 <expand macro="list_string_san"/> 58 <expand macro="list_string_san"/>
59 </param> 59 </param>
60 </expand> 60 </expand>
61 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> 61 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
62 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 62 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
63 </param> 63 </param>
64 </inputs> 64 </inputs>
65 <outputs> 65 <outputs>
66 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> 66 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/>
73 <expand macro="manutest_NoiseFilterGaussian"/> 73 <expand macro="manutest_NoiseFilterGaussian"/>
74 </tests> 74 </tests>
75 <help><![CDATA[Removes noise from profile spectra by using Gaussian filter (on uniform as well as non-uniform data). 75 <help><![CDATA[Removes noise from profile spectra by using Gaussian filter (on uniform as well as non-uniform data).
76 76
77 77
78 For more information, visit http://www.openms.de/documentation/TOPP_NoiseFilterGaussian.html]]></help> 78 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_NoiseFilterGaussian.html]]></help>
79 <expand macro="references"/> 79 <expand macro="references"/>
80 </tool> 80 </tool>