~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to source/TEST/TOPP/INIUpdater_1_noupdate.toppas

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="info" description="">
 
4
    <ITEM name="version" value="1.9.0" type="string" description="" />
 
5
    <ITEM name="num_vertices" value="7" type="int" description="" />
 
6
    <ITEM name="num_edges" value="6" type="int" description="" />
 
7
    <ITEM name="description" value="&lt;![CDATA[&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt; &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt; p, li { white-space: pre-wrap; } &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt; &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;]]&gt;" type="string" description="" />
 
8
  </NODE>
 
9
  <NODE name="vertices" description="">
 
10
    <NODE name="0" description="">
 
11
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
12
      <ITEM name="toppas_type" value="input file list" type="string" description="" />
 
13
      <ITEMLIST name="file_names" type="string" description="">
 
14
        <LISTITEM value="../BSA/BSA1.mzML"/>
 
15
        <LISTITEM value="../BSA/BSA2.mzML"/>
 
16
        <LISTITEM value="../BSA/BSA3.mzML"/>
 
17
      </ITEMLIST>
 
18
      <ITEM name="x_pos" value="-140" type="float" description="" />
 
19
      <ITEM name="y_pos" value="-160" type="float" description="" />
 
20
    </NODE>
 
21
    <NODE name="1" description="">
 
22
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
23
      <ITEM name="toppas_type" value="tool" type="string" description="" />
 
24
      <ITEM name="tool_name" value="FeatureFinderCentroided" type="string" description="" />
 
25
      <ITEM name="tool_type" value="" type="string" description="" />
 
26
      <ITEM name="x_pos" value="-140" type="float" description="" />
 
27
      <ITEM name="y_pos" value="-40" type="float" description="" />
 
28
      <NODE name="parameters" description="Instance &apos;1&apos; section for &apos;FeatureFinderCentroided&apos;">
 
29
        <ITEM name="in" value="" type="string" description="input file" tags="input file,required" restrictions="*.mzML" />
 
30
        <ITEM name="out" value="" type="string" description="output file" tags="output file,required" restrictions="*.featureXML" />
 
31
        <ITEM name="seeds" value="" type="string" description="User specified seed list" tags="input file" restrictions="*.featureXML" />
 
32
        <ITEM name="log" value="TOPP.log" type="string" description="Name of log file (created only when specified)" tags="advanced" />
 
33
        <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
 
34
        <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
 
35
        <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
 
36
        <ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
 
37
        <NODE name="algorithm" description="Algorithm section">
 
38
          <ITEM name="debug" value="false" type="string" description="When debug mode is activated, several files with intermediate results are written to the folder &apos;debug&apos; (do not use in parallel mode)." restrictions="true,false" />
 
39
          <NODE name="intensity" description="Settings for the calculation of a score indicating if a peak&apos;s intensity is significant in the local environment (between 0 and 1)">
 
40
            <ITEM name="bins" value="10" type="int" description="Number of bins per dimension (RT and m/z). The higher this value, the more local the intensity significance score is.#br#This parameter should be decreased, if the algorithm is used on small regions of a map." restrictions="1:" />
 
41
          </NODE>
 
42
          <NODE name="mass_trace" description="Settings for the calculation of a score indicating if a peak is part of a mass trace (between 0 and 1).">
 
43
            <ITEM name="mz_tolerance" value="0.005" type="float" description="Tolerated m/z deviation of peaks belonging to the same mass trace.#br#It should be larger than the m/z resolution of the instument.#br#This value must be smaller than that 1/charge_high!" restrictions="0:" />
 
44
            <ITEM name="min_spectra" value="7" type="int" description="Number of spectra that have to show a similar peak mass in a mass trace." restrictions="1:" />
 
45
            <ITEM name="max_missing" value="1" type="int" description="Number of consecutive spectra where a high mass deviation or missing peak is acceptable.#br#This parameter should be well below &apos;min_spectra&apos;!" restrictions="0:" />
 
46
            <ITEM name="slope_bound" value="0.5" type="float" description="The maximum slope of mass trace intensities when extending from the highest peak.#br#This parameter is important to seperate overlapping elution peaks.#br#It should be increased if feature elution profiles fluctuate a lot." restrictions="0:" />
 
47
          </NODE>
 
