comparison MSSimulator.xml @ 13:9e6a371d539b draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 19:08:01 +0000
parents 04228172e123
children
comparison
equal deleted inserted replaced
12:93c10266c71a 13:9e6a371d539b
1 <?xml version='1.0' encoding='UTF-8'?> 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 CTDConverter.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [Utilities]--> 3 <!--Proposed Tool Section: [Utilities]-->
4 <tool id="MSSimulator" name="MSSimulator" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="MSSimulator" name="MSSimulator" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>A highly configurable simulator for mass spectrometry experiments.</description> 5 <description>A highly configurable simulator for mass spectrometry experiments.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">MSSimulator</token> 7 <token name="@EXECUTABLE@">MSSimulator</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 <import>macros_autotest.xml</import>
10 <import>macros_test.xml</import>
11 </macros> 9 </macros>
12 <expand macro="requirements"/> 10 <expand macro="requirements"/>
13 <expand macro="stdio"/> 11 <expand macro="stdio"/>
14 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ 12 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@
15 @EXT_FOO@ 13 @EXT_FOO@
16 #import re 14 #import re
17 15
18 ## Preprocessing 16 ## Preprocessing
19 mkdir in && 17 mkdir in_cond.in &&
20 ${ ' '.join(["ln -s '%s' 'in/%s.%s' &&" % (_, re.sub('[^\w\-_]', '_', _.element_identifier), $gxy2omsext(_.ext)) for _ in $in if _]) } 18 #if $in_cond.in_select == "no"
19 mkdir ${' '.join(["'in_cond.in/%s'" % (i) for i, f in enumerate($in_cond.in) if f])} &&
20 ${' '.join(["ln -s '%s' 'in_cond.in/%s/%s.%s' && " % (f, i, re.sub('[^\w\-_]', '_', f.element_identifier), $gxy2omsext(f.ext)) for i, f in enumerate($in_cond.in) if f])}
21 #else
22 ln -s '$in_cond.in' 'in_cond.in/${re.sub("[^\w\-_]", "_", $in_cond.in.element_identifier)}.$gxy2omsext($in_cond.in.ext)' &&
23 #end if
21 #if "out_FLAG" in str($OPTIONAL_OUTPUTS).split(',') 24 #if "out_FLAG" in str($OPTIONAL_OUTPUTS).split(',')
22 mkdir out && 25 mkdir out &&
23 #end if 26 #end if
24 #if "out_pm_FLAG" in str($OPTIONAL_OUTPUTS).split(',') 27 #if "out_pm_FLAG" in str($OPTIONAL_OUTPUTS).split(',')
25 mkdir out_pm && 28 mkdir out_pm &&
45 set -o pipefail && 48 set -o pipefail &&
46 @EXECUTABLE@ -write_ctd ./ && 49 @EXECUTABLE@ -write_ctd ./ &&
47 python3 '$__tool_directory__/fill_ctd.py' '@EXECUTABLE@.ctd' '$args_json' '$hardcoded_json' && 50 python3 '$__tool_directory__/fill_ctd.py' '@EXECUTABLE@.ctd' '$args_json' '$hardcoded_json' &&
48 @EXECUTABLE@ -ini @EXECUTABLE@.ctd 51 @EXECUTABLE@ -ini @EXECUTABLE@.ctd
49 -in 52 -in
50 ${' '.join(["'in/%s.%s'"%(re.sub('[^\w\-_]', '_', _.element_identifier), $gxy2omsext(_.ext)) for _ in $in if _])} 53 #if $in_cond.in_select == "no"
54 ${' '.join(["'in_cond.in/%s/%s.%s'"%(i, re.sub('[^\w\-_]', '_', f.element_identifier), $gxy2omsext(f.ext)) for i, f in enumerate($in_cond.in) if f])}
55 #else
56 'in_cond.in/${re.sub("[^\w\-_]", "_", $in_cond.in.element_identifier)}.$gxy2omsext($in_cond.in.ext)'
57 #end if
51 #if "out_FLAG" in str($OPTIONAL_OUTPUTS).split(',') 58 #if "out_FLAG" in str($OPTIONAL_OUTPUTS).split(',')
52 -out 59 -out
53 'out/output.${gxy2omsext("mzml")}' 60 'out/output.${gxy2omsext("mzml")}'
54 #end if 61 #end if
55 #if "out_pm_FLAG" in str($OPTIONAL_OUTPUTS).split(',') 62 #if "out_pm_FLAG" in str($OPTIONAL_OUTPUTS).split(',')
105 #if "ctd_out_FLAG" in $OPTIONAL_OUTPUTS 112 #if "ctd_out_FLAG" in $OPTIONAL_OUTPUTS
106 && mv '@EXECUTABLE@.ctd' '$ctd_out' 113 && mv '@EXECUTABLE@.ctd' '$ctd_out'
107 #end if]]></command> 114 #end if]]></command>
108 <configfiles> 115 <configfiles>
109 <inputs name="args_json" data_style="paths"/> 116 <inputs name="args_json" data_style="paths"/>
110 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 117 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true, "algorithm": {"MSSim": {"RT": {"HPLC": {"model_file": "SIMULATION/RTPredict.model"}}, "Detectability": {"dt_model_file": "SIMULATION/DTPredict.model"}}}}]]></configfile>
111 </configfiles> 118 </configfiles>
112 <inputs> 119 <inputs>
113 <param name="in" argument="-in" type="data" format="fasta" multiple="true" optional="false" label="Input protein sequences" help=" select fasta data sets(s)"/> 120 <conditional name="in_cond">
121 <param name="in_select" type="select" label="Run tool in batch mode for -in">
122 <option value="no">No: process all datasets jointly</option>
123 <option value="yes">Yes: process each dataset in an independent job</option>
124 </param>
125 <when value="no">
126 <param argument="-in" type="data" format="fasta" multiple="true" optional="false" label="Input protein sequences" help=" select fasta data sets(s)"/>
127 </when>
128 <when value="yes">
129 <param argument="-in" type="data" format="fasta" multiple="false" optional="false" label="Input protein sequences" help=" select fasta data sets(s)"/>
130 </when>
131 </conditional>
114 <section name="algorithm" title="Algorithm parameters section" help="" expanded="false"> 132 <section name="algorithm" title="Algorithm parameters section" help="" expanded="false">
115 <section name="MSSim" title="" help="" expanded="false"> 133 <section name="MSSim" title="" help="" expanded="false">
116 <section name="Digestion" title="" help="" expanded="false"> 134 <section name="Digestion" title="" help="" expanded="false">
117 <param name="enzyme" argument="-algorithm:MSSim:Digestion:enzyme" type="select" optional="false" label="Enzyme to use for digestion (select 'no cleavage' to skip digestion)" help=""> 135 <param name="enzyme" argument="-algorithm:MSSim:Digestion:enzyme" type="select" optional="true" label="Enzyme to use for digestion (select 'no cleavage' to skip digestion)" help="">
136 <option value="Asp-N/B">Asp-N/B</option>
137 <option value="Asp-N_ambic">Asp-N_ambic</option>
138 <option value="Chymotrypsin">Chymotrypsin</option>
139 <option value="2-iodobenzoate">2-iodobenzoate</option>
140 <option value="iodosobenzoate">iodosobenzoate</option>
141 <option value="Arg-C">Arg-C</option>
142 <option value="Chymotrypsin/P">Chymotrypsin/P</option>
143 <option value="CNBr">CNBr</option>
144 <option value="Formic_acid">Formic_acid</option>
145 <option value="Arg-C/P">Arg-C/P</option>
146 <option value="Asp-N">Asp-N</option>
147 <option value="cyanogen-bromide">cyanogen-bromide</option>
148 <option value="Clostripain/P">Clostripain/P</option>
149 <option value="elastase-trypsin-chymotrypsin">elastase-trypsin-chymotrypsin</option>
150 <option value="no cleavage">no cleavage</option>
151 <option value="unspecific cleavage">unspecific cleavage</option>
152 <option value="Lys-C">Lys-C</option>
153 <option value="Lys-N">Lys-N</option>
154 <option value="Lys-C/P">Lys-C/P</option>
155 <option value="PepsinA">PepsinA</option>
156 <option value="TrypChymo">TrypChymo</option>
118 <option value="Trypsin/P">Trypsin/P</option> 157 <option value="Trypsin/P">Trypsin/P</option>
119 <option value="V8-DE">V8-DE</option> 158 <option value="V8-DE">V8-DE</option>
120 <option value="V8-E">V8-E</option> 159 <option value="V8-E">V8-E</option>
121 <option value="leukocyte elastase">leukocyte elastase</option> 160 <option value="leukocyte elastase">leukocyte elastase</option>
122 <option value="Asp-N/B">Asp-N/B</option>
123 <option value="Asp-N_ambic">Asp-N_ambic</option>
124 <option value="Chymotrypsin">Chymotrypsin</option>
125 <option value="Chymotrypsin/P">Chymotrypsin/P</option>
126 <option value="CNBr">CNBr</option>
127 <option value="Formic_acid">Formic_acid</option>
128 <option value="Lys-C">Lys-C</option>
129 <option value="proline endopeptidase">proline endopeptidase</option> 161 <option value="proline endopeptidase">proline endopeptidase</option>
130 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> 162 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option>
131 <option value="Alpha-lytic protease">Alpha-lytic protease</option> 163 <option value="Alpha-lytic protease">Alpha-lytic protease</option>
132 <option value="2-iodobenzoate">2-iodobenzoate</option>
133 <option value="iodosobenzoate">iodosobenzoate</option>
134 <option value="staphylococcal protease/D">staphylococcal protease/D</option> 164 <option value="staphylococcal protease/D">staphylococcal protease/D</option>
135 <option value="proline-endopeptidase/HKR">proline-endopeptidase/HKR</option> 165 <option value="proline-endopeptidase/HKR">proline-endopeptidase/HKR</option>
136 <option value="Glu-C+P">Glu-C+P</option> 166 <option value="Glu-C+P">Glu-C+P</option>
137 <option value="PepsinA + P">PepsinA + P</option> 167 <option value="PepsinA + P">PepsinA + P</option>
138 <option value="cyanogen-bromide">cyanogen-bromide</option>
139 <option value="Clostripain/P">Clostripain/P</option>
140 <option value="elastase-trypsin-chymotrypsin">elastase-trypsin-chymotrypsin</option>
141 <option value="Arg-C">Arg-C</option>
142 <option value="Arg-C/P">Arg-C/P</option>
143 <option value="Asp-N">Asp-N</option>
144 <option value="no cleavage">no cleavage</option>
145 <option value="unspecific cleavage">unspecific cleavage</option>
146 <option value="Lys-N">Lys-N</option>
147 <option value="Lys-C/P">Lys-C/P</option>
148 <option value="PepsinA">PepsinA</option>
149 <option value="TrypChymo">TrypChymo</option>
150 <option value="Trypsin" selected="true">Trypsin</option> 168 <option value="Trypsin" selected="true">Trypsin</option>
151 <expand macro="list_string_san"/> 169 <expand macro="list_string_san" name="enzyme"/>
152 </param> 170 </param>
153 <param name="model" argument="-algorithm:MSSim:Digestion:model" display="radio" type="select" optional="false" label="The cleavage model to use for digestion" help="'Trained' is based on a log likelihood model (see DOI:10.1021/pr060507u)"> 171 <param name="model" argument="-algorithm:MSSim:Digestion:model" type="select" optional="true" label="The cleavage model to use for digestion" help="'Trained' is based on a log likelihood model (see DOI:10.1021/pr060507u)">
154 <option value="trained">trained</option> 172 <option value="trained">trained</option>
155 <option value="naive" selected="true">naive</option> 173 <option value="naive" selected="true">naive</option>
156 <expand macro="list_string_san"/> 174 <expand macro="list_string_san" name="model"/>
157 </param> 175 </param>
158 <param name="min_peptide_length" argument="-algorithm:MSSim:Digestion:min_peptide_length" type="integer" optional="true" min="1" value="3" label="Minimum peptide length after digestion (shorter ones will be discarded)" help=""/> 176 <param name="min_peptide_length" argument="-algorithm:MSSim:Digestion:min_peptide_length" type="integer" optional="true" min="1" value="3" label="Minimum peptide length after digestion (shorter ones will be discarded)" help=""/>
159 <section name="model_trained" title="" help="" expanded="false"> 177 <section name="model_trained" title="" help="" expanded="false">
160 <param name="threshold" argument="-algorithm:MSSim:Digestion:model_trained:threshold" type="float" optional="true" min="-2.0" max="4.0" value="0.5" label="Model threshold for calling a cleavage" help="Higher values increase the number of cleavages. -2 will give no cleavages, +4 almost full cleavage"/> 178 <param name="threshold" argument="-algorithm:MSSim:Digestion:model_trained:threshold" type="float" optional="true" min="-2.0" max="4.0" value="0.5" label="Model threshold for calling a cleavage" help="Higher values increase the number of cleavages. -2 will give no cleavages, +4 almost full cleavage"/>
161 </section> 179 </section>
162 <section name="model_naive" title="" help="" expanded="false"> 180 <section name="model_naive" title="" help="" expanded="false">
163 <param name="missed_cleavages" argument="-algorithm:MSSim:Digestion:model_naive:missed_cleavages" type="integer" optional="true" min="0" value="1" label="Maximum number of missed cleavages considered" help="All possible resulting peptides will be created"/> 181 <param name="missed_cleavages" argument="-algorithm:MSSim:Digestion:model_naive:missed_cleavages" type="integer" optional="true" min="0" value="1" label="Maximum number of missed cleavages considered" help="All possible resulting peptides will be created"/>
164 </section> 182 </section>
165 </section> 183 </section>
166 <section name="RT" title="" help="" expanded="false"> 184 <section name="RT" title="" help="" expanded="false">
167 <param name="rt_column" argument="-algorithm:MSSim:RT:rt_column" display="radio" type="select" optional="false" label="Modelling of an RT or CE column" help=""> 185 <param name="rt_column" argument="-algorithm:MSSim:RT:rt_column" type="select" optional="true" label="Modelling of an RT or CE column" help="">
168 <option value="none">none</option> 186 <option value="none">none</option>
169 <option value="HPLC" selected="true">HPLC</option> 187 <option value="HPLC" selected="true">HPLC</option>
170 <option value="CE">CE</option> 188 <option value="CE">CE</option>
171 <expand macro="list_string_san"/> 189 <expand macro="list_string_san" name="rt_column"/>
172 </param> 190 </param>
173 <param name="auto_scale" argument="-algorithm:MSSim:RT:auto_scale" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Scale predicted RT's/MT's to given 'total_gradient_time'" help="If 'true', for CE this means that 'CE:lenght_d', 'CE:length_total', 'CE:voltage' have no influence"/> 191 <param name="auto_scale" argument="-algorithm:MSSim:RT:auto_scale" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Scale predicted RT's/MT's to given 'total_gradient_time'" help="If 'true', for CE this means that 'CE:lenght_d', 'CE:length_total', 'CE:voltage' have no influence"/>
174 <param name="total_gradient_time" argument="-algorithm:MSSim:RT:total_gradient_time" type="float" optional="true" min="1e-05" value="2500.0" label="The duration [s] of the gradient" help=""/> 192 <param name="total_gradient_time" argument="-algorithm:MSSim:RT:total_gradient_time" type="float" optional="true" min="1e-05" value="2500.0" label="The duration [s] of the gradient" help=""/>
175 <param name="sampling_rate" argument="-algorithm:MSSim:RT:sampling_rate" type="float" optional="true" min="0.01" max="60.0" value="2.0" label="Time interval [s] between consecutive scans" help=""/> 193 <param name="sampling_rate" argument="-algorithm:MSSim:RT:sampling_rate" type="float" optional="true" min="0.01" max="60.0" value="2.0" label="Time interval [s] between consecutive scans" help=""/>
176 <section name="scan_window" title="" help="" expanded="false"> 194 <section name="scan_window" title="" help="" expanded="false">
192 </section> 210 </section>
193 <section name="skewness" title="Skewness of the EGH elution shape" help="i.e. the tau parameter, which is computed using 'value' + rnd_cauchy('variance')" expanded="false"> 211 <section name="skewness" title="Skewness of the EGH elution shape" help="i.e. the tau parameter, which is computed using 'value' + rnd_cauchy('variance')" expanded="false">
194 <param name="value" argument="-algorithm:MSSim:RT:profile_shape:skewness:value" type="float" optional="true" value="0.1" label="Asymmetric component of the EGH" help="Higher absolute(!) values lead to more skewness (negative values cause fronting, positive values cause tailing). Tau parameter of the EGH, i.e. time constant of the exponential decay of the Exponential Gaussian Hybrid distribution shape of the elution profile"/> 212 <param name="value" argument="-algorithm:MSSim:RT:profile_shape:skewness:value" type="float" optional="true" value="0.1" label="Asymmetric component of the EGH" help="Higher absolute(!) values lead to more skewness (negative values cause fronting, positive values cause tailing). Tau parameter of the EGH, i.e. time constant of the exponential decay of the Exponential Gaussian Hybrid distribution shape of the elution profile"/>
195 <param name="variance" argument="-algorithm:MSSim:RT:profile_shape:skewness:variance" type="float" optional="true" min="0.0" value="0.3" label="Random component of skewness (set to 0 to disable randomness)" help="i.e. scale parameter for the lorentzian variation of the time constant (Note: The scale parameter has to be &gt; 0)"/> 213 <param name="variance" argument="-algorithm:MSSim:RT:profile_shape:skewness:variance" type="float" optional="true" min="0.0" value="0.3" label="Random component of skewness (set to 0 to disable randomness)" help="i.e. scale parameter for the lorentzian variation of the time constant (Note: The scale parameter has to be &gt; 0)"/>
196 </section> 214 </section>
197 </section>
198 <section name="HPLC" title="" help="" expanded="false">
199 <param name="model_file" argument="-algorithm:MSSim:RT:HPLC:model_file" type="text" optional="true" value="examples/simulation/RTPredict.model" label="SVM model for retention time prediction" help="">
200 <expand macro="list_string_san"/>
201 </param>
202 </section> 215 </section>
203 <section name="CE" title="" help="" expanded="false"> 216 <section name="CE" title="" help="" expanded="false">
204 <param name="pH" argument="-algorithm:MSSim:RT:CE:pH" type="float" optional="true" min="0.0" max="14.0" value="3.0" label="pH of buffe" help=""/> 217 <param name="pH" argument="-algorithm:MSSim:RT:CE:pH" type="float" optional="true" min="0.0" max="14.0" value="3.0" label="pH of buffe" help=""/>
205 <param name="alpha" argument="-algorithm:MSSim:RT:CE:alpha" type="float" optional="true" min="0.0" max="1.0" value="0.5" label="Exponent Alpha used to calculate mobility" help=""/> 218 <param name="alpha" argument="-algorithm:MSSim:RT:CE:alpha" type="float" optional="true" min="0.0" max="1.0" value="0.5" label="Exponent Alpha used to calculate mobility" help=""/>
206 <param name="mu_eo" argument="-algorithm:MSSim:RT:CE:mu_eo" type="float" optional="true" min="0.0" max="5.0" value="0.0" label="Electroosmotic flow" help=""/> 219 <param name="mu_eo" argument="-algorithm:MSSim:RT:CE:mu_eo" type="float" optional="true" min="0.0" max="5.0" value="0.0" label="Electroosmotic flow" help=""/>
210 </section> 223 </section>
211 </section> 224 </section>
212 <section name="Detectability" title="" help="" expanded="false"> 225 <section name="Detectability" title="" help="" expanded="false">
213 <param name="dt_simulation_on" argument="-algorithm:MSSim:Detectability:dt_simulation_on" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Modelling detectibility enabled" help="This can serve as a filter to remove peptides which ionize badly, thus reducing peptide count"/> 226 <param name="dt_simulation_on" argument="-algorithm:MSSim:Detectability:dt_simulation_on" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Modelling detectibility enabled" help="This can serve as a filter to remove peptides which ionize badly, thus reducing peptide count"/>
214 <param name="min_detect" argument="-algorithm:MSSim:Detectability:min_detect" type="float" optional="true" value="0.5" label="Minimum peptide detectability accepted" help="Peptides with a lower score will be removed"/> 227 <param name="min_detect" argument="-algorithm:MSSim:Detectability:min_detect" type="float" optional="true" value="0.5" label="Minimum peptide detectability accepted" help="Peptides with a lower score will be removed"/>
215 <param name="dt_model_file" argument="-algorithm:MSSim:Detectability:dt_model_file" type="text" optional="true" value="examples/simulation/DTPredict.model" label="SVM model for peptide detectability prediction" help="">
216 <expand macro="list_string_san"/>
217 </param>
218 </section> 228 </section>
219 <section name="Ionization" title="" help="" expanded="false"> 229 <section name="Ionization" title="" help="" expanded="false">
220 <section name="esi" title="" help="" expanded="false"> 230 <section name="esi" title="" help="" expanded="false">
221 <param name="ionized_residues" argument="-algorithm:MSSim:Ionization:esi:ionized_residues" multiple="true" type="select" optional="true" label="List of residues (as three letter code) that will be considered during ES ionization" help="The N-term is always assumed to carry a charge. This parameter will be ignored during MALDI ionization"> 231 <param name="ionized_residues" argument="-algorithm:MSSim:Ionization:esi:ionized_residues" multiple="true" type="select" optional="true" label="List of residues (as three letter code) that will be considered during ES ionization" help="The N-term is always assumed to carry a charge. This parameter will be ignored during MALDI ionization">
222 <option value="Ala">Ala</option> 232 <option value="Ala">Ala</option>
238 <option value="Ser">Ser</option> 248 <option value="Ser">Ser</option>
239 <option value="Thr">Thr</option> 249 <option value="Thr">Thr</option>
240 <option value="Val">Val</option> 250 <option value="Val">Val</option>
241 <option value="Trp">Trp</option> 251 <option value="Trp">Trp</option>
242 <option value="Tyr">Tyr</option> 252 <option value="Tyr">Tyr</option>
243 <expand macro="list_string_san"/> 253 <expand macro="list_string_san" name="ionized_residues"/>
244 </param> 254 </param>
245 <param name="charge_impurity" argument="-algorithm:MSSim:Ionization:esi:charge_impurity" type="text" optional="true" value="H+:1" label="List of charged ions that contribute to charge with weight of occurrence (their sum is scaled to 1 internally)" help="e.g. ['H:1'] or ['H:0.7' 'Na:0.3'], ['H:4' 'Na:1'] (which internally translates to ['H:0.8' 'Na:0.2']) (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 255 <param name="charge_impurity" argument="-algorithm:MSSim:Ionization:esi:charge_impurity" type="text" optional="true" value="H+:1" label="List of charged ions that contribute to charge with weight of occurrence (their sum is scaled to 1 internally)" help="e.g. ['H:1'] or ['H:0.7' 'Na:0.3'], ['H:4' 'Na:1'] (which internally translates to ['H:0.8' 'Na:0.2']) (space separated list, in order to allow for spaces in list items surround them by single quotes)">
246 <expand macro="list_string_val"/> 256 <expand macro="list_string_val" name="charge_impurity"/>
247 <expand macro="list_string_san"/> 257 <expand macro="list_string_san" name="charge_impurity"/>
248 </param> 258 </param>
249 <param name="max_impurity_set_size" argument="-algorithm:MSSim:Ionization:esi:max_impurity_set_size" type="integer" optional="true" value="3" label="Maximal #combinations of charge impurities allowed (each generating one feature) per charge state" help="E.g. assuming charge=3 and this parameter is 2, then we could choose to allow '3H+, 2H+Na+' features (given a certain 'charge_impurity' constraints), but no '3H+, 2H+Na+, 3Na+'"/> 259 <param name="max_impurity_set_size" argument="-algorithm:MSSim:Ionization:esi:max_impurity_set_size" type="integer" optional="true" value="3" label="Maximal #combinations of charge impurities allowed (each generating one feature) per charge state" help="E.g. assuming charge=3 and this parameter is 2, then we could choose to allow '3H+, 2H+Na+' features (given a certain 'charge_impurity' constraints), but no '3H+, 2H+Na+, 3Na+'"/>
250 <param name="ionization_probability" argument="-algorithm:MSSim:Ionization:esi:ionization_probability" type="float" optional="true" value="0.8" label="Probability for the binomial distribution of the ESI charge states" help=""/> 260 <param name="ionization_probability" argument="-algorithm:MSSim:Ionization:esi:ionization_probability" type="float" optional="true" value="0.8" label="Probability for the binomial distribution of the ESI charge states" help=""/>
251 </section> 261 </section>
252 <section name="maldi" title="" help="" expanded="false"> 262 <section name="maldi" title="" help="" expanded="false">
253 <param name="ionization_probabilities" argument="-algorithm:MSSim:Ionization:maldi:ionization_probabilities" type="text" optional="true" value="0.9 0.1 0.0" label="List of probabilities for different charge states (starting at charge=1, 2, ...) during MALDI ionization (the list must sum up to 1.0)" help=" (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 263 <param name="ionization_probabilities" argument="-algorithm:MSSim:Ionization:maldi:ionization_probabilities" type="text" optional="true" value="0.9 0.1 0.0" label="List of probabilities for different charge states (starting at charge=1, 2, ...) during MALDI ionization (the list must sum up to 1.0)" help=" (space separated list, in order to allow for spaces in list items surround them by single quotes)">
254 <expand macro="list_float_valsan"/> 264 <expand macro="list_float_valsan" name="ionization_probabilities"/>
255 </param> 265 </param>
256 </section> 266 </section>
257 <section name="mz" title="" help="" expanded="false"> 267 <section name="mz" title="" help="" expanded="false">
258 <param name="lower_measurement_limit" argument="-algorithm:MSSim:Ionization:mz:lower_measurement_limit" type="float" optional="true" min="0.0" value="200.0" label="Lower m/z detector limit" help=""/> 268 <param name="lower_measurement_limit" argument="-algorithm:MSSim:Ionization:mz:lower_measurement_limit" type="float" optional="true" min="0.0" value="200.0" label="Lower m/z detector limit" help=""/>
259 <param name="upper_measurement_limit" argument="-algorithm:MSSim:Ionization:mz:upper_measurement_limit" type="float" optional="true" min="0.0" value="1200.0" label="Upper m/z detector limit" help=""/> 269 <param name="upper_measurement_limit" argument="-algorithm:MSSim:Ionization:mz:upper_measurement_limit" type="float" optional="true" min="0.0" value="1200.0" label="Upper m/z detector limit" help=""/>
260 </section> 270 </section>
261 </section> 271 </section>
262 <section name="RawSignal" title="" help="" expanded="false"> 272 <section name="RawSignal" title="" help="" expanded="false">
263 <param name="enabled" argument="-algorithm:MSSim:RawSignal:enabled" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Enable RAW signal simulation" help="(select 'false' if you only need feature-maps)"/> 273 <param name="enabled" argument="-algorithm:MSSim:RawSignal:enabled" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Enable RAW signal simulation" help="(select 'false' if you only need feature-maps)"/>
264 <param name="peak_shape" argument="-algorithm:MSSim:RawSignal:peak_shape" display="radio" type="select" optional="false" label="Peak Shape used around each isotope peak (be aware that the area under the curve is constant for both types, but the maximal height will differ (~ 2:3 = Lorentz:Gaussian) due to the wider base of the Lorentzian" help=""> 274 <param name="peak_shape" argument="-algorithm:MSSim:RawSignal:peak_shape" type="select" optional="true" label="Peak Shape used around each isotope peak (be aware that the area under the curve is constant for both types, but the maximal height will differ (~ 2:3 = Lorentz:Gaussian) due to the wider base of the Lorentzian" help="">
265 <option value="Gaussian" selected="true">Gaussian</option> 275 <option value="Gaussian" selected="true">Gaussian</option>
266 <option value="Lorentzian">Lorentzian</option> 276 <option value="Lorentzian">Lorentzian</option>
267 <expand macro="list_string_san"/> 277 <expand macro="list_string_san" name="peak_shape"/>
268 </param> 278 </param>
269 <section name="resolution" title="" help="" expanded="false"> 279 <section name="resolution" title="" help="" expanded="false">
270 <param name="value" argument="-algorithm:MSSim:RawSignal:resolution:value" type="integer" optional="true" value="50000" label="Instrument resolution at 400 Th" help=""/> 280 <param name="value" argument="-algorithm:MSSim:RawSignal:resolution:value" type="integer" optional="true" value="50000" label="Instrument resolution at 400 Th" help=""/>
271 <param name="type" argument="-algorithm:MSSim:RawSignal:resolution:type" display="radio" type="select" optional="false" label="How does resolution change with increasing m/z" help="QTOFs usually show 'constant' behavior, FTs have linear degradation, and on Orbitraps the resolution decreases with square root of mass"> 281 <param name="type" argument="-algorithm:MSSim:RawSignal:resolution:type" type="select" optional="true" label="How does resolution change with increasing m/z" help="QTOFs usually show 'constant' behavior, FTs have linear degradation, and on Orbitraps the resolution decreases with square root of mass">
272 <option value="constant">constant</option> 282 <option value="constant">constant</option>
273 <option value="linear" selected="true">linear</option> 283 <option value="linear" selected="true">linear</option>
274 <option value="sqrt">sqrt</option> 284 <option value="sqrt">sqrt</option>
275 <expand macro="list_string_san"/> 285 <expand macro="list_string_san" name="type"/>
276 </param> 286 </param>
277 </section> 287 </section>
278 <section name="baseline" title="Baseline modeling for MALDI ionization" help="" expanded="false"> 288 <section name="baseline" title="Baseline modeling for MALDI ionization" help="" expanded="false">
279 <param name="scaling" argument="-algorithm:MSSim:RawSignal:baseline:scaling" type="float" optional="true" min="0.0" value="0.0" label="Scale of baseline" help="Set to 0 to disable simulation of baseline"/> 289 <param name="scaling" argument="-algorithm:MSSim:RawSignal:baseline:scaling" type="float" optional="true" min="0.0" value="0.0" label="Scale of baseline" help="Set to 0 to disable simulation of baseline"/>
280 <param name="shape" argument="-algorithm:MSSim:RawSignal:baseline:shape" type="float" optional="true" min="0.0" value="0.5" label="The baseline is modeled by an exponential probability density function (pdf) with f(x) = shape*e^(- shape*x)" help=""/> 290 <param name="shape" argument="-algorithm:MSSim:RawSignal:baseline:shape" type="float" optional="true" min="0.0" value="0.5" label="The baseline is modeled by an exponential probability density function (pdf) with f(x) = shape*e^(- shape*x)" help=""/>
281 </section> 291 </section>
282 <section name="mz" title="" help="" expanded="false"> 292 <section name="mz" title="" help="" expanded="false">
283 <param name="sampling_points" argument="-algorithm:MSSim:RawSignal:mz:sampling_points" type="integer" optional="true" min="2" value="3" label="Number of raw data points per FWHM of the peak" help=""/> 293 <param name="sampling_points" argument="-algorithm:MSSim:RawSignal:mz:sampling_points" type="integer" optional="true" min="2" value="3" label="Number of raw data points per FWHM of the peak" help=""/>
284 </section> 294 </section>
285 <section name="contaminants" title="" help="" expanded="false"> 295 <section name="contaminants" title="" help="" expanded="false">
286 <param name="file" argument="-algorithm:MSSim:RawSignal:contaminants:file" type="text" optional="true" value="examples/simulation/contaminants.csv" label="Contaminants file with sum formula and absolute RT interval" help="See 'OpenMS/examples/simulation/contaminants.txt' for details"> 296 <param name="file" argument="-algorithm:MSSim:RawSignal:contaminants:file" type="text" optional="true" value="SIMULATION/contaminants.csv" label="Contaminants file with sum formula and absolute RT interval" help="See 'share/OpenMS/SIMULATION/contaminants.txt' for details">
287 <expand macro="list_string_san"/> 297 <expand macro="list_string_san" name="file"/>
288 </param> 298 </param>
289 </section> 299 </section>
290 <section name="variation" title="Random components that simulate biological and technical variations of the simulated data" help="" expanded="false"> 300 <section name="variation" title="Random components that simulate biological and technical variations of the simulated data" help="" expanded="false">
291 <section name="mz" title="Shifts in mass to charge dimension of the simulated signals" help="" expanded="false"> 301 <section name="mz" title="Shifts in mass to charge dimension of the simulated signals" help="" expanded="false">
292 <param name="error_mean" argument="-algorithm:MSSim:RawSignal:variation:mz:error_mean" type="float" optional="true" value="0.0" label="Average systematic m/z error (in Da)" help=""/> 302 <param name="error_mean" argument="-algorithm:MSSim:RawSignal:variation:mz:error_mean" type="float" optional="true" value="0.0" label="Average systematic m/z error (in Da)" help=""/>
311 <param name="stddev" argument="-algorithm:MSSim:RawSignal:noise:detector:stddev" type="float" optional="true" value="0.0" label="Standard deviation of the detector noise (Gaussian distribution)" help=""/> 321 <param name="stddev" argument="-algorithm:MSSim:RawSignal:noise:detector:stddev" type="float" optional="true" value="0.0" label="Standard deviation of the detector noise (Gaussian distribution)" help=""/>
312 </section> 322 </section>
313 </section> 323 </section>
314 </section> 324 </section>
315 <section name="RawTandemSignal" title="" help="" expanded="false"> 325 <section name="RawTandemSignal" title="" help="" expanded="false">
316 <param name="status" argument="-algorithm:MSSim:RawTandemSignal:status" display="radio" type="select" optional="false" label="Create Tandem-MS scans?" help=""> 326 <param name="status" argument="-algorithm:MSSim:RawTandemSignal:status" type="select" optional="true" label="Create Tandem-MS scans?" help="">
317 <option value="disabled" selected="true">disabled</option> 327 <option value="disabled" selected="true">disabled</option>
318 <option value="precursor">precursor</option> 328 <option value="precursor">precursor</option>
319 <option value="MS^E">MS^E</option> 329 <option value="MS^E">MS^E</option>
320 <expand macro="list_string_san"/> 330 <expand macro="list_string_san" name="status"/>
321 </param> 331 </param>
322 <param name="tandem_mode" argument="-algorithm:MSSim:RawTandemSignal:tandem_mode" type="integer" optional="true" min="0" max="2" value="0" label="Algorithm to generate the tandem-MS spectra" help="0 - fixed intensities, 1 - SVC prediction (abundant/missing), 2 - SVR prediction of peak intensity . "/> 332 <param name="tandem_mode" argument="-algorithm:MSSim:RawTandemSignal:tandem_mode" type="integer" optional="true" min="0" max="2" value="0" label="Algorithm to generate the tandem-MS spectra" help="0 - fixed intensities, 1 - SVC prediction (abundant/missing), 2 - SVR prediction of peak intensity . "/>
323 <param name="svm_model_set_file" argument="-algorithm:MSSim:RawTandemSignal:svm_model_set_file" type="text" optional="true" value="examples/simulation/SvmModelSet.model" label="File containing the filenames of SVM Models for different charge variants" help=""> 333 <param name="svm_model_set_file" argument="-algorithm:MSSim:RawTandemSignal:svm_model_set_file" type="text" optional="true" value="SIMULATION/SvmModelSet.model" label="File containing the filenames of SVM Models for different charge variants" help="">
324 <expand macro="list_string_san"/> 334 <expand macro="list_string_san" name="svm_model_set_file"/>
325 </param> 335 </param>
326 <section name="Precursor" title="" help="" expanded="false"> 336 <section name="Precursor" title="" help="" expanded="false">
327 <param name="ms2_spectra_per_rt_bin" argument="-algorithm:MSSim:RawTandemSignal:Precursor:ms2_spectra_per_rt_bin" type="integer" optional="true" min="1" value="5" label="Number of allowed MS/MS spectra in a retention time bin" help=""/> 337 <param name="ms2_spectra_per_rt_bin" argument="-algorithm:MSSim:RawTandemSignal:Precursor:ms2_spectra_per_rt_bin" type="integer" optional="true" min="1" value="5" label="Number of allowed MS/MS spectra in a retention time bin" help=""/>
328 <param name="min_mz_peak_distance" argument="-algorithm:MSSim:RawTandemSignal:Precursor:min_mz_peak_distance" type="float" optional="true" min="0.0001" value="2.0" label="The minimal distance (in Th) between two peaks for concurrent selection for fragmentation" help="Also used to define the m/z width of an exclusion window (distance +/- from m/z of precursor). If you set this lower than the isotopic envelope of a peptide, you might get multiple fragment spectra pointing to the same precursor"/> 338 <param name="min_mz_peak_distance" argument="-algorithm:MSSim:RawTandemSignal:Precursor:min_mz_peak_distance" type="float" optional="true" min="0.0001" value="2.0" label="The minimal distance (in Th) between two peaks for concurrent selection for fragmentation" help="Also used to define the m/z width of an exclusion window (distance +/- from m/z of precursor). If you set this lower than the isotopic envelope of a peptide, you might get multiple fragment spectra pointing to the same precursor"/>
329 <param name="mz_isolation_window" argument="-algorithm:MSSim:RawTandemSignal:Precursor:mz_isolation_window" type="float" optional="true" min="0.0" value="2.0" label="All peaks within a mass window (in Th) of a selected peak are also selected for fragmentation" help=""/> 339 <param name="mz_isolation_window" argument="-algorithm:MSSim:RawTandemSignal:Precursor:mz_isolation_window" type="float" optional="true" min="0.0" value="2.0" label="All peaks within a mass window (in Th) of a selected peak are also selected for fragmentation" help=""/>
330 <param name="exclude_overlapping_peaks" argument="-algorithm:MSSim:RawTandemSignal:Precursor:exclude_overlapping_peaks" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If true, overlapping or nearby peaks (within 'min_mz_peak_distance') are excluded for selection" help=""/> 340 <param name="exclude_overlapping_peaks" argument="-algorithm:MSSim:RawTandemSignal:Precursor:exclude_overlapping_peaks" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If true, overlapping or nearby peaks (within 'min_mz_peak_distance') are excluded for selection" help=""/>
331 <param name="charge_filter" argument="-algorithm:MSSim:RawTandemSignal:Precursor:charge_filter" type="text" optional="true" value="2 3" label="Charges considered for MS2 fragmentation" help=" (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 341 <param name="charge_filter" argument="-algorithm:MSSim:RawTandemSignal:Precursor:charge_filter" type="text" optional="true" value="2 3" label="Charges considered for MS2 fragmentation" help=" (space separated list, in order to allow for spaces in list items surround them by single quotes)">
332 <expand macro="list_integer_valsan"> 342 <expand macro="list_integer_valsan" name="charge_filter">
333 <validator type="expression" message="a space separated list of integer values in the range 1:5 is required"><![CDATA[len(value.split(' ')) == len([_ for _ in value.split(' ') if 1 <= int(_) <= 5]) 343 <validator type="expression" message="a space separated list of integer values in the range 1:5 is required"><![CDATA[len(value.split(' ')) == len([_ for _ in value.split(' ') if 1 <= int(_) <= 5])
334 ]]></validator> 344 ]]></validator>
335 </expand> 345 </expand>
336 </param> 346 </param>
337 <section name="Exclusion" title="" help="" expanded="false"> 347 <section name="Exclusion" title="" help="" expanded="false">
360 <section name="MS_E" title="" help="" expanded="false"> 370 <section name="MS_E" title="" help="" expanded="false">
361 <param name="add_single_spectra" argument="-algorithm:MSSim:RawTandemSignal:MS_E:add_single_spectra" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If true, the MS2 spectra for each peptide signal are included in the output (might be a lot)" help="They will have a meta value 'MSE_DebugSpectrum' attached, so they can be filtered out. Native MS_E spectra will have 'MSE_Spectrum' instead"/> 371 <param name="add_single_spectra" argument="-algorithm:MSSim:RawTandemSignal:MS_E:add_single_spectra" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If true, the MS2 spectra for each peptide signal are included in the output (might be a lot)" help="They will have a meta value 'MSE_DebugSpectrum' attached, so they can be filtered out. Native MS_E spectra will have 'MSE_Spectrum' instead"/>
362 </section> 372 </section>
363 <section name="TandemSim" title="" help="" expanded="false"> 373 <section name="TandemSim" title="" help="" expanded="false">
364 <section name="Simple" title="" help="" expanded="false"> 374 <section name="Simple" title="" help="" expanded="false">
365 <param name="isotope_model" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:isotope_model" display="radio" type="select" optional="false" label="Model to use for isotopic peaks ('none' means no isotopic peaks are added, 'coarse' adds isotopic peaks in unit mass distance, 'fine' uses the hyperfine isotopic generator to add accurate isotopic peaks" help="Note that adding isotopic peaks is very slow"> 375 <param name="isotope_model" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:isotope_model" type="select" optional="true" label="Model to use for isotopic peaks ('none' means no isotopic peaks are added, 'coarse' adds isotopic peaks in unit mass distance, 'fine' uses the hyperfine isotopic generator to add accurate isotopic peaks" help="Note that adding isotopic peaks is very slow">
366 <option value="none" selected="true">none</option> 376 <option value="none" selected="true">none</option>
367 <option value="coarse">coarse</option> 377 <option value="coarse">coarse</option>
368 <option value="fine">fine</option> 378 <option value="fine">fine</option>
369 <expand macro="list_string_san"/> 379 <expand macro="list_string_san" name="isotope_model"/>
370 </param> 380 </param>
371 <param name="max_isotope" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:max_isotope" type="integer" optional="true" value="2" label="Defines the maximal isotopic peak which is added if 'isotope_model' is 'coarse'" help=""/> 381 <param name="max_isotope" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:max_isotope" type="integer" optional="true" value="2" label="Defines the maximal isotopic peak which is added if 'isotope_model' is 'coarse'" help=""/>
372 <param name="max_isotope_probability" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:max_isotope_probability" type="float" optional="true" value="0.05" label="Defines the maximal isotopic probability to cover if 'isotope_model' is 'fine'" help=""/> 382 <param name="max_isotope_probability" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:max_isotope_probability" type="float" optional="true" value="0.05" label="Defines the maximal isotopic probability to cover if 'isotope_model' is 'fine'" help=""/>
373 <param name="add_metainfo" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_metainfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" help=""/> 383 <param name="add_metainfo" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_metainfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" help=""/>
374 <param name="add_losses" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_losses" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds common losses to those ion expect to have them, only water and ammonia loss is considered" help=""/> 384 <param name="add_losses" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_losses" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds common losses to those ion expect to have them, only water and ammonia loss is considered" help=""/>
375 <param name="sort_by_position" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:sort_by_position" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Sort output by position" help=""/> 385 <param name="sort_by_position" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:sort_by_position" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Sort output by position" help=""/>
376 <param name="add_precursor_peaks" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_precursor_peaks" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds peaks of the unfragmented precursor ion to the spectrum" help=""/> 386 <param name="add_precursor_peaks" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_precursor_peaks" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds peaks of the unfragmented precursor ion to the spectrum" help=""/>
377 <param name="add_all_precursor_charges" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_all_precursor_charges" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds precursor peaks with all charges in the given range" help=""/> 387 <param name="add_all_precursor_charges" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_all_precursor_charges" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds precursor peaks with all charges in the given range" help=""/>
378 <param name="add_abundant_immonium_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_abundant_immonium_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add most abundant immonium ions" help=""/> 388 <param name="add_abundant_immonium_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_abundant_immonium_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add most abundant immonium ions (for Proline, Cystein, Iso/Leucine, Histidin, Phenylalanin, Tyrosine, Tryptophan)" help=""/>
379 <param name="add_first_prefix_ion" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_first_prefix_ion" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true e.g. b1 ions are added" help=""/> 389 <param name="add_first_prefix_ion" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_first_prefix_ion" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to true e.g. b1 ions are added" help=""/>
380 <param name="add_y_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_y_ions" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Add peaks of y-ions to the spectrum" help=""/> 390 <param name="add_y_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_y_ions" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Add peaks of y-ions to the spectrum" help=""/>
381 <param name="add_b_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_b_ions" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Add peaks of b-ions to the spectrum" help=""/> 391 <param name="add_b_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_b_ions" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Add peaks of b-ions to the spectrum" help=""/>
382 <param name="add_a_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_a_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of a-ions to the spectrum" help=""/> 392 <param name="add_a_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_a_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of a-ions to the spectrum" help=""/>
383 <param name="add_c_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_c_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of c-ions to the spectrum" help=""/> 393 <param name="add_c_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_c_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of c-ions to the spectrum" help=""/>
384 <param name="add_x_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_x_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of x-ions to the spectrum" help=""/> 394 <param name="add_x_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_x_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of x-ions to the spectrum" help=""/>
385 <param name="add_z_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_z_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of z-ions to the spectrum" help=""/> 395 <param name="add_z_ions" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:add_z_ions" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Add peaks of z-ions to the spectrum" help=""/>
386 <param name="y_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:y_intensity" type="float" optional="true" value="1.0" label="Intensity of the y-ions" help=""/> 396 <param name="y_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:y_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the y-ions" help=""/>
387 <param name="b_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:b_intensity" type="float" optional="true" value="1.0" label="Intensity of the b-ions" help=""/> 397 <param name="b_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:b_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the b-ions" help=""/>
388 <param name="a_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:a_intensity" type="float" optional="true" value="1.0" label="Intensity of the a-ions" help=""/> 398 <param name="a_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:a_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the a-ions" help=""/>
389 <param name="c_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:c_intensity" type="float" optional="true" value="1.0" label="Intensity of the c-ions" help=""/> 399 <param name="c_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:c_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the c-ions" help=""/>
390 <param name="x_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:x_intensity" type="float" optional="true" value="1.0" label="Intensity of the x-ions" help=""/> 400 <param name="x_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:x_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the x-ions" help=""/>
391 <param name="z_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:z_intensity" type="float" optional="true" value="1.0" label="Intensity of the z-ions" help=""/> 401 <param name="z_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:z_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the z-ions" help=""/>
392 <param name="relative_loss_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:relative_loss_intensity" type="float" optional="true" value="0.1" label="Intensity of loss ions, in relation to the intact ion intensity" help=""/> 402 <param name="relative_loss_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:relative_loss_intensity" type="float" optional="true" min="0.0" max="1.0" value="0.1" label="Intensity of loss ions, in relation to the intact ion intensity" help=""/>
393 <param name="precursor_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_intensity" type="float" optional="true" value="1.0" label="Intensity of the precursor peak" help=""/> 403 <param name="precursor_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the precursor peak" help=""/>
394 <param name="precursor_H2O_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_H2O_intensity" type="float" optional="true" value="1.0" label="Intensity of the H2O loss peak of the precurso" help=""/> 404 <param name="precursor_H2O_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_H2O_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the H2O loss peak of the precurso" help=""/>
395 <param name="precursor_NH3_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_NH3_intensity" type="float" optional="true" value="1.0" label="Intensity of the NH3 loss peak of the precurso" help=""/> 405 <param name="precursor_NH3_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:Simple:precursor_NH3_intensity" type="float" optional="true" min="0.0" value="1.0" label="Intensity of the NH3 loss peak of the precurso" help=""/>
396 </section> 406 </section>
397 <section name="SVM" title="" help="" expanded="false"> 407 <section name="SVM" title="" help="" expanded="false">
398 <param name="add_isotopes" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_isotopes" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to 1 isotope peaks of the product ion peaks are added" help=""/> 408 <param name="add_isotopes" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_isotopes" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set to 1 isotope peaks of the product ion peaks are added" help=""/>
399 <param name="max_isotope" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:max_isotope" type="integer" optional="true" value="2" label="Defines the maximal isotopic peak which is added, add_isotopes must be set to 1" help=""/> 409 <param name="max_isotope" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:max_isotope" type="integer" optional="true" value="2" label="Defines the maximal isotopic peak which is added, add_isotopes must be set to 1" help=""/>
400 <param name="add_metainfo" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_metainfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" help=""/> 410 <param name="add_metainfo" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:add_metainfo" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Adds the type of peaks as metainfo to the peaks, like y8+, [M-H2O+2H]++" help=""/>
417 <param name="relative_loss_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:relative_loss_intensity" type="float" optional="true" value="0.1" label="Intensity of loss ions, in relation to the intact ion intensity" help=""/> 427 <param name="relative_loss_intensity" argument="-algorithm:MSSim:RawTandemSignal:TandemSim:SVM:relative_loss_intensity" type="float" optional="true" value="0.1" label="Intensity of loss ions, in relation to the intact ion intensity" help=""/>
418 </section> 428 </section>
419 </section> 429 </section>
420 </section> 430 </section>
421 <section name="Global" title="" help="" expanded="false"> 431 <section name="Global" title="" help="" expanded="false">
422 <param name="ionization_type" argument="-algorithm:MSSim:Global:ionization_type" display="radio" type="select" optional="false" label="Type of Ionization (MALDI or ESI)" help=""> 432 <param name="ionization_type" argument="-algorithm:MSSim:Global:ionization_type" type="select" optional="true" label="Type of Ionization (MALDI or ESI)" help="">
423 <option value="MALDI">MALDI</option> 433 <option value="MALDI">MALDI</option>
424 <option value="ESI" selected="true">ESI</option> 434 <option value="ESI" selected="true">ESI</option>
425 <expand macro="list_string_san"/> 435 <expand macro="list_string_san" name="ionization_type"/>
426 </param> 436 </param>
427 </section> 437 </section>
428 <section name="Labeling" title="" help="" expanded="false"> 438 <section name="Labeling" title="" help="" expanded="false">
429 <param name="type" argument="-algorithm:MSSim:Labeling:type" type="select" optional="false" label="Select the labeling type you want for your experiment" help=""> 439 <param name="type" argument="-algorithm:MSSim:Labeling:type" type="select" optional="true" label="Select the labeling type you want for your experiment" help="">
430 <option value="ICPL">ICPL</option> 440 <option value="ICPL">ICPL</option>
431 <option value="SILAC">SILAC</option> 441 <option value="SILAC">SILAC</option>
432 <option value="itraq">itraq</option> 442 <option value="itraq">itraq</option>
433 <option value="labelfree" selected="true">labelfree</option> 443 <option value="labelfree" selected="true">labelfree</option>
434 <option value="o18">o18</option> 444 <option value="o18">o18</option>
435 <expand macro="list_string_san"/> 445 <expand macro="list_string_san" name="type"/>
436 </param> 446 </param>
437 <section name="ICPL" title="ICPL labeling on MS1 level of lysines and n-term (on protein or peptide level) with either two or three channels" help="" expanded="false"> 447 <section name="ICPL" title="ICPL labeling on MS1 level of lysines and n-term (on protein or peptide level) with either two or three channels" help="" expanded="false">
438 <param name="ICPL_fixed_rtshift" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_fixed_rtshift" type="float" optional="true" value="0.0" label="Fixed retention time shift between labeled pairs" help="If set to 0.0 only the retention times, computed by the RT model step are used"/> 448 <param name="ICPL_fixed_rtshift" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_fixed_rtshift" type="float" optional="true" value="0.0" label="Fixed retention time shift between labeled pairs" help="If set to 0.0 only the retention times, computed by the RT model step are used"/>
439 <param name="label_proteins" argument="-algorithm:MSSim:Labeling:ICPL:label_proteins" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Enables protein-labeling" help="(select 'false' if you only need peptide-labeling)"/> 449 <param name="label_proteins" argument="-algorithm:MSSim:Labeling:ICPL:label_proteins" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Enables protein-labeling" help="(select 'false' if you only need peptide-labeling)"/>
440 <param name="ICPL_light_channel_label" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_light_channel_label" type="text" optional="true" value="UniMod:365" label="UniMod Id of the light channel ICPL label" help=""> 450 <param name="ICPL_light_channel_label" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_light_channel_label" type="text" optional="true" value="UniMod:365" label="UniMod Id of the light channel ICPL label" help="">
441 <expand macro="list_string_san"/> 451 <expand macro="list_string_san" name="ICPL_light_channel_label"/>
442 </param> 452 </param>
443 <param name="ICPL_medium_channel_label" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_medium_channel_label" type="text" optional="true" value="UniMod:687" label="UniMod Id of the medium channel ICPL label" help=""> 453 <param name="ICPL_medium_channel_label" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_medium_channel_label" type="text" optional="true" value="UniMod:687" label="UniMod Id of the medium channel ICPL label" help="">
444 <expand macro="list_string_san"/> 454 <expand macro="list_string_san" name="ICPL_medium_channel_label"/>
445 </param> 455 </param>
446 <param name="ICPL_heavy_channel_label" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_heavy_channel_label" type="text" optional="true" value="UniMod:364" label="UniMod Id of the heavy channel ICPL label" help=""> 456 <param name="ICPL_heavy_channel_label" argument="-algorithm:MSSim:Labeling:ICPL:ICPL_heavy_channel_label" type="text" optional="true" value="UniMod:364" label="UniMod Id of the heavy channel ICPL label" help="">
447 <expand macro="list_string_san"/> 457 <expand macro="list_string_san" name="ICPL_heavy_channel_label"/>
448 </param> 458 </param>
449 </section> 459 </section>
450 <section name="SILAC" title="SILAC labeling on MS1 level with up to 3 channels and custom modifications" help="" expanded="false"> 460 <section name="SILAC" title="SILAC labeling on MS1 level with up to 3 channels and custom modifications" help="" expanded="false">
451 <param name="fixed_rtshift" argument="-algorithm:MSSim:Labeling:SILAC:fixed_rtshift" type="float" optional="true" min="0.0" value="0.0001" label="Fixed retention time shift between labeled peptides" help="If set to 0.0 only the retention times computed by the RT model step are used"/> 461 <param name="fixed_rtshift" argument="-algorithm:MSSim:Labeling:SILAC:fixed_rtshift" type="float" optional="true" min="0.0" value="0.0001" label="Fixed retention time shift between labeled peptides" help="If set to 0.0 only the retention times computed by the RT model step are used"/>
452 <section name="medium_channel" title="Modifications for the medium SILAC channel" help="" expanded="false"> 462 <section name="medium_channel" title="Modifications for the medium SILAC channel" help="" expanded="false">
453 <param name="modification_lysine" argument="-algorithm:MSSim:Labeling:SILAC:medium_channel:modification_lysine" type="text" optional="true" value="UniMod:481" label="Modification of Lysine in the medium SILAC channel" help=""> 463 <param name="modification_lysine" argument="-algorithm:MSSim:Labeling:SILAC:medium_channel:modification_lysine" type="text" optional="true" value="UniMod:481" label="Modification of Lysine in the medium SILAC channel" help="">
454 <expand macro="list_string_san"/> 464 <expand macro="list_string_san" name="modification_lysine"/>
455 </param> 465 </param>
456 <param name="modification_arginine" argument="-algorithm:MSSim:Labeling:SILAC:medium_channel:modification_arginine" type="text" optional="true" value="UniMod:188" label="Modification of Arginine in the medium SILAC channel" help=""> 466 <param name="modification_arginine" argument="-algorithm:MSSim:Labeling:SILAC:medium_channel:modification_arginine" type="text" optional="true" value="UniMod:188" label="Modification of Arginine in the medium SILAC channel" help="">
457 <expand macro="list_string_san"/> 467 <expand macro="list_string_san" name="modification_arginine"/>
458 </param> 468 </param>
459 </section> 469 </section>
460 <section name="heavy_channel" title="Modifications for the heavy SILAC channel" help="If you want to use only 2 channels, just leave the Labels as they are and provide only 2 input files" expanded="false"> 470 <section name="heavy_channel" title="Modifications for the heavy SILAC channel" help="If you want to use only 2 channels, just leave the Labels as they are and provide only 2 input files" expanded="false">
461 <param name="modification_lysine" argument="-algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_lysine" type="text" optional="true" value="UniMod:259" label="Modification of Lysine in the heavy SILAC channel" help="If left empty, two channelSILAC is assumed"> 471 <param name="modification_lysine" argument="-algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_lysine" type="text" optional="true" value="UniMod:259" label="Modification of Lysine in the heavy SILAC channel" help="If left empty, two channelSILAC is assumed">
462 <expand macro="list_string_san"/> 472 <expand macro="list_string_san" name="modification_lysine"/>
463 </param> 473 </param>
464 <param name="modification_arginine" argument="-algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_arginine" type="text" optional="true" value="UniMod:267" label="Modification of Arginine in the heavy SILAC channel" help="If left empty, two-channel SILAC is assumed"> 474 <param name="modification_arginine" argument="-algorithm:MSSim:Labeling:SILAC:heavy_channel:modification_arginine" type="text" optional="true" value="UniMod:267" label="Modification of Arginine in the heavy SILAC channel" help="If left empty, two-channel SILAC is assumed">
465 <expand macro="list_string_san"/> 475 <expand macro="list_string_san" name="modification_arginine"/>
466 </param> 476 </param>
467 </section> 477 </section>
468 </section> 478 </section>
469 <section name="itraq" title="iTRAQ labeling on MS2 level with up to 4 (4plex) or 8 (8plex) channels" help="" expanded="false"> 479 <section name="itraq" title="iTRAQ labeling on MS2 level with up to 4 (4plex) or 8 (8plex) channels" help="" expanded="false">
470 <param name="iTRAQ" argument="-algorithm:MSSim:Labeling:itraq:iTRAQ" display="radio" type="select" optional="false" label="4plex or 8plex iTRAQ?" help=""> 480 <param name="iTRAQ" argument="-algorithm:MSSim:Labeling:itraq:iTRAQ" type="select" optional="true" label="4plex or 8plex iTRAQ?" help="">
471 <option value="4plex" selected="true">4plex</option> 481 <option value="4plex" selected="true">4plex</option>
472 <option value="8plex">8plex</option> 482 <option value="8plex">8plex</option>
473 <expand macro="list_string_san"/> 483 <expand macro="list_string_san" name="iTRAQ"/>
474 </param> 484 </param>
475 <param name="reporter_mass_shift" argument="-algorithm:MSSim:Labeling:itraq:reporter_mass_shift" type="float" optional="true" min="0.0" max="0.5" value="0.1" label="Allowed shift (uniformly distributed - left to right) in Da from the expected position (of" help="e.g. 114.1, 115.1)"/> 485 <param name="reporter_mass_shift" argument="-algorithm:MSSim:Labeling:itraq:reporter_mass_shift" type="float" optional="true" min="0.0" max="0.5" value="0.1" label="Allowed shift (uniformly distributed - left to right) in Da from the expected position (of" help="e.g. 114.1, 115.1)"/>
476 <param name="channel_active_4plex" argument="-algorithm:MSSim:Labeling:itraq:channel_active_4plex" type="text" optional="true" value="114:myReference" label="Four-plex only: Each channel that was used in the experiment and its description (114-117) in format &lt;channel&gt;:&lt;name" help="e.g. &quot;114:myref&quot;,&quot;115:liver&quot; (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 486 <param name="channel_active_4plex" argument="-algorithm:MSSim:Labeling:itraq:channel_active_4plex" type="text" optional="true" value="114:myReference" label="Four-plex only: Each channel that was used in the experiment and its description (114-117) in format &lt;channel&gt;:&lt;name" help="e.g. &quot;114:myref&quot;,&quot;115:liver&quot; (space separated list, in order to allow for spaces in list items surround them by single quotes)">
477 <expand macro="list_string_val"/> 487 <expand macro="list_string_val" name="channel_active_4plex"/>
478 <expand macro="list_string_san"/> 488 <expand macro="list_string_san" name="channel_active_4plex"/>
479 </param> 489 </param>
480 <param name="channel_active_8plex" argument="-algorithm:MSSim:Labeling:itraq:channel_active_8plex" type="text" optional="true" value="113:myReference" label="Eight-plex only: Each channel that was used in the experiment and its description (113-121) in format &lt;channel&gt;:&lt;name" help="e.g. &quot;113:myref&quot;,&quot;115:liver&quot;,&quot;118:lung&quot; (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 490 <param name="channel_active_8plex" argument="-algorithm:MSSim:Labeling:itraq:channel_active_8plex" type="text" optional="true" value="113:myReference" label="Eight-plex only: Each channel that was used in the experiment and its description (113-121) in format &lt;channel&gt;:&lt;name" help="e.g. &quot;113:myref&quot;,&quot;115:liver&quot;,&quot;118:lung&quot; (space separated list, in order to allow for spaces in list items surround them by single quotes)">
481 <expand macro="list_string_val"/> 491 <expand macro="list_string_val" name="channel_active_8plex"/>
482 <expand macro="list_string_san"/> 492 <expand macro="list_string_san" name="channel_active_8plex"/>
483 </param> 493 </param>
484 <param name="isotope_correction_values_4plex" argument="-algorithm:MSSim:Labeling:itraq:isotope_correction_values_4plex" type="text" optional="true" value="114:0.0/1.0/5.9/0.2 115:0.0/2.0/5.6/0.1 116:0.0/3.0/4.5/0.1 117:0.1/4.0/3.5/0.1" label="override default values (see Documentation); use the following format: &lt;channel&gt;:&lt;-2Da&gt;/&lt;-1Da&gt;/&lt;+1Da&gt;/&lt;+2Da&gt; ;" help="e.g. '114:0/0.3/4/0' , '116:0.1/0.3/3/0.2' (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 494 <param name="isotope_correction_values_4plex" argument="-algorithm:MSSim:Labeling:itraq:isotope_correction_values_4plex" type="text" optional="true" value="114:0.0/1.0/5.9/0.2 115:0.0/2.0/5.6/0.1 116:0.0/3.0/4.5/0.1 117:0.1/4.0/3.5/0.1" label="override default values (see Documentation); use the following format: &lt;channel&gt;:&lt;-2Da&gt;/&lt;-1Da&gt;/&lt;+1Da&gt;/&lt;+2Da&gt; ;" help="e.g. '114:0/0.3/4/0' , '116:0.1/0.3/3/0.2' (space separated list, in order to allow for spaces in list items surround them by single quotes)">
485 <expand macro="list_string_val"/> 495 <expand macro="list_string_val" name="isotope_correction_values_4plex"/>
486 <expand macro="list_string_san"/> 496 <expand macro="list_string_san" name="isotope_correction_values_4plex"/>
487 </param> 497 </param>
488 <param name="isotope_correction_values_8plex" argument="-algorithm:MSSim:Labeling:itraq:isotope_correction_values_8plex" type="text" optional="true" value="113:0.0/0.0/6.89/0.22 114:0.0/0.94/5.9/0.16 115:0.0/1.88/4.9/0.1 116:0.0/2.82/3.9/0.07 117:0.06/3.77/2.99/0.0 118:0.09/4.71/1.88/0.0 119:0.14/5.66/0.87/0.0 121:0.27/7.44/0.18/0.0" label="override default values (see Documentation); use the following format: &lt;channel&gt;:&lt;-2Da&gt;/&lt;-1Da&gt;/&lt;+1Da&gt;/&lt;+2Da&gt; ;" help="e.g. '113:0/0.3/4/0' , '116:0.1/0.3/3/0.2' (space separated list, in order to allow for spaces in list items surround them by single quotes)"> 498 <param name="isotope_correction_values_8plex" argument="-algorithm:MSSim:Labeling:itraq:isotope_correction_values_8plex" type="text" optional="true" value="113:0.0/0.0/6.89/0.22 114:0.0/0.94/5.9/0.16 115:0.0/1.88/4.9/0.1 116:0.0/2.82/3.9/0.07 117:0.06/3.77/2.99/0.0 118:0.09/4.71/1.88/0.0 119:0.14/5.66/0.87/0.0 121:0.27/7.44/0.18/0.0" label="override default values (see Documentation); use the following format: &lt;channel&gt;:&lt;-2Da&gt;/&lt;-1Da&gt;/&lt;+1Da&gt;/&lt;+2Da&gt; ;" help="e.g. '113:0/0.3/4/0' , '116:0.1/0.3/3/0.2' (space separated list, in order to allow for spaces in list items surround them by single quotes)">
489 <expand macro="list_string_val"/> 499 <expand macro="list_string_val" name="isotope_correction_values_8plex"/>
490 <expand macro="list_string_san"/> 500 <expand macro="list_string_san" name="isotope_correction_values_8plex"/>
491 </param> 501 </param>
492 <param name="Y_contamination" argument="-algorithm:MSSim:Labeling:itraq:Y_contamination" type="float" optional="true" min="0.0" max="1.0" value="0.3" label="Efficiency of labeling tyrosine ('Y') residues" help="0=off, 1=full labeling"/> 502 <param name="Y_contamination" argument="-algorithm:MSSim:Labeling:itraq:Y_contamination" type="float" optional="true" min="0.0" max="1.0" value="0.3" label="Efficiency of labeling tyrosine ('Y') residues" help="0=off, 1=full labeling"/>
493 </section> 503 </section>
494 <section name="o18" title="18O labeling on MS1 level with 2 channels, requiring trypsin digestion" help="" expanded="false"> 504 <section name="o18" title="18O labeling on MS1 level with 2 channels, requiring trypsin digestion" help="" expanded="false">
495 <param name="labeling_efficiency" argument="-algorithm:MSSim:Labeling:o18:labeling_efficiency" type="float" optional="true" min="0.0" max="1.0" value="1.0" label="Describes the distribution of the labeled peptide over the different states (unlabeled, mono- and di-labeled)" help=""/> 505 <param name="labeling_efficiency" argument="-algorithm:MSSim:Labeling:o18:labeling_efficiency" type="float" optional="true" min="0.0" max="1.0" value="1.0" label="Describes the distribution of the labeled peptide over the different states (unlabeled, mono- and di-labeled)" help=""/>
496 </section> 506 </section>
497 </section> 507 </section>
498 </section> 508 </section>
499 <section name="RandomNumberGenerators" title="Parameters for generating the random aspects" help="(e.g. noise) in the simulated data. The generation is separated into two parts, the technical part, like noise in the raw signal, and the biological part, like systematic deviations in the predicted retention times" expanded="false"> 509 <section name="RandomNumberGenerators" title="Parameters for generating the random aspects" help="(e.g. noise) in the simulated data. The generation is separated into two parts, the technical part, like noise in the raw signal, and the biological part, like systematic deviations in the predicted retention times" expanded="false">
500 <param name="biological" argument="-algorithm:RandomNumberGenerators:biological" display="radio" type="select" optional="false" label="Controls the 'biological' randomness of the generated data" help="(e.g. systematic effects like deviations in RT). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)"> 510 <param name="biological" argument="-algorithm:RandomNumberGenerators:biological" type="select" optional="true" label="Controls the 'biological' randomness of the generated data" help="(e.g. systematic effects like deviations in RT). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)">
501 <option value="reproducible">reproducible</option> 511 <option value="reproducible">reproducible</option>
502 <option value="random" selected="true">random</option> 512 <option value="random" selected="true">random</option>
503 <expand macro="list_string_san"/> 513 <expand macro="list_string_san" name="biological"/>
504 </param> 514 </param>
505 <param name="technical" argument="-algorithm:RandomNumberGenerators:technical" display="radio" type="select" optional="false" label="Controls the 'technical' randomness of the generated data" help="(e.g. noise in the raw signal). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)"> 515 <param name="technical" argument="-algorithm:RandomNumberGenerators:technical" type="select" optional="true" label="Controls the 'technical' randomness of the generated data" help="(e.g. noise in the raw signal). If set to 'random' each experiment will look different. If set to 'reproducible' each experiment will have the same outcome (given that the input data is the same)">
506 <option value="reproducible">reproducible</option> 516 <option value="reproducible">reproducible</option>
507 <option value="random" selected="true">random</option> 517 <option value="random" selected="true">random</option>
508 <expand macro="list_string_san"/> 518 <expand macro="list_string_san" name="technical"/>
509 </param> 519 </param>
510 </section> 520 </section>
511 </section> 521 </section>
512 <expand macro="adv_opts_macro"> 522 <expand macro="adv_opts_macro">
513 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 523 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
514 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 524 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
515 <expand macro="list_string_san"/> 525 <expand macro="list_string_san" name="test"/>
516 </param> 526 </param>
517 </expand> 527 </expand>
518 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 528 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
519 <option value="out_FLAG">out (output: simulated MS raw (profile) data)</option> 529 <option value="out_FLAG">out (output: simulated MS raw (profile) data)</option>
520 <option value="out_pm_FLAG">out_pm (output: ground-truth picked (centroided) MS data)</option> 530 <option value="out_pm_FLAG">out_pm (output: ground-truth picked (centroided) MS data)</option>
553 </data> 563 </data>
554 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 564 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
555 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 565 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
556 </data> 566 </data>
557 </outputs> 567 </outputs>
558 <tests> 568 <tests><test expect_num_outputs="1"><!-- same input as used in the MSGF+Adapter -->
559 <expand macro="autotest_MSSimulator"/> 569 <param name="adv_opts|test" value="true"/>
560 <expand macro="manutest_MSSimulator"/> 570 <param name="in" ftype="fasta" value="DecoyDatabase_1.fasta"/>
561 </tests> 571 <param name="OPTIONAL_OUTPUTS" value="out_FLAG"/>
572 <output name="out" ftype="mzml" value="MSsimulator.mzml" compare="sim_size" delta="1000000" delta_frac="0.1"/>
573 <param name="algorithm|RandomNumberGenerators|biological" value="reproducible"/>
574 <param name="algorithm|RandomNumberGenerators|technical" value="reproducible"/>
575 </test>
576 <test expect_num_outputs="1"><!-- same input as used in the MSGF+Adapter generate MALDI output for use in the test for DeMeanderize -->
577 <param name="adv_opts|test" value="true"/>
578 <param name="in" ftype="fasta" value="DecoyDatabase_1.fasta"/>
579 <param name="OPTIONAL_OUTPUTS" value="out_FLAG"/>
580 <output name="out" ftype="mzml" value="MSsimulator_MALDI.mzml" compare="sim_size" delta="1000000" delta_frac="0.1"/>
581 <param name="algorithm|RandomNumberGenerators|biological" value="reproducible"/>
582 <param name="algorithm|RandomNumberGenerators|technical" value="reproducible"/>
583 <param name="algorithm|MSSim|Global|ionization_type" value="MALDI"/>
584 </test>
585 </tests>
562 <help><![CDATA[A highly configurable simulator for mass spectrometry experiments. 586 <help><![CDATA[A highly configurable simulator for mass spectrometry experiments.
563 587
564 588
565 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_MSSimulator.html]]></help> 589 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_MSSimulator.html]]></help>
566 <expand macro="references"/> 590 <expand macro="references"/>
567 </tool> 591 </tool>