annotate InclusionExclusionListCreator.xml @ 1:17e8c91b70d5 draft

Uploaded
author bgruening
date Fri, 10 Oct 2014 18:23:01 -0400
parents 3d84209d3178
children 6ead64a594bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
1 <?xml version='1.0' encoding='UTF-8'?>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
2 <tool id="InclusionExclusionListCreator" name="InclusionExclusionListCreator" version="1.12.0">
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
3 <description>Creates inclusion and/or exclusion lists.</description>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
4 <macros>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
5 <token name="@EXECUTABLE@">InclusionExclusionListCreator</token>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
6 <import>macros.xml</import>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
7 </macros>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
8 <expand macro="stdio"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
9 <expand macro="requirements"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
10 <command>InclusionExclusionListCreator
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
11
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
12 -include ${param_include}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
13 -exclude ${param_exclude}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
14 -out ${param_out}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
15 -rt_model ${param_rt_model}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
16 -pt_model ${param_pt_model}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
17 -inclusion_charges ${param_inclusion_charges}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
18 -inclusion_strategy ${param_inclusion_strategy}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
19 -exclusion_charges ${param_exclusion_charges}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
20 -raw_data ${param_raw_data}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
21 -threads \${GALAXY_SLOTS:-24}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
22 -algorithm:InclusionExclusionList:missed_cleavages ${param_missed_cleavages}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
23 -algorithm:InclusionExclusionList:RT:unit ${param_unit}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
24 ${param_use_relative}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
25 -algorithm:InclusionExclusionList:RT:window_relative ${param_window_relative}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
26 -algorithm:InclusionExclusionList:RT:window_absolute ${param_window_absolute}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
27 -algorithm:InclusionExclusionList:merge:mz_tol ${param_mz_tol}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
28 -algorithm:InclusionExclusionList:merge:mz_tol_unit ${param_mz_tol_unit}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
29 -algorithm:InclusionExclusionList:merge:rt_tol ${param_rt_tol}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
30 -algorithm:PrecursorSelection:ms2_spectra_per_rt_bin ${param_ms2_spectra_per_rt_bin}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
31 ${param_exclude_overlapping_peaks}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
32 ${param_use_dynamic_exclusion}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
33 -algorithm:PrecursorSelection:Exclusion:exclusion_time ${param_exclusion_time}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
34 -algorithm:PrecursorSelection:ProteinBasedInclusion:max_list_size ${param_max_list_size}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
35 -algorithm:PrecursorSelection:ProteinBasedInclusion:rt:min_rt ${param_min_rt}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
36 -algorithm:PrecursorSelection:ProteinBasedInclusion:rt:max_rt ${param_max_rt}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
37 -algorithm:PrecursorSelection:ProteinBasedInclusion:rt:rt_step_size ${param_rt_step_size}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
38 -algorithm:PrecursorSelection:ProteinBasedInclusion:rt:rt_window_size ${param_rt_window_size}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
39 -algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:min_protein_id_probability ${param_min_protein_id_probability}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
40 -algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:min_pt_weight ${param_min_pt_weight}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
41 -algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:min_mz ${param_min_mz}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
42 -algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:max_mz ${param_max_mz}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
43 ${param_use_peptide_rule}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
44 -algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:min_peptide_ids ${param_min_peptide_ids}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
45 -algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:min_peptide_probability ${param_min_peptide_probability}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
46 ${param_no_intensity_normalization}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
47 -algorithm:PrecursorSelection:feature_based:max_number_precursors_per_feature ${param_max_number_precursors_per_feature}
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
48 </command>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
49 <inputs>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
50 <param name="param_include" type="data" format="featureXML,fasta" optional="True" label="Inclusion list input file in FASTA or featureXML format." help="(-include)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
51 <param name="param_exclude" type="data" format="featureXML,idXML,fasta" optional="True" label="Exclusion list input file in featureXML, idXML or FASTA format." help="(-exclude)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
52 <param name="param_rt_model" type="data" format="txt" optional="True" label="RTModel file used for the rt prediction of peptides in FASTA files." help="(-rt_model)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
53 <param name="param_pt_model" type="data" format="txt" optional="True" label="PTModel file used for the pt prediction of peptides in FASTA files (only needed for inclusion_strategy PreotinBased_LP)." help="(-pt_model)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
54 <param name="param_inclusion_charges" type="text" min="1" optional="True" size="20" value="1" label="List containing the charge states to be considered for the inclusion list compounds, space separated." help="(-inclusion_charges)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
55 <param name="param_inclusion_strategy" type="select" optional="True" value="ALL" label="strategy to be used for selection" help="(-inclusion_strategy)">
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
56 <option value="FeatureBased_LP">FeatureBased_LP</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
57 <option value="ProteinBased_LP">ProteinBased_LP</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
58 <option value="ALL">ALL</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
59 </param>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
60 <param name="param_exclusion_charges" type="text" min="1" optional="True" size="20" value="1" label="List containing the charge states to be considered for the exclusion list compounds (for idXML and FASTA input), space separated." help="(-exclusion_charges)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
61 <param name="param_raw_data" type="data" format="mzML" optional="True" label="File containing the raw data (only needed for FeatureBased_LP)." help="(-raw_data)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
62 <param name="param_missed_cleavages" type="integer" value="0" label="Number of missed cleavages used for protein digestion.#br#" help="(-missed_cleavages)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
63 <param name="param_unit" type="select" optional="True" value="minutes" label="Create lists with units as seconds instead of minutes" help="(-unit)">
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
64 <option value="minutes">minutes</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
65 <option value="seconds">seconds</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
66 </param>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
67 <param name="param_use_relative" type="boolean" truevalue="-algorithm:InclusionExclusionList:RT:use_relative true" falsevalue="-algorithm:InclusionExclusionList:RT:use_relative false" checked="true" optional="True" label="Use relative RT window, which depends on RT of precursor." help="(-use_relative)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
68 <param name="param_window_relative" type="float" min="0.0" max="10.0" optional="True" value="0.05" label="[for RT:use_relative == true] The relative factor X for the RT exclusion window, e.g. the window is calculated as [rt - rt*X, rt + rt*X]." help="(-window_relative)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
69 <param name="param_window_absolute" type="float" min="0.0" optional="True" value="90.0" label="[for RT:use_relative == false] The absolute value X for the RT exclusion window in [sec], e.g. the window is calculated as [rt - X, rt + X]." help="(-window_absolute)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
70 <param name="param_mz_tol" type="float" min="0.0" optional="True" value="10.0" label="Two inclusion/exclusion windows are merged when they (almost) overlap in RT (see 'rt_tol') and are close in m/z by this tolerance. Unit of this is defined in 'mz_tol_unit'." help="(-mz_tol)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
71 <param name="param_mz_tol_unit" type="select" optional="True" value="ppm" label="Unit of 'mz_tol'" help="(-mz_tol_unit)">
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
72 <option value="ppm">ppm</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
73 <option value="Da">Da</option>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
74 </param>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
75 <param name="param_rt_tol" type="float" min="0.0" optional="True" value="1.1" label="Maximal RT delta (in seconds) which would allow two windows in RT to overlap (which causes merging the windows). Two inclusion/exclusion windows are merged when they (almost) overlap in RT and are close in m/z by this tolerance (see 'mz_tol'). Unit of this param is [seconds]." help="(-rt_tol)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
76 <param name="param_ms2_spectra_per_rt_bin" type="integer" min="1" optional="True" value="5" label="Number of allowed MS/MS spectra in a retention time bin." help="(-ms2_spectra_per_rt_bin)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
77 <param name="param_exclude_overlapping_peaks" type="boolean" truevalue="-algorithm:PrecursorSelection:exclude_overlapping_peaks true" falsevalue="-algorithm:PrecursorSelection:exclude_overlapping_peaks false" checked="false" optional="True" label="If true overlapping or nearby peaks (within min_peak_distance) are excluded for selection." help="(-exclude_overlapping_peaks)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
78 <param name="param_use_dynamic_exclusion" type="boolean" truevalue="-algorithm:PrecursorSelection:Exclusion:use_dynamic_exclusion true" falsevalue="-algorithm:PrecursorSelection:Exclusion:use_dynamic_exclusion false" checked="false" optional="True" label="If true dynamic exclusion is applied." help="(-use_dynamic_exclusion)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
79 <param name="param_exclusion_time" type="float" min="0.0" optional="True" value="100.0" label="The time (in seconds) a feature is excluded." help="(-exclusion_time)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
80 <param name="param_max_list_size" type="integer" min="1" optional="True" value="1000" label="The maximal number of precursors in the inclusion list." help="(-max_list_size)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
81 <param name="param_min_rt" type="float" min="0.0" optional="True" value="960.0" label="Minimal rt in seconds." help="(-min_rt)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
82 <param name="param_max_rt" type="float" min="0.0" optional="True" value="3840.0" label="Maximal rt in seconds." help="(-max_rt)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
83 <param name="param_rt_step_size" type="float" min="1.0" optional="True" value="30.0" label="rt step size in seconds." help="(-rt_step_size)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
84 <param name="param_rt_window_size" type="integer" min="1" optional="True" value="100" label="rt window size in seconds." help="(-rt_window_size)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
85 <param name="param_min_protein_id_probability" type="float" min="0.0" max="1.0" optional="True" value="0.95" label="Minimal protein probability for a protein to be considered identified." help="(-min_protein_id_probability)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
86 <param name="param_min_pt_weight" type="float" min="0.0" max="1.0" optional="True" value="0.5" label="Minimal pt weight of a precursor" help="(-min_pt_weight)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
87 <param name="param_min_mz" type="float" min="0.0" optional="True" value="500.0" label="Minimal mz to be considered in protein based LP formulation." help="(-min_mz)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
88 <param name="param_max_mz" type="float" min="0.0" optional="True" value="5000.0" label="Minimal mz to be considered in protein based LP formulation." help="(-max_mz)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
89 <param name="param_use_peptide_rule" type="boolean" truevalue="-algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:use_peptide_rule true" falsevalue="-algorithm:PrecursorSelection:ProteinBasedInclusion:thresholds:use_peptide_rule false" checked="false" optional="True" label="Use peptide rule instead of minimal protein id probability" help="(-use_peptide_rule)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
90 <param name="param_min_peptide_ids" type="integer" min="1" optional="True" value="2" label="If use_peptide_rule is true, this parameter sets the minimal number of peptide ids for a protein id" help="(-min_peptide_ids)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
91 <param name="param_min_peptide_probability" type="float" min="0.0" max="1.0" optional="True" value="0.95" label="If use_peptide_rule is true, this parameter sets the minimal probability for a peptide to be safely identified" help="(-min_peptide_probability)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
92 <param name="param_no_intensity_normalization" type="boolean" truevalue="-algorithm:PrecursorSelection:feature_based:no_intensity_normalization true" falsevalue="-algorithm:PrecursorSelection:feature_based:no_intensity_normalization false" checked="false" optional="True" label="Flag indicating if intensities shall be scaled to be in [0,1]. This is done for each feature separately, so that the feature's maximal intensity in a spectrum is set to 1." help="(-no_intensity_normalization)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
93 <param name="param_max_number_precursors_per_feature" type="integer" min="1" optional="True" value="1" label="The maximal number of precursors per feature." help="(-max_number_precursors_per_feature)"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
94 </inputs>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
95 <outputs>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
96 <data name="param_out" label="Output file (tab delimited csv file)." format="tabular"/>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
97 </outputs>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
98 <help>**What it does**
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
99
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
100 Creates inclusion and/or exclusion lists.
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
101
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
102
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
103 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_InclusionExclusionListCreator.html
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
104
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
105 @REFERENCES@
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
106 </help>
3d84209d3178 Uploaded
bgruening
parents:
diff changeset
107 </tool>