48
          <NODE name="isotopic_pattern" description="Settings for the calculation of a score indicating if a peak is part of a isotoipic pattern (between 0 and 1).">
 
49
            <ITEM name="charge_low" value="2" type="int" description="Lowest charge to search for." restrictions="1:" />
 
50
            <ITEM name="charge_high" value="3" type="int" description="Highest charge to search for." restrictions="1:" />
 
51
            <ITEM name="mz_tolerance" value="0.005" type="float" description="Tolerated m/z deviation from the theoretical isotopic pattern.#br#It should be larger than the m/z resolution of the instument.#br#This value must be smaller than that 1/charge_high!" restrictions="0:" />
 
52
            <ITEM name="intensity_percentage" value="10" type="float" description="Isotopic peaks that contribute more than this percentage to the overall isotope pattern intensity must be present." tags="advanced" restrictions="0:100" />
 
53
            <ITEM name="intensity_percentage_optional" value="0.1" type="float" description="Isotopic peaks that contribute more than this percentage to the overall isotope pattern intensity can be missing." tags="advanced" restrictions="0:100" />
 
54
            <ITEM name="optional_fit_improvement" value="2" type="float" description="Minimal percental improvement of isotope fit to allow leaving out an optional peak." tags="advanced" restrictions="0:100" />
 
55
            <ITEM name="mass_window_width" value="25" type="float" description="Window width in Dalton for precalculation of estimated isotope distribtions." tags="advanced" restrictions="1:200" />
 
56
          </NODE>
 
57
          <NODE name="seed" description="Settings that determine which peaks are considered a seed">
 
58
            <ITEM name="min_score" value="0.8" type="float" description="Minimum seed score a peak has to reach to be used as seed.#br#The seed score is the geometric mean of intensity score, mass trace score and isotope pattern score.#br#If your features show a large deviation from the averagene isotope distribution or from an gaussian elution profile, lower this score." restrictions="0:1" />
 
59
          </NODE>
 
60
          <NODE name="fit" description="Settings for the model fitting">
 
61
            <ITEM name="epsilon_abs" value="0.0001" type="float" description="Absolute epsilon used for convergence of the fit." tags="advanced" restrictions="0:" />
 
62
            <ITEM name="epsilon_rel" value="0.0001" type="float" description="Relative epsilon used for convergence of the fit." tags="advanced" restrictions="0:" />
 
63
            <ITEM name="max_iterations" value="500" type="int" description="Maximum number of iterations of the fit." tags="advanced" restrictions="1:" />
 
64
          </NODE>
 
65
          <NODE name="feature" description="Settings for the features (intensity, quality assessment, ...)">
 
66
            <ITEM name="min_score" value="0.7" type="float" description="Feature score threshold for a feature to be reported.#br#The feature score is the geometric mean of the average relative deviation and the correlation between the model and the observed peaks." restrictions="0:1" />
 
67
            <ITEM name="min_isotope_fit" value="0.8" type="float" description="Minimum isotope fit of the feature before model fitting." tags="advanced" restrictions="0:1" />
 
68
            <ITEM name="min_trace_score" value="0.5" type="float" description="Trace score threshold.#br#Traces below this threshold are removed after the model fitting.#br#This parameter is important for features that overlap in m/z dimension." tags="advanced" restrictions="0:1" />
 
69
            <ITEM name="min_rt_span" value="0.333" type="float" description="Minimum RT span in relation to extended area that has to remain after model fitting." tags="advanced" restrictions="0:1" />
 
70
            <ITEM name="max_rt_span" value="2.5" type="float" description="Maximum RT span in relation to extended area that the model is allowed to have." tags="advanced" restrictions="0.5:" />
 
71
            <ITEM name="rt_shape" value="symmetric" type="string" description="Choose model used for RT profile fitting. If set to symmetric a gauss shape is used, in case of asymmetric an EGH shape is used." tags="advanced" restrictions="symmetric,asymmetric" />
 
72
            <ITEM name="max_intersection" value="0.35" type="float" description="Maximum allowed intersection of features." tags="advanced" restrictions="0:1" />
 
73
            <ITEM name="reported_mz" value="monoisotopic" type="string" description="The mass type that is reported for features.#br#&apos;maximum&apos; returns the m/z value of the highest mass trace.#br#&apos;average&apos; returns the intensity-weighted average m/z value of all contained peaks.#br#&apos;monoisotopic&apos; returns the monoisotopic m/z value derived from the fitted isotope model." restrictions="maximum,average,monoisotopic" />
 
