|
0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
|
2 <tool id="FeatureFinderSuperHirn" name="FeatureFinderSuperHirn" version="2.0.0">
|
|
|
3 <description>Finds mass spectrometric features in mass spectra.</description>
|
|
|
4 <macros>
|
|
|
5 <token name="@EXECUTABLE@">FeatureFinderSuperHirn</token>
|
|
|
6 <import>macros.xml</import>
|
|
|
7 </macros>
|
|
|
8 <expand macro="stdio"/>
|
|
|
9 <expand macro="requirements"/>
|
|
|
10 <command>FeatureFinderSuperHirn
|
|
|
11
|
|
|
12 #if $param_in:
|
|
|
13 -in $param_in
|
|
|
14 #end if
|
|
|
15 #if $param_out:
|
|
|
16 -out $param_out
|
|
|
17 #end if
|
|
|
18 -threads \${GALAXY_SLOTS:-24}
|
|
|
19 #if $param_algorithm_centroiding_active:
|
|
|
20 -algorithm:centroiding:active
|
|
|
21 #end if
|
|
|
22 #if $param_algorithm_centroiding_window_width:
|
|
|
23 -algorithm:centroiding:window_width $param_algorithm_centroiding_window_width
|
|
|
24 #end if
|
|
|
25 #if $param_algorithm_centroiding_absolute_isotope_mass_precision:
|
|
|
26 -algorithm:centroiding:absolute_isotope_mass_precision $param_algorithm_centroiding_absolute_isotope_mass_precision
|
|
|
27 #end if
|
|
|
28 #if $param_algorithm_centroiding_relative_isotope_mass_precision:
|
|
|
29 -algorithm:centroiding:relative_isotope_mass_precision $param_algorithm_centroiding_relative_isotope_mass_precision
|
|
|
30 #end if
|
|
|
31 #if $param_algorithm_centroiding_minimal_peak_height:
|
|
|
32 -algorithm:centroiding:minimal_peak_height $param_algorithm_centroiding_minimal_peak_height
|
|
|
33 #end if
|
|
|
34 #if $param_algorithm_centroiding_min_ms_signal_intensity:
|
|
|
35 -algorithm:centroiding:min_ms_signal_intensity $param_algorithm_centroiding_min_ms_signal_intensity
|
|
|
36 #end if
|
|
|
37
|
|
|
38 #if $rep_param_algorithm_ms1_precursor_detection_scan_levels:
|
|
|
39 -algorithm:ms1:precursor_detection_scan_levels
|
|
|
40 #for token in $rep_param_algorithm_ms1_precursor_detection_scan_levels:
|
|
|
41 #if " " in str(token):
|
|
|
42 "$token.param_algorithm_ms1_precursor_detection_scan_levels"
|
|
|
43 #else
|
|
|
44 $token.param_algorithm_ms1_precursor_detection_scan_levels
|
|
|
45 #end if
|
|
|
46 #end for
|
|
|
47 #end if
|
|
|
48 #if $param_algorithm_ms1_max_inter_scan_distance:
|
|
|
49 -algorithm:ms1:max_inter_scan_distance $param_algorithm_ms1_max_inter_scan_distance
|
|
|
50 #end if
|
|
|
51 #if $param_algorithm_ms1_tr_resolution:
|
|
|
52 -algorithm:ms1:tr_resolution $param_algorithm_ms1_tr_resolution
|
|
|
53 #end if
|
|
|
54 #if $param_algorithm_ms1_intensity_threshold:
|
|
|
55 -algorithm:ms1:intensity_threshold $param_algorithm_ms1_intensity_threshold
|
|
|
56 #end if
|
|
|
57 #if $param_algorithm_ms1_max_inter_scan_rt_distance:
|
|
|
58 -algorithm:ms1:max_inter_scan_rt_distance $param_algorithm_ms1_max_inter_scan_rt_distance
|
|
|
59 #end if
|
|
|
60 #if $param_algorithm_ms1_min_nb_cluster_members:
|
|
|
61 -algorithm:ms1:min_nb_cluster_members $param_algorithm_ms1_min_nb_cluster_members
|
|
|
62 #end if
|
|
|
63 #if $param_algorithm_ms1_detectable_isotope_factor:
|
|
|
64 -algorithm:ms1:detectable_isotope_factor $param_algorithm_ms1_detectable_isotope_factor
|
|
|
65 #end if
|
|
|
66 #if $param_algorithm_ms1_intensity_cv:
|
|
|
67 -algorithm:ms1:intensity_cv $param_algorithm_ms1_intensity_cv
|
|
|
68 #end if
|
|
|
69 #if $param_algorithm_ms1_retention_time_tolerance:
|
|
|
70 -algorithm:ms1:retention_time_tolerance $param_algorithm_ms1_retention_time_tolerance
|
|
|
71 #end if
|
|
|
72 #if $param_algorithm_ms1_mz_tolerance:
|
|
|
73 -algorithm:ms1:mz_tolerance $param_algorithm_ms1_mz_tolerance
|
|
|
74 #end if
|
|
|
75 #if $param_algorithm_ms1_feature_merger_active:
|
|
|
76 -algorithm:ms1_feature_merger:active
|
|
|
77 #end if
|
|
|
78 #if $param_algorithm_ms1_feature_merger_tr_resolution:
|
|
|
79 -algorithm:ms1_feature_merger:tr_resolution $param_algorithm_ms1_feature_merger_tr_resolution
|
|
|
80 #end if
|
|
|
81 #if $param_algorithm_ms1_feature_merger_initial_apex_tr_tolerance:
|
|
|
82 -algorithm:ms1_feature_merger:initial_apex_tr_tolerance $param_algorithm_ms1_feature_merger_initial_apex_tr_tolerance
|
|
|
83 #end if
|
|
|
84 #if $param_algorithm_ms1_feature_merger_feature_merging_tr_tolerance:
|
|
|
85 -algorithm:ms1_feature_merger:feature_merging_tr_tolerance $param_algorithm_ms1_feature_merger_feature_merging_tr_tolerance
|
|
|
86 #end if
|
|
|
87 #if $param_algorithm_ms1_feature_merger_intensity_variation_percentage:
|
|
|
88 -algorithm:ms1_feature_merger:intensity_variation_percentage $param_algorithm_ms1_feature_merger_intensity_variation_percentage
|
|
|
89 #end if
|
|
|
90 #if $param_algorithm_ms1_feature_merger_ppm_tolerance_for_mz_clustering:
|
|
|
91 -algorithm:ms1_feature_merger:ppm_tolerance_for_mz_clustering $param_algorithm_ms1_feature_merger_ppm_tolerance_for_mz_clustering
|
|
|
92 #end if
|
|
|
93 #if $param_algorithm_ms1_feature_selection_options_start_elution_window:
|
|
|
94 -algorithm:ms1_feature_selection_options:start_elution_window $param_algorithm_ms1_feature_selection_options_start_elution_window
|
|
|
95 #end if
|
|
|
96 #if $param_algorithm_ms1_feature_selection_options_end_elution_window:
|
|
|
97 -algorithm:ms1_feature_selection_options:end_elution_window $param_algorithm_ms1_feature_selection_options_end_elution_window
|
|
|
98 #end if
|
|
|
99 #if $param_algorithm_ms1_feature_selection_options_mz_range_min:
|
|
|
100 -algorithm:ms1_feature_selection_options:mz_range_min $param_algorithm_ms1_feature_selection_options_mz_range_min
|
|
|
101 #end if
|
|
|
102 #if $param_algorithm_ms1_feature_selection_options_mz_range_max:
|
|
|
103 -algorithm:ms1_feature_selection_options:mz_range_max $param_algorithm_ms1_feature_selection_options_mz_range_max
|
|
|
104 #end if
|
|
|
105 #if $param_algorithm_ms1_feature_selection_options_chrg_range_min:
|
|
|
106 -algorithm:ms1_feature_selection_options:chrg_range_min $param_algorithm_ms1_feature_selection_options_chrg_range_min
|
|
|
107 #end if
|
|
|
108 #if $param_algorithm_ms1_feature_selection_options_chrg_range_max:
|
|
|
109 -algorithm:ms1_feature_selection_options:chrg_range_max $param_algorithm_ms1_feature_selection_options_chrg_range_max
|
|
|
110 #end if
|
|
|
111 #if $adv_opts.adv_opts_selector=='advanced':
|
|
|
112 #if $adv_opts.param_force:
|
|
|
113 -force
|
|
|
114 #end if
|
|
|
115 #end if
|
|
|
116 </command>
|
|
|
117 <inputs>
|
|
|
118 <param name="param_in" type="data" format="mzml" optional="False" label="input profile data file" help="(-in) "/>
|
|
|
119 <param name="param_algorithm_centroiding_active" type="boolean" truevalue="-algorithm:centroiding:active" falsevalue="" checked="false" optional="True" label="MS1 data centroid data" help="(-active) "/>
|
|
|
120 <param name="param_algorithm_centroiding_window_width" type="integer" min="1" optional="True" value="5" label="Centroid window width" help="(-window_width) "/>
|
|
|
121 <param name="param_algorithm_centroiding_absolute_isotope_mass_precision" type="float" min="0.0" optional="True" value="0.01" label="Absolute isotope mass precision (Da)" help="(-absolute_isotope_mass_precision) "/>
|
|
|
122 <param name="param_algorithm_centroiding_relative_isotope_mass_precision" type="float" min="0.0" optional="True" value="10.0" label="Relative isotope mass precision" help="(-relative_isotope_mass_precision) "/>
|
|
|
123 <param name="param_algorithm_centroiding_minimal_peak_height" type="float" min="0.0" optional="True" value="0.0" label="Minimal peak height" help="(-minimal_peak_height) "/>
|
|
|
124 <param name="param_algorithm_centroiding_min_ms_signal_intensity" type="float" min="0.0" optional="True" value="50.0" label="Minimal Centroid MS Signal Intensity" help="(-min_ms_signal_intensity) "/>
|
|
|
125 <repeat name="rep_param_algorithm_ms1_precursor_detection_scan_levels" min="0" max="1" title="param_algorithm_ms1_precursor_detection_scan_levels">
|
|
|
126 <param name="param_algorithm_ms1_precursor_detection_scan_levels" type="text" size="30" value="1" label="Precursor detection scan levels" help="(-precursor_detection_scan_levels) ">
|
|
|
127 <sanitizer>
|
|
|
128 <valid initial="string.printable">
|
|
|
129 <remove value="'"/>
|
|
|
130 <remove value="""/>
|
|
|
131 </valid>
|
|
|
132 </sanitizer>
|
|
|
133 </param>
|
|
|
134 </repeat>
|
|
|
135 <param name="param_algorithm_ms1_max_inter_scan_distance" type="integer" min="0" optional="True" value="0" label="MS1 max inter scan distance" help="(-max_inter_scan_distance) "/>
|
|
|
136 <param name="param_algorithm_ms1_tr_resolution" type="float" min="0.0" optional="True" value="0.01" label="MS1 LC retention time resolution" help="(-tr_resolution) "/>
|
|
|
137 <param name="param_algorithm_ms1_intensity_threshold" type="float" min="0.0" optional="True" value="1000.0" label="FT peak detect MS1 intensity min threshold" help="(-intensity_threshold) "/>
|
|
|
138 <param name="param_algorithm_ms1_max_inter_scan_rt_distance" type="float" min="0.0" optional="True" value="0.1" label="MS1 max inter scan distance" help="(-max_inter_scan_rt_distance) "/>
|
|
|
139 <param name="param_algorithm_ms1_min_nb_cluster_members" type="integer" min="0" optional="True" value="4" label="FT peak detect MS1 min nb peak members" help="(-min_nb_cluster_members) "/>
|
|
|
140 <param name="param_algorithm_ms1_detectable_isotope_factor" type="float" min="0.0" optional="True" value="0.05" label="Detectable isotope facto" help="(-detectable_isotope_factor) "/>
|
|
|
141 <param name="param_algorithm_ms1_intensity_cv" type="float" min="0.0" optional="True" value="0.9" label="IntensityCV" help="(-intensity_cv) "/>
|
|
|
142 <param name="param_algorithm_ms1_retention_time_tolerance" type="float" min="0.0" optional="True" value="0.5" label="MS1 retention time tolerance (minutes)" help="(-retention_time_tolerance) "/>
|
|
|
143 <param name="param_algorithm_ms1_mz_tolerance" type="float" min="0.0" optional="True" value="0.0" label="MS1 m/z tolerance (ppm)" help="(-mz_tolerance) "/>
|
|
|
144 <param name="param_algorithm_ms1_feature_merger_active" type="boolean" truevalue="-algorithm:ms1_feature_merger:active" falsevalue="" checked="true" optional="True" label="Activation of MS1 feature merging post processing" help="(-active) "/>
|
|
|
145 <param name="param_algorithm_ms1_feature_merger_tr_resolution" type="float" min="0.0" optional="True" value="0.01" label="MS1 LC retention time resolution" help="(-tr_resolution) "/>
|
|
|
146 <param name="param_algorithm_ms1_feature_merger_initial_apex_tr_tolerance" type="float" min="0.0" optional="True" value="5.0" label="Initial Apex Tr tolerance" help="(-initial_apex_tr_tolerance) "/>
|
|
|
147 <param name="param_algorithm_ms1_feature_merger_feature_merging_tr_tolerance" type="float" min="0.0" optional="True" value="1.0" label="MS1 feature Tr merging tolerance" help="(-feature_merging_tr_tolerance) "/>
|
|
|
148 <param name="param_algorithm_ms1_feature_merger_intensity_variation_percentage" type="float" min="0.0" max="100.0" optional="True" value="25.0" label="Percentage of intensity variation between LC border peaks" help="(-intensity_variation_percentage) "/>
|
|
|
149 <param name="param_algorithm_ms1_feature_merger_ppm_tolerance_for_mz_clustering" type="float" min="0.0" optional="True" value="10.0" label="PPM value for the m/z clustering of merging candidates" help="(-ppm_tolerance_for_mz_clustering) "/>
|
|
|
150 <param name="param_algorithm_ms1_feature_selection_options_start_elution_window" type="float" min="0.0" optional="True" value="0.0" label="start elution window (minutes)" help="(-start_elution_window) "/>
|
|
|
151 <param name="param_algorithm_ms1_feature_selection_options_end_elution_window" type="float" min="0.0" optional="True" value="180.0" label="end elution window (minutes)" help="(-end_elution_window) "/>
|
|
|
152 <param name="param_algorithm_ms1_feature_selection_options_mz_range_min" type="float" min="0.0" optional="True" value="0.0" label="MS1 feature mz range min" help="(-mz_range_min) "/>
|
|
|
153 <param name="param_algorithm_ms1_feature_selection_options_mz_range_max" type="float" min="0.0" optional="True" value="2000.0" label="MS1 feature mz range max" help="(-mz_range_max) "/>
|
|
|
154 <param name="param_algorithm_ms1_feature_selection_options_chrg_range_min" type="integer" min="0" optional="True" value="1" label="MS1 feature CHRG range min" help="(-chrg_range_min) "/>
|
|
|
155 <param name="param_algorithm_ms1_feature_selection_options_chrg_range_max" type="integer" min="0" optional="True" value="5" label="MS1 feature CHRG range max" help="(-chrg_range_max) "/>
|
|
|
156 <expand macro="advanced_options">
|
|
|
157 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
|
158 </expand>
|
|
|
159 </inputs>
|
|
|
160 <outputs>
|
|
|
161 <data name="param_out" format="featurexml"/>
|
|
|
162 </outputs>
|
|
|
163 <help>**What it does**
|
|
|
164
|
|
|
165 Finds mass spectrometric features in mass spectra.
|
|
|
166
|
|
|
167
|
|
|
168 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureFinderSuperHirn.html</help>
|
|
|
169 <expand macro="references"/>
|
|
|
170 </tool>
|