Mercurial > repos > galaxyp > openms_featurefindermrm
comparison FeatureFinderMRM.xml @ 0:74aca13d0f84 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 12:25:14 -0500 |
parents | |
children | 7dcc6299da76 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:74aca13d0f84 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | |
3 <!--Proposed Tool Section: [Quantitation]--> | |
4 <tool id="FeatureFinderMRM" name="FeatureFinderMRM" version="2.1.0"> | |
5 <description>Detects two-dimensional features in LC-MS data.</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">FeatureFinderMRM</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>FeatureFinderMRM | |
14 | |
15 #if $param_in: | |
16 -in $param_in | |
17 #end if | |
18 #if $param_out: | |
19 -out $param_out | |
20 #end if | |
21 #if $param_algorithm_min_rt_distance: | |
22 -algorithm:min_rt_distance $param_algorithm_min_rt_distance | |
23 #end if | |
24 #if $param_algorithm_min_signal_to_noise_ratio: | |
25 -algorithm:min_signal_to_noise_ratio $param_algorithm_min_signal_to_noise_ratio | |
26 #end if | |
27 #if $adv_opts.adv_opts_selector=='advanced': | |
28 #if $adv_opts.param_force: | |
29 -force | |
30 #end if | |
31 #if $adv_opts.param_algorithm_min_num_peaks_per_feature: | |
32 -algorithm:min_num_peaks_per_feature $adv_opts.param_algorithm_min_num_peaks_per_feature | |
33 #end if | |
34 #if $adv_opts.param_algorithm_write_debug_files: | |
35 -algorithm:write_debug_files | |
36 #end if | |
37 #if $adv_opts.param_algorithm_resample_traces: | |
38 -algorithm:resample_traces | |
39 #end if | |
40 #if $adv_opts.param_algorithm_write_debuginfo: | |
41 -algorithm:write_debuginfo | |
42 #end if | |
43 #end if | |
44 </command> | |
45 <inputs> | |
46 <param name="param_in" type="data" format="mzml" optional="False" label="input file" help="(-in) "/> | |
47 <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) "/> | |
48 <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"/> | |
49 <expand macro="advanced_options"> | |
50 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
51 <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) "/> | |
52 <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) "/> | |
53 <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) "/> | |
54 <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) "/> | |
55 </expand> | |
56 </inputs> | |
57 <outputs> | |
58 <data name="param_out" format="featurexml"/> | |
59 </outputs> | |
60 <help>Detects two-dimensional features in LC-MS data. | |
61 | |
62 | |
63 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderMRM.html</help> | |
64 </tool> |