74
          </NODE>
 
75
          <NODE name="user-seed" description="Settings for user-specified seeds.">
 
76
            <ITEM name="rt_tolerance" value="5" type="float" description="Allowed RT deviation of seeds from the user-specified seed position." restrictions="0:" />
 
77
            <ITEM name="mz_tolerance" value="1.1" type="float" description="Allowed m/z deviation of seeds from the user-specified seed position." restrictions="0:" />
 
78
            <ITEM name="min_score" value="0.5" type="float" description="Overwrites &apos;seed:min_score&apos; for user-specified seeds. The cutoff is typically a bit lower in this case." restrictions="0:1" />
 
79
          </NODE>
 
80
          <NODE name="debug" description="">
 
81
            <ITEM name="pseudo_rt_shift" value="500" type="float" description="Pseudo RT shift used when ." tags="advanced" restrictions="1:" />
 
82
          </NODE>
 
83
        </NODE>
 
84
      </NODE>
 
85
    </NODE>
 
86
    <NODE name="2" description="">
 
87
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
88
      <ITEM name="toppas_type" value="input file list" type="string" description="" />
 
89
      <ITEMLIST name="file_names" type="string" description="">
 
90
        <LISTITEM value="../BSA/BSA1_OMSSA.idXML"/>
 
91
        <LISTITEM value="../BSA/BSA2_OMSSA.idXML"/>
 
92
        <LISTITEM value="../BSA/BSA3_OMSSA.idXML"/>
 
93
      </ITEMLIST>
 
94
      <ITEM name="x_pos" value="60" type="float" description="" />
 
95
      <ITEM name="y_pos" value="-160" type="float" description="" />
 
96
    </NODE>
 
97
    <NODE name="3" description="">
 
98
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
99
      <ITEM name="toppas_type" value="tool" type="string" description="" />
 
100
      <ITEM name="tool_name" value="IDMapper" type="string" description="" />
 
101
      <ITEM name="tool_type" value="" type="string" description="" />
 
102
      <ITEM name="x_pos" value="60" type="float" description="" />
 
103
      <ITEM name="y_pos" value="-40" type="float" description="" />
 
104
      <NODE name="parameters" description="Instance &apos;1&apos; section for &apos;IDMapper&apos;">
 
105
        <ITEM name="id" value="" type="string" description="Protein/peptide identifications file" tags="input file,required" restrictions="*.idXML" />
 
106
        <ITEM name="in" value="" type="string" description="Feature map/consensus map file" tags="input file,required" restrictions="*.featureXML,*.consensusXML" />
 
107
        <ITEM name="out" value="" type="string" description="Output file (the format depends on the input file format)." tags="output file,required" restrictions="*.featureXML,*.consensusXML" />
 
108
        <ITEM name="rt_tolerance" value="5" type="float" description="RT tolerance (in seconds) for the matching of peptide identifications and (consensus) features.#br#Tolerance is understood as &apos;plus or minus x&apos;, so the matching range increases by twice the given value." restrictions="0:" />
 
109
        <ITEM name="mz_tolerance" value="20" type="float" description="m/z tolerance (in ppm or Da) for the matching of peptide identifications and (consensus) features.#br#Tolerance is understood as &apos;plus or minus x&apos;, so the matching range increases by twice the given value." restrictions="0:" />
 
110
        <ITEM name="mz_measure" value="ppm" type="string" description="Unit of &apos;mz_tolerance&apos;." restrictions="ppm,Da" />
 
111
        <ITEM name="mz_reference" value="precursor" type="string" description="Source of m/z values for peptide identifications. If &apos;precursor&apos;, the precursor-m/z from the idXML is used. If &apos;peptide&apos;,#br#masses are computed from the sequences of peptide hits; in this case, an identification matches if any of its hits matches.#br#(&apos;peptide&apos; should be used together with &apos;use_centroid_mz&apos; to avoid false-positive matches.)" restrictions="precursor,peptide" />
 
112
        <ITEM name="ignore_charge" value="false" type="string" description="For feature/consensus maps: Assign an ID independently of whether its charge state matches that of the (consensus) feature." restrictions="true,false" />
 
