Mercurial > repos > galaxyp > openms_featurefindermrm
view FeatureFinderMRM.xml @ 10:7fe5c451e82a draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author | galaxyp |
---|---|
date | Fri, 17 May 2019 09:18:31 -0400 |
parents | d0e82da46b78 |
children | 90f3670ec66b |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> <!--Proposed Tool Section: [Quantitation]--> <tool id="FeatureFinderMRM" name="FeatureFinderMRM" version="2.3.0"> <description>Detects two-dimensional features in LC-MS data.</description> <macros> <token name="@EXECUTABLE@">FeatureFinderMRM</token> <import>macros.xml</import> </macros> <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[FeatureFinderMRM #if $param_in: -in $param_in #end if #if $param_out: -out $param_out #end if #if $param_algorithm_min_rt_distance: -algorithm:min_rt_distance $param_algorithm_min_rt_distance #end if #if $param_algorithm_min_signal_to_noise_ratio: -algorithm:min_signal_to_noise_ratio $param_algorithm_min_signal_to_noise_ratio #end if #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_force: -force #end if #if $adv_opts.param_algorithm_min_num_peaks_per_feature: -algorithm:min_num_peaks_per_feature $adv_opts.param_algorithm_min_num_peaks_per_feature #end if #if $adv_opts.param_algorithm_write_debug_files: -algorithm:write_debug_files #end if #if $adv_opts.param_algorithm_resample_traces: -algorithm:resample_traces #end if #if $adv_opts.param_algorithm_write_debuginfo: -algorithm:write_debuginfo #end if #end if ]]></command> <inputs> <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/> <param name="param_algorithm_min_rt_distance" type="float" min="0.0" optional="True" value="10.0" label="Minimal distance of MRM features in seconds" help="(-min_rt_distance) "/> <param name="param_algorithm_min_signal_to_noise_ratio" type="float" min="0.0" optional="True" value="2.0" label="Minimal S/N ratio a peak must have to be taken into account" help="(-min_signal_to_noise_ratio) Set to zero if the MRM-traces contains mostly signals, and no noise"/> <expand macro="advanced_options"> <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> <param name="param_algorithm_min_num_peaks_per_feature" type="integer" min="1" optional="True" value="5" label="Minimal number of peaks which are needed for a single feature" help="(-min_num_peaks_per_feature) "/> <param name="param_algorithm_write_debug_files" display="radio" type="boolean" truevalue="-algorithm:write_debug_files" falsevalue="" checked="false" optional="True" label="If set to true, for each feature a plot will be created, in the subdirectory 'debug'" help="(-write_debug_files) "/> <param name="param_algorithm_resample_traces" display="radio" type="boolean" truevalue="-algorithm:resample_traces" falsevalue="" checked="false" optional="True" 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="(-resample_traces) "/> <param name="param_algorithm_write_debuginfo" display="radio" type="boolean" truevalue="-algorithm:write_debuginfo" falsevalue="" checked="false" optional="True" label="If set to true, debug messages are written, the output can be somewhat lengthy" help="(-write_debuginfo) "/> </expand> </inputs> <outputs> <data name="param_out" format="featurexml"/> </outputs> <help>Detects two-dimensional features in LC-MS data. For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureFinderMRM.html</help> </tool>