comparison FeatureFinderMRM.xml @ 13:9a9bbeefcd5d 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:20:42 +0000
parents 90f3670ec66b
children 646ebe78d904
comparison
equal deleted inserted replaced
12:7407c66b08b4 13:9a9bbeefcd5d
49 <param name="write_debug_files" argument="-algorithm:write_debug_files" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, for each feature a plot will be created, in the subdirectory 'debug'" help=""/> 49 <param name="write_debug_files" argument="-algorithm:write_debug_files" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, for each feature a plot will be created, in the subdirectory 'debug'" help=""/>
50 <param name="resample_traces" argument="-algorithm:resample_traces" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, each trace, which is in this case a part of the MRM monitoring trace with signal is resampled, using the minimal distance of two data points in RT dimension" help=""/> 50 <param name="resample_traces" argument="-algorithm:resample_traces" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, each trace, which is in this case a part of the MRM monitoring trace with signal is resampled, using the minimal distance of two data points in RT dimension" help=""/>
51 <param name="write_debuginfo" argument="-algorithm:write_debuginfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, debug messages are written, the output can be somewhat lengthy" help=""/> 51 <param name="write_debuginfo" argument="-algorithm:write_debuginfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true, debug messages are written, the output can be somewhat lengthy" help=""/>
52 </section> 52 </section>
53 <expand macro="adv_opts_macro"> 53 <expand macro="adv_opts_macro">
54 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 54 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
55 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 55 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
56 <expand macro="list_string_san"/> 56 <expand macro="list_string_san"/>
57 </param> 57 </param>
58 </expand> 58 </expand>
59 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> 59 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
60 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 60 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
61 </param> 61 </param>
62 </inputs> 62 </inputs>
63 <outputs> 63 <outputs>
64 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"/> 64 <data name="out" label="${tool.name} on ${on_string}: out" format="featurexml"/>
71 <expand macro="manutest_FeatureFinderMRM"/> 71 <expand macro="manutest_FeatureFinderMRM"/>
72 </tests> 72 </tests>
73 <help><![CDATA[Detects two-dimensional features in LC-MS data. 73 <help><![CDATA[Detects two-dimensional features in LC-MS data.
74 74
75 75
76 For more information, visit http://www.openms.de/documentation/TOPP_FeatureFinderMRM.html]]></help> 76 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_FeatureFinderMRM.html]]></help>
77 <expand macro="references"/> 77 <expand macro="references"/>
78 </tool> 78 </tool>