113
        <ITEM name="use_centroid_rt" value="false" type="string" description="Use the RT coordinates of the feature centroids for matching, instead of the RT ranges of the features/mass traces." restrictions="true,false" />
 
114
        <ITEM name="use_centroid_mz" value="false" type="string" description="Use the m/z coordinates of the feature centroids for matching, instead of the m/z ranges of the features/mass traces.#br#(If you choose &apos;peptide&apos; as &apos;mz_reference&apos;, you should usually set this flag to avoid false-positive matches.)" restrictions="true,false" />
 
115
        <ITEM name="use_subelements" value="false" type="string" description="Match using RT and m/z of sub-features instead of consensus RT and m/z. A consensus feature matches if any of its sub-features matches." restrictions="true,false" />
 
116
        <ITEM name="log" value="TOPP.log" type="string" description="Name of log file (created only when specified)" tags="advanced" />
 
117
        <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
 
118
        <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
 
119
        <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
 
120
        <ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
 
121
      </NODE>
 
122
    </NODE>
 
123
    <NODE name="5" description="">
 
124
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
125
      <ITEM name="toppas_type" value="tool" type="string" description="" />
 
126
      <ITEM name="tool_name" value="FeatureLinkerUnlabeled" type="string" description="" />
 
127
      <ITEM name="tool_type" value="" type="string" description="" />
 
128
      <ITEM name="x_pos" value="60" type="float" description="" />
 
129
      <ITEM name="y_pos" value="260" type="float" description="" />
 
130
      <NODE name="parameters" description="Instance &apos;1&apos; section for &apos;FeatureLinkerUnlabeled&apos;">
 
131
        <ITEMLIST name="in" type="string" description="input files separated by blanks" tags="input file,required" restrictions="*.featureXML,*.consensusXML">
 
132
        </ITEMLIST>
 
133
        <ITEM name="out" value="" type="string" description="Output file" tags="output file,required" restrictions="*.consensusXML" />
 
134
        <ITEM name="keep_subelements" value="false" type="string" description="For consensusXML input only: If set, the sub-features of the inputs are transferred to the output." restrictions="true,false" />
 
135
        <ITEM name="log" value="TOPP.log" type="string" description="Name of log file (created only when specified)" tags="advanced" />
 
136
        <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
 
137
        <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
 
138
        <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
 
139
        <ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
 
140
        <NODE name="algorithm" description="Algorithm parameters section">
 
141
          <ITEM name="second_nearest_gap" value="2" type="float" description="The distance to the second nearest neighbors must be larger by this factor than the distance to the matching element itself" restrictions="1:" />
 
142
          <ITEM name="use_identifications" value="false" type="string" description="Never link features that are annotated with different peptides (only the best hit per peptide identification is taken into account)" restrictions="true,false" />
 
143
          <ITEM name="ignore_charge" value="false" type="string" description="Compare features normally even if their charge states are different" restrictions="true,false" />
 
144
          <NODE name="distance_RT" description="Distance component based on RT differences">
 
145
            <ITEM name="max_difference" value="100" type="float" description="Maximum allowed difference in RT" restrictions="0:" />
 
146
            <ITEM name="exponent" value="1" type="float" description="Normalized RT differences are raised to this power" tags="advanced" restrictions="0:" />
 
147
            <ITEM name="weight" value="1" type="float" description="RT distances are weighted by this factor" tags="advanced" restrictions="0:" />
 
148
          </NODE>
 
149
          <NODE name="distance_MZ" description="Distance component based on m/z differences">
 
150
            <ITEM name="max_difference" value="0.3" type="float" description="Maximum allowed difference in m/z (unit defined by &apos;mz_unit&apos;)" restrictions="0:" />
 
151
            <ITEM name="unit" value="Da" type="string" description="Unit of the &apos;max_difference&apos; parameter" restrictions="Da,ppm" />
 
152
            <ITEM name="exponent" value="2" type="float" description="Normalized m/z differences are raised to this power" tags="advanced" restrictions="0:" />
 
153
            <ITEM name="weight" value="1" type="float" description="m/z distances are weighted by this factor" tags="advanced" restrictions="0:" />
 
154
          </NODE>
 
155
          <NODE name="distance_intensity" description="Distance component based on differences in relative intensity">
 
156
            <ITEM name="exponent" value="1" type="float" description="Differences in relative intensity are raised to this power" tags="advanced" restrictions="0:" />
 
