Mercurial > repos > bgruening > openms
view MRMPairFinder.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
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 CTD2Galaxy.--> <!--Proposed Tool Section: [Utilities]--> <tool id="MRMPairFinder" name="MRMPairFinder" version="2.0.0"> <description>Util which can be used to evaluate labeled pair ratios on MRM features.</description> <macros> <token name="@EXECUTABLE@">MRMPairFinder</token> <import>macros.xml</import> </macros> <expand macro="references"/> <expand macro="stdio"/> <expand macro="requirements"/> <command>MRMPairFinder #if $param_in: -in $param_in #end if #if $param_pair_in: -pair_in $param_pair_in #end if #if $param_out: -out $param_out #end if #if $param_feature_out: -feature_out $param_feature_out #end if -threads \${GALAXY_SLOTS:-24} #if $adv_opts.adv_opts_selector=='advanced': #if $adv_opts.param_mass_tolerance: -mass_tolerance $adv_opts.param_mass_tolerance #end if #if $adv_opts.param_RT_tolerance: -RT_tolerance $adv_opts.param_RT_tolerance #end if #if $adv_opts.param_RT_pair_tolerance: -RT_pair_tolerance $adv_opts.param_RT_pair_tolerance #end if #if $adv_opts.param_force: -force #end if #end if </command> <inputs> <param format="xml" help="(-in) " label="Input featureXML file containing the features of the MRM experiment spectra" name="param_in" optional="False" type="data"/> <param format="tabular" help="(-pair_in) " label="Pair-file in the format: prec-m/z-light prec-m/z-heavy frag-m/z-light frag-m/z-heavy rt" name="param_pair_in" optional="False" type="data"/> <expand macro="advanced_options"> <param help="(-mass_tolerance) " label="Precursor mass tolerance which is used for the pair finding and the matching of the given pair m/z values to the features" min="0.0" name="param_mass_tolerance" optional="True" type="float" value="0.01"/> <param help="(-RT_tolerance) " label="Maximal deviation in RT dimension in seconds a feature can have when comparing to the RT values given in the pair file" min="0.0" name="param_RT_tolerance" optional="True" type="float" value="200.0"/> <param help="(-RT_pair_tolerance) " label="Maximal deviation in RT dimension in seconds the two partners of a pair is allowed to have" min="0.0" name="param_RT_pair_tolerance" optional="True" type="float" value="5.0"/> <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> </expand> </inputs> <outputs> <data format="consensusxml" name="param_out"/> <data format="xml" name="param_feature_out"/> </outputs> <help>Util which can be used to evaluate labeled pair ratios on MRM features. For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_MRMPairFinder.html</help> </tool>
