comparison OpenSwathRTNormalizer.xml @ 11:7d73049c05c0 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:51:58 +0000
parents f25fbb8ff7cf
children d31426ef20f6
comparison
equal deleted inserted replaced
10:79dbeb3cbfb4 11:7d73049c05c0
91 <option value="default" selected="true">default</option> 91 <option value="default" selected="true">default</option>
92 <option value="single_transition">single_transition</option> 92 <option value="single_transition">single_transition</option>
93 <expand macro="list_string_san"/> 93 <expand macro="list_string_san"/>
94 </param> 94 </param>
95 <param name="im_extra_drift" argument="-algorithm:im_extra_drift" type="float" optional="true" min="0.0" value="0.0" label="Extra drift time to extract for IM scoring (as a fraction" help="e.g. 0.25 means 25% extra on each side)"/> 95 <param name="im_extra_drift" argument="-algorithm:im_extra_drift" type="float" optional="true" min="0.0" value="0.0" label="Extra drift time to extract for IM scoring (as a fraction" help="e.g. 0.25 means 25% extra on each side)"/>
96 <param name="strict" argument="-algorithm:strict" type="text" optional="true" value="true" label="Whether to error (true) or skip (false) if a transition in a transition group does not have a corresponding chromatogram" help="">
97 <expand macro="list_string_san"/>
98 </param>
96 <section name="TransitionGroupPicker" title="" help="" expanded="false"> 99 <section name="TransitionGroupPicker" title="" help="" expanded="false">
97 <param name="stop_after_feature" argument="-algorithm:TransitionGroupPicker:stop_after_feature" type="integer" optional="true" value="-1" label="Stop finding after feature (ordered by intensity; -1 means do not stop)" help=""/> 100 <param name="stop_after_feature" argument="-algorithm:TransitionGroupPicker:stop_after_feature" type="integer" optional="true" value="-1" label="Stop finding after feature (ordered by intensity; -1 means do not stop)" help=""/>
98 <param name="stop_after_intensity_ratio" argument="-algorithm:TransitionGroupPicker:stop_after_intensity_ratio" type="float" optional="true" value="0.0001" label="Stop after reaching intensity ratio" help=""/> 101 <param name="stop_after_intensity_ratio" argument="-algorithm:TransitionGroupPicker:stop_after_intensity_ratio" type="float" optional="true" value="0.0001" label="Stop after reaching intensity ratio" help=""/>
99 <param name="min_peak_width" argument="-algorithm:TransitionGroupPicker:min_peak_width" type="float" optional="true" value="-1.0" label="Minimal peak width (s), discard all peaks below this value (-1 means no action)" help=""/> 102 <param name="min_peak_width" argument="-algorithm:TransitionGroupPicker:min_peak_width" type="float" optional="true" value="-1.0" label="Minimal peak width (s), discard all peaks below this value (-1 means no action)" help=""/>
100 <param name="peak_integration" argument="-algorithm:TransitionGroupPicker:peak_integration" display="radio" type="select" optional="false" label="Calculate the peak area and height either the smoothed or the raw chromatogram data" help=""> 103 <param name="peak_integration" argument="-algorithm:TransitionGroupPicker:peak_integration" display="radio" type="select" optional="false" label="Calculate the peak area and height either the smoothed or the raw chromatogram data" help="">
207 <param name="NrRTBins" argument="-peptideEstimation:NrRTBins" type="integer" optional="true" value="10" label="Number of RT bins to use to compute coverage" help="This option should be used to ensure that there is a complete coverage of the RT space (this should detect cases where only a part of the RT gradient is actually covered by normalization peptides)"/> 210 <param name="NrRTBins" argument="-peptideEstimation:NrRTBins" type="integer" optional="true" value="10" label="Number of RT bins to use to compute coverage" help="This option should be used to ensure that there is a complete coverage of the RT space (this should detect cases where only a part of the RT gradient is actually covered by normalization peptides)"/>
208 <param name="MinPeptidesPerBin" argument="-peptideEstimation:MinPeptidesPerBin" type="integer" optional="true" value="1" label="Minimal number of peptides that are required for a bin to counted as 'covered'" help=""/> 211 <param name="MinPeptidesPerBin" argument="-peptideEstimation:MinPeptidesPerBin" type="integer" optional="true" value="1" label="Minimal number of peptides that are required for a bin to counted as 'covered'" help=""/>
209 <param name="MinBinsFilled" argument="-peptideEstimation:MinBinsFilled" type="integer" optional="true" value="8" label="Minimal number of bins required to be covered" help=""/> 212 <param name="MinBinsFilled" argument="-peptideEstimation:MinBinsFilled" type="integer" optional="true" value="8" label="Minimal number of bins required to be covered" help=""/>
210 </section> 213 </section>
211 <expand macro="adv_opts_macro"> 214 <expand macro="adv_opts_macro">
212 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 215 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
213 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 216 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
214 <expand macro="list_string_san"/> 217 <expand macro="list_string_san"/>
215 </param> 218 </param>
216 </expand> 219 </expand>
217 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> 220 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
218 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 221 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
219 </param> 222 </param>
220 </inputs> 223 </inputs>
221 <outputs> 224 <outputs>
222 <data name="out" label="${tool.name} on ${on_string}: out" format="trafoxml"/> 225 <data name="out" label="${tool.name} on ${on_string}: out" format="trafoxml"/>
229 <expand macro="manutest_OpenSwathRTNormalizer"/> 232 <expand macro="manutest_OpenSwathRTNormalizer"/>
230 </tests> 233 </tests>
231 <help><![CDATA[This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space. 234 <help><![CDATA[This tool will take a description of RT peptides and their normalized retention time to write out a transformation file on how to transform the RT space into the normalized space.
232 235
233 236
234 For more information, visit http://www.openms.de/documentation/TOPP_OpenSwathRTNormalizer.html]]></help> 237 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_OpenSwathRTNormalizer.html]]></help>
235 <expand macro="references"/> 238 <expand macro="references"/>
236 </tool> 239 </tool>