157
            <ITEM name="weight" value="0" type="float" description="Distances based on relative intensity are weighted by this factor" tags="advanced" restrictions="0:" />
 
158
          </NODE>
 
159
        </NODE>
 
160
      </NODE>
 
161
    </NODE>
 
162
    <NODE name="6" description="">
 
163
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
164
      <ITEM name="toppas_type" value="output file list" type="string" description="" />
 
165
      <ITEM name="x_pos" value="-120" type="float" description="" />
 
166
      <ITEM name="y_pos" value="260" type="float" description="" />
 
167
    </NODE>
 
168
    <NODE name="4" description="">
 
169
      <ITEM name="recycle_output" value="false" type="string" description="" />
 
170
      <ITEM name="toppas_type" value="merger" type="string" description="" />
 
171
      <ITEM name="x_pos" value="60" type="float" description="" />
 
172
      <ITEM name="y_pos" value="100" type="float" description="" />
 
173
      <ITEM name="round_based" value="false" type="string" description="" />
 
174
    </NODE>
 
175
  </NODE>
 
176
  <NODE name="edges" description="">
 
177
    <NODE name="0" description="">
 
178
      <NODE name="source/target" description="">
 
179
        <ITEM name="" value="1/3" type="string" description="" />
 
180
      </NODE>
 
181
      <NODE name="source_out_param" description="">
 
182
        <ITEM name="" value="out" type="string" description="" />
 
183
      </NODE>
 
184
      <NODE name="target_in_param" description="">
 
185
        <ITEM name="" value="in" type="string" description="" />
 
186
      </NODE>
 
187
    </NODE>
 
188
    <NODE name="1" description="">
 
189
      <NODE name="source/target" description="">
 
190
        <ITEM name="" value="2/3" type="string" description="" />
 
191
      </NODE>
 
192
      <NODE name="source_out_param" description="">
 
193
        <ITEM name="" value="__no_name__" type="string" description="" />
 
194
      </NODE>
 
195
      <NODE name="target_in_param" description="">
 
196
        <ITEM name="" value="id" type="string" description="" />
 
197
      </NODE>
 
198
    </NODE>
 
199
    <NODE name="2" description="">
 
200
      <NODE name="source/target" description="">
 
201
        <ITEM name="" value="0/1" type="string" description="" />
 
202
      </NODE>
 
203
      <NODE name="source_out_param" description="">
 
204
        <ITEM name="" value="__no_name__" type="string" description="" />
 
205
      </NODE>
 
206
      <NODE name="target_in_param" description="">
 
207
        <ITEM name="" value="in" type="string" description="" />
 
208
      </NODE>
 
209
    </NODE>
 
210
    <NODE name="3" description="">
 
211
      <NODE name="source/target" description="">
 
212
        <ITEM name="" value="5/6" type="string" description="" />
 
213
      </NODE>
 
214
      <NODE name="source_out_param" description="">
 
215
        <ITEM name="" value="out" type="string" description="" />
 
216
      </NODE>
 
217
      <NODE name="target_in_param" description="">
 
218
        <ITEM name="" value="__no_name__" type="string" description="" />
 
219
      </NODE>
 
220
    </NODE>
 
221
    <NODE name="4" description="">
 
222
      <NODE name="source/target" description="">
 
223
        <ITEM name="" value="3/4" type="string" description="" />
 
224
      </NODE>
 
225
      <NODE name="source_out_param" description="">
 
226
        <ITEM name="" value="out" type="string" description="" />
 
227
      </NODE>
 
228
      <NODE name="target_in_param" description="">
 
229
        <ITEM name="" value="__no_name__" type="string" description="" />
 
230
      </NODE>
 
231
    </NODE>
 
232
    <NODE name="5" description="">
 
233
      <NODE name="source/target" description="">
 
234
        <ITEM name="" value="4/5" type="string" description="" />
 
235
      </NODE>
 
236
      <NODE name="source_out_param" description="">
 
237
        <ITEM name="" value="__no_name__" type="string" description="" />
 
238
      </NODE>
 
239
      <NODE name="target_in_param" description="">
 
240
        <ITEM name="" value="in" type="string" description="" />
 
241
      </NODE>
 
242
    </NODE>
 
243
  </NODE>
 
244
</PARAMETERS>