Mercurial > repos > galaxyp > openms_spectrafilterthresholdmower
comparison SpectraFilterThresholdMower.xml @ 11:dd4ae875c004 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author | galaxyp |
---|---|
date | Tue, 13 Oct 2020 20:24:59 +0000 |
parents | e9ec21114394 |
children | 1db101600feb |
comparison
equal
deleted
inserted
replaced
10:347d9d613d1b | 11:dd4ae875c004 |
---|---|
44 <param name="in" argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/> | 44 <param name="in" argument="-in" type="data" format="mzml" optional="false" label="input file" help=" select mzml data sets(s)"/> |
45 <section name="algorithm" title="Algorithm parameter subsection" help="" expanded="false"> | 45 <section name="algorithm" title="Algorithm parameter subsection" help="" expanded="false"> |
46 <param name="threshold" argument="-algorithm:threshold" type="float" optional="true" value="0.05" label="Intensity threshold, peaks below this threshold are discarded" help=""/> | 46 <param name="threshold" argument="-algorithm:threshold" type="float" optional="true" value="0.05" label="Intensity threshold, peaks below this threshold are discarded" help=""/> |
47 </section> | 47 </section> |
48 <expand macro="adv_opts_macro"> | 48 <expand macro="adv_opts_macro"> |
49 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> | 49 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
50 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 50 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
51 <expand macro="list_string_san"/> | 51 <expand macro="list_string_san"/> |
52 </param> | 52 </param> |
53 </expand> | 53 </expand> |
54 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> | 54 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
55 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 55 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
56 </param> | 56 </param> |
57 </inputs> | 57 </inputs> |
58 <outputs> | 58 <outputs> |
59 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> | 59 <data name="out" label="${tool.name} on ${on_string}: out" format="mzml"/> |
66 <expand macro="manutest_SpectraFilterThresholdMower"/> | 66 <expand macro="manutest_SpectraFilterThresholdMower"/> |
67 </tests> | 67 </tests> |
68 <help><![CDATA[Applies thresholdfilter to peak spectra. | 68 <help><![CDATA[Applies thresholdfilter to peak spectra. |
69 | 69 |
70 | 70 |
71 For more information, visit http://www.openms.de/documentation/TOPP_SpectraFilterThresholdMower.html]]></help> | 71 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_SpectraFilterThresholdMower.html]]></help> |
72 <expand macro="references"/> | 72 <expand macro="references"/> |
73 </tool> | 73 </tool> |