comparison test-data/examples/peakpicker_tutorial_2.ini @ 18:6daaa75ccb99 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 6e7368b7f178fbd1f08c28eea1b538add6943a65-dirty"
author galaxyp
date Sun, 13 Dec 2020 15:03:50 +0000
parents
children
comparison
equal deleted inserted replaced
17:6f6c1cb968a0 18:6daaa75ccb99
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <PARAMETERS version="1.3" xsi:noNamespaceSchemaLocation="http://open-ms.sourceforge.net/schemas/Param_1_3.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <NODE name="PeakPicker" description="">
4 <NODE name="1" description="Instance '1' section for 'PeakPicker'">
5 <ITEM name="in" value="" type="string" description="input profile data file (valid formats: 'mzData')" tags="input file" />
6 <ITEM name="out" value="" type="string" description="output peak file (valid formats: 'mzData')" tags="output file" />
7 <ITEM name="type" value="wavelet" type="string" description="peak detection algorithm type" restrictions="wavelet,high_res" />
8 <ITEM name="log" value="TOPP.log" type="string" description="Location of the log file" tags="advanced" />
9 <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
10 <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
11 <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" restrictions="true,false" />
12 <NODE name="algorithm" description="Algorithm parameters section">
13 <ITEM name="signal_to_noise" value="1" type="float" description="Minimal signal to noise ratio for a peak to be picked." restrictions="0:" />
14 <ITEM name="centroid_percentage" value="0.8" type="float" description="Percentage of the maximum height that the raw data points must exceed to be taken into account for the calculation of the centroid. If it is 1 the centroid position corresponds to the position of the highest intensity." tags="advanced" restrictions="0:1" />
15 <ITEM name="peak_width" value="0.15" type="float" description="Approximate fwhm of the peaks." restrictions="0:" />
16 <ITEM name="estimate_peak_width" value="false" type="string" description="Flag if the average peak width shall be estimated. Attention: when this flag is set, the peak_width is ignored." restrictions="true,false" />
17 <ITEM name="fwhm_bound_factor" value="0.7" type="float" description="Factor that calculates the minimal fwhm value from the peak_width." tags="advanced" restrictions="0:" />
18 <ITEM name="optimization" value="no" type="string" description="If the peak parameters position, intensity and left/right widthshall be optimized set optimization to one_dimensional or two_dimensional." tags="advanced" restrictions="no,one_dimensional,two_dimensional" />
19 <ITEM name="signal_to_noise" value="3" type="float" description="Minimal signal to noise ratio for a peak to be picked." restrictions="0:" />
20 <ITEM name="centroid_percentage" value="0.8" type="float" description="Percentage of the maximum height that the raw data points must exceed to be taken into account for the calculation of the centroid. If it is 1 the centroid position corresponds to the position of the highest intensity." tags="advanced" restrictions="0:1" />
21 <ITEM name="peak_width" value="0.11" type="float" description="Approximate fwhm of the peaks." restrictions="0:" />
22 <ITEM name="estimate_peak_width" value="false" type="string" description="Flag if the average peak width shall be estimated. Attention: when this flag is set, the peak_width is ignored." restrictions="true,false" />
23 <ITEM name="fwhm_bound_factor" value="0.7" type="float" description="Factor that calculates the minimal fwhm value from the peak_width." tags="advanced" restrictions="0:" />
24 <ITEM name="optimization" value="no" type="string" description="If the peak parameters position, intensity and left/right widthshall be optimized set optimization to one_dimensional or two_dimensional." tags="advanced" restrictions="no,one_dimensional,two_dimensional" />
25 <NODE name="thresholds" description="">
26 <ITEM name="peak_bound" value="10" type="float" description="Minimal peak intensity." tags="advanced" restrictions="0:" />
27 <ITEM name="peak_bound_ms2_level" value="10" type="float" description="Minimal peak intensity for MS/MS peaks." tags="advanced" restrictions="0:" />
28 <ITEM name="correlation" value="0.5" type="float" description="minimal correlation of a peak and the raw signal. If a peak has a lower correlation it is skipped." tags="advanced" restrictions="0:1" />
29 <ITEM name="noise_level" value="0.1" type="float" description="noise level for the search of the peak endpoints." tags="advanced" restrictions="0:" />
30 <ITEM name="search_radius" value="3" type="int" description="search radius for the search of the maximum in the signal after a maximum in the cwt was found" tags="advanced" restrictions="0:" />
31 </NODE>
32 <NODE name="wavelet_transform" description="">
33 <ITEM name="spacing" value="0.001" type="float" description="spacing of the cwt." tags="advanced" restrictions="0:" />
34 </NODE>
35 <NODE name="optimization" description="">
36 <ITEM name="iterations" value="15" type="int" description="maximal number of iterations for the fitting step" tags="advanced" restrictions="1:" />
37 <NODE name="penalties" description="">
38 <ITEM name="position" value="0" type="float" description="penalty term for the fitting of the position:If it differs too much from the initial one it can be penalized " tags="advanced" restrictions="0:" />
39 <ITEM name="left_width" value="1" type="float" description="penalty term for the fitting of the left width:If the left width differs too much from the initial one during the fitting it can be penalized." tags="advanced" restrictions="0:" />
40 <ITEM name="right_width" value="1" type="float" description="penalty term for the fitting of the right width:If the right width differs too much from the initial one during the fitting it can be penalized." tags="advanced" restrictions="0:" />
41 <ITEM name="height" value="1" type="float" description="penalty term for the fitting of the intensity (only used in 2D Optimization):If it gets negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
42 </NODE>
43 <NODE name="2d" description="">
44 <ITEM name="tolerance_mz" value="2.2" type="float" description="mz tolerance for cluster construction" tags="advanced" restrictions="0:" />
45 <ITEM name="max_peak_distance" value="1.2" type="float" description="maximal peak distance in mz in a cluster" tags="advanced" restrictions="0:" />
46 </NODE>
47 </NODE>
48 <NODE name="deconvolution" description="">
49 <ITEM name="deconvolution" value="false" type="string" description="If you want heavily overlapping peaks to be separated set this value to 'true'" tags="advanced" restrictions="true,false" />
50 <ITEM name="asym_threshold" value="0.3" type="float" description="If the symmetry of a peak is smaller than asym_thresholds it is assumed that it consists of more than one peak and the deconvolution procedure is started." tags="advanced" restrictions="0:" />
51 <ITEM name="left_width" value="2" type="float" description="1/left_width is the initial value for the left width of the peaks found in the deconvolution step." tags="advanced" restrictions="0:" />
52 <ITEM name="right_width" value="2" type="float" description="1/right_width is the initial value for the right width of the peaks found in the deconvolution step." tags="advanced" restrictions="0:" />
53 <ITEM name="scaling" value="0.12" type="float" description="Initial scaling of the cwt used in the seperation of heavily overlapping peaks. The initial value is used for charge 1, for higher charges it is adapted to scaling/charge." tags="advanced" restrictions="0:" />
54 <NODE name="fitting" description="">
55 <ITEM name="fwhm_threshold" value="0.7" type="float" description="If the fwhm of a peak is higher than fwhm_thresholds it is assumed that it consists of more than one peak and the deconvolution procedure is started." tags="advanced" restrictions="0:" />
56 <ITEM name="eps_abs" value="9.99999974737875e-006" type="float" description="if the absolute error gets smaller than this value the fitting is stopped." tags="advanced" restrictions="0:" />
57 <ITEM name="eps_rel" value="9.99999974737875e-006" type="float" description="if the relative error gets smaller than this value the fitting is stopped." tags="advanced" restrictions="0:" />
58 <ITEM name="max_iteration" value="10" type="int" description="maximal number of iterations for the fitting step" tags="advanced" restrictions="1:" />
59 <NODE name="penalties" description="">
60 <ITEM name="position" value="0" type="float" description="penalty term for the fitting of the peak position:If the position changes more than 0.5Da during the fitting it can be penalized as well as discrepancies of the peptide mass rule." tags="advanced" restrictions="0:" />
61 <ITEM name="height" value="1" type="float" description="penalty term for the fitting of the intensity:If it gets negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
62 <ITEM name="left_width" value="0" type="float" description="penalty term for the fitting of the left width:If the left width gets too broad or negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
63 <ITEM name="right_width" value="0" type="float" description="penalty term for the fitting of the right width:If the right width gets too broad or negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
64 </NODE>
65 </NODE>
66 </NODE>
67 <NODE name="SignalToNoiseEstimationParameter" description="">
68 <ITEM name="max_intensity" value="-1" type="int" description="maximal intensity considered for histogram construction. By default, it will be calculated automatically (see auto_mode). Only provide this parameter if you know what you are doing (and change 'auto_mode' to '-1')! All intensities EQUAL/ABOVE 'max_intensity' will not be added to the histogram. If you choose 'max_intensity' too small, the noise estimate might be too small as well. If chosen too big, the bins become quite large (which you could counter by increasing 'bin_count', which increases runtime)." tags="advanced" restrictions="-1:" />
69 <ITEM name="auto_max_stdev_factor" value="3" type="float" description="parameter for 'max_intensity' estimation (if 'auto_mode' == 0): mean + 'auto_max_stdev_factor' * stdev" tags="advanced" restrictions="0:999" />
70 <ITEM name="auto_max_percentile" value="95" type="int" description="parameter for 'max_intensity' estimation (if 'auto_mode' == 1): auto_max_percentile th percentile" tags="advanced" restrictions="0:100" />
71 <ITEM name="auto_mode" value="0" type="int" description="method to use to determine maximal intensity: -1 --&gt; use 'max_intensity'; 0 --&gt; 'auto_max_stdev_factor' method (default); 1 --&gt; 'auto_max_percentile' method" tags="advanced" restrictions="-1:1" />
72 <ITEM name="win_len" value="200" type="float" description="window length in Thomson" tags="advanced" restrictions="1:" />
73 <ITEM name="bin_count" value="30" type="int" description="number of bins for intensity values" tags="advanced" restrictions="3:" />
74 <ITEM name="stdev_mp" value="3" type="float" description="multiplier for stdev" tags="advanced" restrictions="0.01:999" />
75 <ITEM name="min_required_elements" value="10" type="int" description="minimum number of elements required in a window (otherwise it is considered sparse)" tags="advanced" restrictions="1:" />
76 <ITEM name="noise_for_empty_window" value="1e+020" type="float" description="noise value used for sparse windows" tags="advanced" />
77 </NODE>
78 <NODE name="thresholds" description="">
79 <ITEM name="peak_bound" value="10" type="float" description="Minimal peak intensity." tags="advanced" restrictions="0:" />
80 <ITEM name="peak_bound_ms2_level" value="10" type="float" description="Minimal peak intensity for MS/MS peaks." tags="advanced" restrictions="0:" />
81 <ITEM name="correlation" value="0.5" type="float" description="minimal correlation of a peak and the raw signal. If a peak has a lower correlation it is skipped." tags="advanced" restrictions="0:1" />
82 <ITEM name="noise_level" value="0.1" type="float" description="noise level for the search of the peak endpoints." tags="advanced" restrictions="0:" />
83 <ITEM name="search_radius" value="3" type="int" description="search radius for the search of the maximum in the signal after a maximum in the cwt was found" tags="advanced" restrictions="0:" />
84 </NODE>
85 <NODE name="wavelet_transform" description="">
86 <ITEM name="spacing" value="0.001" type="float" description="spacing of the cwt." tags="advanced" restrictions="0:" />
87 </NODE>
88 <NODE name="optimization" description="">
89 <ITEM name="iterations" value="15" type="int" description="maximal number of iterations for the fitting step" tags="advanced" restrictions="1:" />
90 <NODE name="penalties" description="">
91 <ITEM name="position" value="0" type="float" description="penalty term for the fitting of the position:If it differs too much from the initial one it can be penalized " tags="advanced" restrictions="0:" />
92 <ITEM name="left_width" value="1" type="float" description="penalty term for the fitting of the left width:If the left width differs too much from the initial one during the fitting it can be penalized." tags="advanced" restrictions="0:" />
93 <ITEM name="right_width" value="1" type="float" description="penalty term for the fitting of the right width:If the right width differs too much from the initial one during the fitting it can be penalized." tags="advanced" restrictions="0:" />
94 <ITEM name="height" value="1" type="float" description="penalty term for the fitting of the intensity (only used in 2D Optimization):If it gets negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
95 </NODE>
96 <NODE name="2d" description="">
97 <ITEM name="tolerance_mz" value="2.2" type="float" description="mz tolerance for cluster construction" tags="advanced" restrictions="0:" />
98 <ITEM name="max_peak_distance" value="1.2" type="float" description="maximal peak distance in mz in a cluster" tags="advanced" restrictions="0:" />
99 </NODE>
100 </NODE>
101 <NODE name="deconvolution" description="">
102 <ITEM name="deconvolution" value="false" type="string" description="If you want heavily overlapping peaks to be separated set this value to 'true'" tags="advanced" restrictions="true,false" />
103 <ITEM name="asym_threshold" value="0.3" type="float" description="If the symmetry of a peak is smaller than asym_thresholds it is assumed that it consists of more than one peak and the deconvolution procedure is started." tags="advanced" restrictions="0:" />
104 <ITEM name="left_width" value="2" type="float" description="1/left_width is the initial value for the left width of the peaks found in the deconvolution step." tags="advanced" restrictions="0:" />
105 <ITEM name="right_width" value="2" type="float" description="1/right_width is the initial value for the right width of the peaks found in the deconvolution step." tags="advanced" restrictions="0:" />
106 <ITEM name="scaling" value="0.12" type="float" description="Initial scaling of the cwt used in the seperation of heavily overlapping peaks. The initial value is used for charge 1, for higher charges it is adapted to scaling/charge." tags="advanced" restrictions="0:" />
107 <NODE name="fitting" description="">
108 <ITEM name="fwhm_threshold" value="0.7" type="float" description="If the fwhm of a peak is higher than fwhm_thresholds it is assumed that it consists of more than one peak and the deconvolution procedure is started." tags="advanced" restrictions="0:" />
109 <ITEM name="eps_abs" value="9.99999974737875e-006" type="float" description="if the absolute error gets smaller than this value the fitting is stopped." tags="advanced" restrictions="0:" />
110 <ITEM name="eps_rel" value="9.99999974737875e-006" type="float" description="if the relative error gets smaller than this value the fitting is stopped." tags="advanced" restrictions="0:" />
111 <ITEM name="max_iteration" value="10" type="int" description="maximal number of iterations for the fitting step" tags="advanced" restrictions="1:" />
112 <NODE name="penalties" description="">
113 <ITEM name="position" value="0" type="float" description="penalty term for the fitting of the peak position:If the position changes more than 0.5Da during the fitting it can be penalized as well as discrepancies of the peptide mass rule." tags="advanced" restrictions="0:" />
114 <ITEM name="height" value="1" type="float" description="penalty term for the fitting of the intensity:If it gets negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
115 <ITEM name="left_width" value="0" type="float" description="penalty term for the fitting of the left width:If the left width gets too broad or negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
116 <ITEM name="right_width" value="0" type="float" description="penalty term for the fitting of the right width:If the right width gets too broad or negative during the fitting it can be penalized." tags="advanced" restrictions="0:" />
117 </NODE>
118 </NODE>
119 </NODE>
120 <NODE name="SignalToNoiseEstimationParameter" description="">
121 <ITEM name="max_intensity" value="-1" type="int" description="maximal intensity considered for histogram construction. By default, it will be calculated automatically (see auto_mode). Only provide this parameter if you know what you are doing (and change 'auto_mode' to '-1')! All intensities EQUAL/ABOVE 'max_intensity' will not be added to the histogram. If you choose 'max_intensity' too small, the noise estimate might be too small as well. If chosen too big, the bins become quite large (which you could counter by increasing 'bin_count', which increases runtime)." tags="advanced" restrictions="-1:" />
122 <ITEM name="auto_max_stdev_factor" value="3" type="float" description="parameter for 'max_intensity' estimation (if 'auto_mode' == 0): mean + 'auto_max_stdev_factor' * stdev" tags="advanced" restrictions="0:999" />
123 <ITEM name="auto_max_percentile" value="95" type="int" description="parameter for 'max_intensity' estimation (if 'auto_mode' == 1): auto_max_percentile th percentile" tags="advanced" restrictions="0:100" />
124 <ITEM name="auto_mode" value="0" type="int" description="method to use to determine maximal intensity: -1 --&gt; use 'max_intensity'; 0 --&gt; 'auto_max_stdev_factor' method (default); 1 --&gt; 'auto_max_percentile' method" tags="advanced" restrictions="-1:1" />
125 <ITEM name="win_len" value="200" type="float" description="window length in Thomson" tags="advanced" restrictions="1:" />
126 <ITEM name="bin_count" value="30" type="int" description="number of bins for intensity values" tags="advanced" restrictions="3:" />
127 <ITEM name="stdev_mp" value="3" type="float" description="multiplier for stdev" tags="advanced" restrictions="0.01:999" />
128 <ITEM name="min_required_elements" value="10" type="int" description="minimum number of elements required in a window (otherwise it is considered sparse)" tags="advanced" restrictions="1:" />
129 <ITEM name="noise_for_empty_window" value="1e+020" type="float" description="noise value used for sparse windows" tags="advanced" />
130 </NODE>
131 </NODE>
132 </NODE>
133 </NODE>
134 </PARAMETERS>