comparison NoiseFilterSGolay.xml @ 11:1312f9119f74 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:47:46 +0000
parents f2834f001a80
children cf86c9091cb3
comparison
equal deleted inserted replaced
10:6b555020d5f3 11:1312f9119f74
50 <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=""> 50 <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 <option value="inmemory" selected="true">inmemory</option> 51 <option value="inmemory" selected="true">inmemory</option>
52 <option value="lowmemory">lowmemory</option> 52 <option value="lowmemory">lowmemory</option>
53 <expand macro="list_string_san"/> 53 <expand macro="list_string_san"/>
54 </param> 54 </param>
55 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 55 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
56 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 56 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
57 <expand macro="list_string_san"/> 57 <expand macro="list_string_san"/>
58 </param> 58 </param>
59 </expand> 59 </expand>
60 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> 60 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
61 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 61 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
62 </param> 62 </param>
63 </inputs> 63 </inputs>
64 <outputs> 64 <outputs>
65 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> 65 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/>
72 <expand macro="manutest_NoiseFilterSGolay"/> 72 <expand macro="manutest_NoiseFilterSGolay"/>
73 </tests> 73 </tests>
74 <help><![CDATA[Removes noise from profile spectra by using a Savitzky Golay filter. Requires uniform (equidistant) data. 74 <help><![CDATA[Removes noise from profile spectra by using a Savitzky Golay filter. Requires uniform (equidistant) data.
75 75
76 76
77 For more information, visit http://www.openms.de/documentation/TOPP_NoiseFilterSGolay.html]]></help> 77 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_NoiseFilterSGolay.html]]></help>
78 <expand macro="references"/> 78 <expand macro="references"/>
79 </tool> 79 </tool>