Mercurial > repos > bgruening > openms
comparison IsobaricAnalyzer.xml @ 4:6ead64a594bd draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/openms commit 7a5239910fda9ed90cca286a38855703b40b1b56-dirty
| author | bgruening |
|---|---|
| date | Wed, 27 Jan 2016 10:06:49 -0500 |
| parents | 3d84209d3178 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:ec62782f6c68 | 4:6ead64a594bd |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <tool id="IsobaricAnalyzer" name="IsobaricAnalyzer" version="1.12.0"> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> |
| 3 <description>Calculates isobaric quantitative values for peptides</description> | 3 <!--Proposed Tool Section: [Quantitation]--> |
| 4 <macros> | 4 <tool id="IsobaricAnalyzer" name="IsobaricAnalyzer" version="2.0.0"> |
| 5 <token name="@EXECUTABLE@">IsobaricAnalyzer</token> | 5 <description>Calculates isobaric quantitative values for peptides</description> |
| 6 <import>macros.xml</import> | 6 <macros> |
| 7 </macros> | 7 <token name="@EXECUTABLE@">IsobaricAnalyzer</token> |
| 8 <expand macro="stdio"/> | 8 <import>macros.xml</import> |
| 9 <expand macro="requirements"/> | 9 </macros> |
| 10 <command>IsobaricAnalyzer | 10 <expand macro="references"/> |
| 11 | 11 <expand macro="stdio"/> |
| 12 -type ${param_type} | 12 <expand macro="requirements"/> |
| 13 -in ${param_in} | 13 <command>IsobaricAnalyzer |
| 14 -out ${param_out} | 14 |
| 15 -threads \${GALAXY_SLOTS:-24} | 15 #if $param_type: |
| 16 -id_pool ${param_id_pool} | 16 -type |
| 17 -extraction:select_activation ${param_select_activation} | 17 #if " " in str($param_type): |
| 18 -extraction:reporter_mass_shift ${param_reporter_mass_shift} | 18 "$param_type" |
| 19 -extraction:min_precursor_intensity ${param_min_precursor_intensity} | 19 #else |
| 20 ${param_keep_unannotated_precursor} | 20 $param_type |
| 21 -extraction:min_reporter_intensity ${param_min_reporter_intensity} | 21 #end if |
| 22 ${param_discard_low_intensity_quantifications} | 22 #end if |
| 23 -extraction:min_precursor_purity ${param_min_precursor_purity} | 23 #if $param_in: |
| 24 -itraq4plex:channel_114_description ${param_channel_114_description} | 24 -in $param_in |
| 25 -itraq4plex:channel_115_description ${param_channel_115_description} | 25 #end if |
| 26 -itraq4plex:channel_116_description ${param_channel_116_description} | 26 #if $param_out: |
| 27 -itraq4plex:channel_117_description ${param_channel_117_description} | 27 -out $param_out |
| 28 -itraq4plex:reference_channel ${param_reference_channel} | 28 #end if |
| 29 -itraq4plex:correction_matrix ${param_correction_matrix} | 29 -threads \${GALAXY_SLOTS:-24} |
| 30 -itraq8plex:channel_113_description ${param_channel_113_description} | 30 #if $param_extraction_select_activation: |
| 31 -itraq8plex:channel_114_description ${param_channel_114_description} | 31 -extraction:select_activation |
| 32 -itraq8plex:channel_115_description ${param_channel_115_description} | 32 #if " " in str($param_extraction_select_activation): |
| 33 -itraq8plex:channel_116_description ${param_channel_116_description} | 33 "$param_extraction_select_activation" |
| 34 -itraq8plex:channel_117_description ${param_channel_117_description} | 34 #else |
| 35 -itraq8plex:channel_118_description ${param_channel_118_description} | 35 $param_extraction_select_activation |
| 36 -itraq8plex:channel_119_description ${param_channel_119_description} | 36 #end if |
| 37 -itraq8plex:channel_121_description ${param_channel_121_description} | 37 #end if |
| 38 -itraq8plex:reference_channel ${param_reference_channel} | 38 #if $param_extraction_reporter_mass_shift: |
| 39 -itraq8plex:correction_matrix ${param_correction_matrix} | 39 -extraction:reporter_mass_shift $param_extraction_reporter_mass_shift |
| 40 ${param_isotope_correction} | 40 #end if |
| 41 ${param_normalization} | 41 #if $param_extraction_min_precursor_intensity: |
| 42 -tmt10plex:channel_126_description ${param_channel_126_description} | 42 -extraction:min_precursor_intensity $param_extraction_min_precursor_intensity |
| 43 -tmt10plex:channel_127N_description ${param_channel_127N_description} | 43 #end if |
| 44 -tmt10plex:channel_127C_description ${param_channel_127C_description} | 44 #if $param_extraction_keep_unannotated_precursor: |
| 45 -tmt10plex:channel_128N_description ${param_channel_128N_description} | 45 -extraction:keep_unannotated_precursor |
| 46 -tmt10plex:channel_128C_description ${param_channel_128C_description} | 46 #end if |
| 47 -tmt10plex:channel_129N_description ${param_channel_129N_description} | 47 #if $param_extraction_min_reporter_intensity: |
| 48 -tmt10plex:channel_129C_description ${param_channel_129C_description} | 48 -extraction:min_reporter_intensity $param_extraction_min_reporter_intensity |
| 49 -tmt10plex:channel_130N_description ${param_channel_130N_description} | 49 #end if |
| 50 -tmt10plex:channel_130C_description ${param_channel_130C_description} | 50 #if $param_extraction_discard_low_intensity_quantifications: |
| 51 -tmt10plex:channel_131_description ${param_channel_131_description} | 51 -extraction:discard_low_intensity_quantifications |
| 52 -tmt10plex:reference_channel ${param_reference_channel} | 52 #end if |
| 53 -tmt10plex:correction_matrix ${param_correction_matrix} | 53 #if $param_extraction_min_precursor_purity: |
| 54 -tmt6plex:channel_126_description ${param_channel_126_description} | 54 -extraction:min_precursor_purity $param_extraction_min_precursor_purity |
| 55 -tmt6plex:channel_127_description ${param_channel_127_description} | 55 #end if |
| 56 -tmt6plex:channel_128_description ${param_channel_128_description} | 56 #if $param_itraq4plex_channel_114_description: |
| 57 -tmt6plex:channel_129_description ${param_channel_129_description} | 57 -itraq4plex:channel_114_description "$param_itraq4plex_channel_114_description" |
| 58 -tmt6plex:channel_130_description ${param_channel_130_description} | 58 #end if |
| 59 -tmt6plex:channel_131_description ${param_channel_131_description} | 59 #if $param_itraq4plex_channel_115_description: |
| 60 -tmt6plex:reference_channel ${param_reference_channel} | 60 -itraq4plex:channel_115_description "$param_itraq4plex_channel_115_description" |
| 61 -tmt6plex:correction_matrix ${param_correction_matrix} | 61 #end if |
| 62 #if $param_itraq4plex_channel_116_description: | |
| 63 -itraq4plex:channel_116_description "$param_itraq4plex_channel_116_description" | |
| 64 #end if | |
| 65 #if $param_itraq4plex_channel_117_description: | |
| 66 -itraq4plex:channel_117_description "$param_itraq4plex_channel_117_description" | |
| 67 #end if | |
| 68 #if $param_itraq4plex_reference_channel: | |
| 69 -itraq4plex:reference_channel $param_itraq4plex_reference_channel | |
| 70 #end if | |
| 71 | |
| 72 #if $rep_param_itraq4plex_correction_matrix: | |
| 73 -itraq4plex:correction_matrix | |
| 74 #for token in $rep_param_itraq4plex_correction_matrix: | |
| 75 #if " " in str(token): | |
| 76 "$token.param_itraq4plex_correction_matrix" | |
| 77 #else | |
| 78 $token.param_itraq4plex_correction_matrix | |
| 79 #end if | |
| 80 #end for | |
| 81 #end if | |
| 82 #if $param_itraq8plex_channel_113_description: | |
| 83 -itraq8plex:channel_113_description "$param_itraq8plex_channel_113_description" | |
| 84 #end if | |
| 85 #if $param_itraq8plex_channel_114_description: | |
| 86 -itraq8plex:channel_114_description "$param_itraq8plex_channel_114_description" | |
| 87 #end if | |
| 88 #if $param_itraq8plex_channel_115_description: | |
| 89 -itraq8plex:channel_115_description "$param_itraq8plex_channel_115_description" | |
| 90 #end if | |
| 91 #if $param_itraq8plex_channel_116_description: | |
| 92 -itraq8plex:channel_116_description "$param_itraq8plex_channel_116_description" | |
| 93 #end if | |
| 94 #if $param_itraq8plex_channel_117_description: | |
| 95 -itraq8plex:channel_117_description "$param_itraq8plex_channel_117_description" | |
| 96 #end if | |
| 97 #if $param_itraq8plex_channel_118_description: | |
| 98 -itraq8plex:channel_118_description "$param_itraq8plex_channel_118_description" | |
| 99 #end if | |
| 100 #if $param_itraq8plex_channel_119_description: | |
| 101 -itraq8plex:channel_119_description "$param_itraq8plex_channel_119_description" | |
| 102 #end if | |
| 103 #if $param_itraq8plex_channel_121_description: | |
| 104 -itraq8plex:channel_121_description "$param_itraq8plex_channel_121_description" | |
| 105 #end if | |
| 106 #if $param_itraq8plex_reference_channel: | |
| 107 -itraq8plex:reference_channel $param_itraq8plex_reference_channel | |
| 108 #end if | |
| 109 | |
| 110 #if $rep_param_itraq8plex_correction_matrix: | |
| 111 -itraq8plex:correction_matrix | |
| 112 #for token in $rep_param_itraq8plex_correction_matrix: | |
| 113 #if " " in str(token): | |
| 114 "$token.param_itraq8plex_correction_matrix" | |
| 115 #else | |
| 116 $token.param_itraq8plex_correction_matrix | |
| 117 #end if | |
| 118 #end for | |
| 119 #end if | |
| 120 #if $param_quantification_isotope_correction: | |
| 121 -quantification:isotope_correction | |
| 122 #end if | |
| 123 #if $param_quantification_normalization: | |
| 124 -quantification:normalization | |
| 125 #end if | |
| 126 #if $param_tmt10plex_channel_126_description: | |
| 127 -tmt10plex:channel_126_description "$param_tmt10plex_channel_126_description" | |
| 128 #end if | |
| 129 #if $param_tmt10plex_channel_127N_description: | |
| 130 -tmt10plex:channel_127N_description "$param_tmt10plex_channel_127N_description" | |
| 131 #end if | |
| 132 #if $param_tmt10plex_channel_127C_description: | |
| 133 -tmt10plex:channel_127C_description "$param_tmt10plex_channel_127C_description" | |
| 134 #end if | |
| 135 #if $param_tmt10plex_channel_128N_description: | |
| 136 -tmt10plex:channel_128N_description "$param_tmt10plex_channel_128N_description" | |
| 137 #end if | |
| 138 #if $param_tmt10plex_channel_128C_description: | |
| 139 -tmt10plex:channel_128C_description "$param_tmt10plex_channel_128C_description" | |
| 140 #end if | |
| 141 #if $param_tmt10plex_channel_129N_description: | |
| 142 -tmt10plex:channel_129N_description "$param_tmt10plex_channel_129N_description" | |
| 143 #end if | |
| 144 #if $param_tmt10plex_channel_129C_description: | |
| 145 -tmt10plex:channel_129C_description "$param_tmt10plex_channel_129C_description" | |
| 146 #end if | |
| 147 #if $param_tmt10plex_channel_130N_description: | |
| 148 -tmt10plex:channel_130N_description "$param_tmt10plex_channel_130N_description" | |
| 149 #end if | |
| 150 #if $param_tmt10plex_channel_130C_description: | |
| 151 -tmt10plex:channel_130C_description "$param_tmt10plex_channel_130C_description" | |
| 152 #end if | |
| 153 #if $param_tmt10plex_channel_131_description: | |
| 154 -tmt10plex:channel_131_description "$param_tmt10plex_channel_131_description" | |
| 155 #end if | |
| 156 #if $param_tmt10plex_reference_channel: | |
| 157 -tmt10plex:reference_channel | |
| 158 #if " " in str($param_tmt10plex_reference_channel): | |
| 159 "$param_tmt10plex_reference_channel" | |
| 160 #else | |
| 161 $param_tmt10plex_reference_channel | |
| 162 #end if | |
| 163 #end if | |
| 164 | |
| 165 #if $rep_param_tmt10plex_correction_matrix: | |
| 166 -tmt10plex:correction_matrix | |
| 167 #for token in $rep_param_tmt10plex_correction_matrix: | |
| 168 #if " " in str(token): | |
| 169 "$token.param_tmt10plex_correction_matrix" | |
| 170 #else | |
| 171 $token.param_tmt10plex_correction_matrix | |
| 172 #end if | |
| 173 #end for | |
| 174 #end if | |
| 175 #if $param_tmt6plex_channel_126_description: | |
| 176 -tmt6plex:channel_126_description "$param_tmt6plex_channel_126_description" | |
| 177 #end if | |
| 178 #if $param_tmt6plex_channel_127_description: | |
| 179 -tmt6plex:channel_127_description "$param_tmt6plex_channel_127_description" | |
| 180 #end if | |
| 181 #if $param_tmt6plex_channel_128_description: | |
| 182 -tmt6plex:channel_128_description "$param_tmt6plex_channel_128_description" | |
| 183 #end if | |
| 184 #if $param_tmt6plex_channel_129_description: | |
| 185 -tmt6plex:channel_129_description "$param_tmt6plex_channel_129_description" | |
| 186 #end if | |
| 187 #if $param_tmt6plex_channel_130_description: | |
| 188 -tmt6plex:channel_130_description "$param_tmt6plex_channel_130_description" | |
| 189 #end if | |
| 190 #if $param_tmt6plex_channel_131_description: | |
| 191 -tmt6plex:channel_131_description "$param_tmt6plex_channel_131_description" | |
| 192 #end if | |
| 193 #if $param_tmt6plex_reference_channel: | |
| 194 -tmt6plex:reference_channel $param_tmt6plex_reference_channel | |
| 195 #end if | |
| 196 | |
| 197 #if $rep_param_tmt6plex_correction_matrix: | |
| 198 -tmt6plex:correction_matrix | |
| 199 #for token in $rep_param_tmt6plex_correction_matrix: | |
| 200 #if " " in str(token): | |
| 201 "$token.param_tmt6plex_correction_matrix" | |
| 202 #else | |
| 203 $token.param_tmt6plex_correction_matrix | |
| 204 #end if | |
| 205 #end for | |
| 206 #end if | |
| 62 #if $adv_opts.adv_opts_selector=='advanced': | 207 #if $adv_opts.adv_opts_selector=='advanced': |
| 63 -extraction:precursor_isotope_deviation ${adv_opts.param_precursor_isotope_deviation} | 208 #if $adv_opts.param_force: |
| 209 -force | |
| 210 #end if | |
| 211 #if $adv_opts.param_extraction_precursor_isotope_deviation: | |
| 212 -extraction:precursor_isotope_deviation $adv_opts.param_extraction_precursor_isotope_deviation | |
| 213 #end if | |
| 214 #if $adv_opts.param_extraction_purity_interpolation: | |
| 215 -extraction:purity_interpolation | |
| 216 #end if | |
| 64 #end if | 217 #end if |
| 65 </command> | 218 </command> |
| 66 <inputs> | 219 <inputs> |
| 67 <param name="param_type" type="select" optional="True" value="itraq4plex" label="Isobaric Quantitation method used in the experiment." help="(-type)"> | 220 <param help="(-type) " label="Isobaric Quantitation method used in the experiment" name="param_type" optional="True" type="select" value="itraq4plex"> |
| 68 <option value="itraq4plex">itraq4plex</option> | 221 <option value="itraq4plex">itraq4plex</option> |
| 69 <option value="itraq8plex">itraq8plex</option> | 222 <option value="itraq8plex">itraq8plex</option> |
| 70 <option value="tmt10plex">tmt10plex</option> | 223 <option value="tmt10plex">tmt10plex</option> |
| 71 <option value="tmt6plex">tmt6plex</option> | 224 <option value="tmt6plex">tmt6plex</option> |
| 72 </param> | 225 </param> |
| 73 <param name="param_in" type="data" format="mzML" optional="False" label="input raw/picked data file " help="(-in)"/> | 226 <param format="mzml" help="(-in) " label="input raw/picked data file" name="param_in" optional="False" type="data"/> |
| 74 <param name="param_id_pool" type="text" size="20" label="ID pool file to DocumentID's for all generated output files. Disabled by default. (Set to 'main' to use /home/thouwaar/Projects/OpenMS/share/OpenMS/IDPool/IDPool.txt)" help="(-id_pool)"/> | 227 <param help="(-select_activation) e.g., usually HCD for iTRAQ). Set to empty string if you want to disable filtering" label="Operate only on MSn scans where any of its precursors features a certain activation method (" name="param_extraction_select_activation" optional="True" type="select" value="High-energy collision-induced dissociation"> |
| 75 <param name="param_select_activation" type="select" optional="True" value="High-energy collision-induced dissociation" label="Operate only on MSn scans where any of its precursors features a certain activation method (e.g., usually HCD for iTRAQ). Set to empty string if you want to disable filtering." help="(-select_activation)"> | 228 <option value="Collision-induced dissociation">Collision-induced dissociation</option> |
| 76 <option value="Collision-induced dissociation">Collision-induced dissociation</option> | 229 <option value="Post-source decay">Post-source decay</option> |
| 77 <option value="Post-source decay">Post-source decay</option> | 230 <option value="Plasma desorption">Plasma desorption</option> |
| 78 <option value="Plasma desorption">Plasma desorption</option> | 231 <option value="Surface-induced dissociation">Surface-induced dissociation</option> |
| 79 <option value="Surface-induced dissociation">Surface-induced dissociation</option> | 232 <option value="Blackbody infrared radiative dissociation">Blackbody infrared radiative dissociation</option> |
| 80 <option value="Blackbody infrared radiative dissociation">Blackbody infrared radiative dissociation</option> | 233 <option value="Electron capture dissociation">Electron capture dissociation</option> |
| 81 <option value="Electron capture dissociation">Electron capture dissociation</option> | 234 <option value="Infrared multiphoton dissociation">Infrared multiphoton dissociation</option> |
| 82 <option value="Infrared multiphoton dissociation">Infrared multiphoton dissociation</option> | 235 <option value="Sustained off-resonance irradiation">Sustained off-resonance irradiation</option> |
| 83 <option value="Sustained off-resonance irradiation">Sustained off-resonance irradiation</option> | 236 <option value="High-energy collision-induced dissociation">High-energy collision-induced dissociation</option> |
| 84 <option value="High-energy collision-induced dissociation">High-energy collision-induced dissociation</option> | 237 <option value="Low-energy collision-induced dissociation">Low-energy collision-induced dissociation</option> |
| 85 <option value="Low-energy collision-induced dissociation">Low-energy collision-induced dissociation</option> | 238 <option value="Photodissociation">Photodissociation</option> |
| 86 <option value="Photodissociation">Photodissociation</option> | 239 <option value="Electron transfer dissociation">Electron transfer dissociation</option> |
| 87 <option value="Electron transfer dissociation">Electron transfer dissociation</option> | 240 <option value=""></option> |
| 88 <option value=""></option> | 241 </param> |
| 89 </param> | 242 <param help="(-reporter_mass_shift) " label="Allowed shift (left to right) in Da from the expected position" max="0.5" min="1e-08" name="param_extraction_reporter_mass_shift" optional="True" type="float" value="0.1"/> |
| 90 <param name="param_reporter_mass_shift" type="float" min="1e-08" max="0.5" optional="True" value="0.1" label="Allowed shift (left to right) in Da from the expected position." help="(-reporter_mass_shift)"/> | 243 <param help="(-min_precursor_intensity) MS/MS scans having a precursor with a lower intensity will not be considered for quantitation" label="Minimum intensity of the precursor to be extracted" min="0.0" name="param_extraction_min_precursor_intensity" optional="True" type="float" value="1.0"/> |
| 91 <param name="param_min_precursor_intensity" type="float" min="0.0" optional="True" value="1.0" label="Minimum intensity of the precursor to be extracted. MS/MS scans having a precursor with a lower intensity will not be considered for quantitation." help="(-min_precursor_intensity)"/> | 244 <param checked="true" falsevalue="" help="(-keep_unannotated_precursor) " label="Flag if precursor with missing intensity value or missing precursor spectrum should be included or not" name="param_extraction_keep_unannotated_precursor" optional="True" truevalue="-extraction:keep_unannotated_precursor" type="boolean"/> |
| 92 <param name="param_keep_unannotated_precursor" type="boolean" truevalue="-extraction:keep_unannotated_precursor true" falsevalue="-extraction:keep_unannotated_precursor false" checked="true" optional="True" label="Flag if precursor with missing intensity value or missing precursor spectrum should be included or not." help="(-keep_unannotated_precursor)"/> | 245 <param help="(-min_reporter_intensity) " label="Minimum intensity of the individual reporter ions to be extracted" min="0.0" name="param_extraction_min_reporter_intensity" optional="True" type="float" value="0.0"/> |
| 93 <param name="param_min_reporter_intensity" type="float" min="0.0" optional="True" value="0.0" label="Minimum intenesity of the individual reporter ions to be used extracted." help="(-min_reporter_intensity)"/> | 246 <param checked="false" falsevalue="" help="(-discard_low_intensity_quantifications) " label="Remove all reporter intensities if a single reporter is below the threshold given in 'min_reporter_intensity'" name="param_extraction_discard_low_intensity_quantifications" optional="True" truevalue="-extraction:discard_low_intensity_quantifications" type="boolean"/> |
| 94 <param name="param_discard_low_intensity_quantifications" type="boolean" truevalue="-extraction:discard_low_intensity_quantifications true" falsevalue="-extraction:discard_low_intensity_quantifications false" checked="false" optional="True" label="Remove all reporter intensities if a single reporter is below the threshold given in min_reporter_intensity." help="(-discard_low_intensity_quantifications)"/> | 247 <param help="(-min_precursor_purity) " label="Minimum fraction of the total intensity in the isolation window of the precursor spectrum attributable to the selected precurso" max="1.0" min="0.0" name="param_extraction_min_precursor_purity" optional="True" type="float" value="0.0"/> |
| 95 <param name="param_min_precursor_purity" type="float" min="0.0" max="1.0" optional="True" value="0.0" label="Minimum fraction of the total intensity in the isolation window of the precursor spectrum attributable to the selected precursor." help="(-min_precursor_purity)"/> | 248 <param help="(-channel_114_description) " label="Description for the content of the 114 channel" name="param_itraq4plex_channel_114_description" size="30" type="text"> |
| 96 <param name="param_channel_114_description" type="text" size="20" label="Description for the content of the 114 channel." help="(-channel_114_description)"/> | 249 <sanitizer> |
| 97 <param name="param_channel_115_description" type="text" size="20" label="Description for the content of the 115 channel." help="(-channel_115_description)"/> | 250 <valid initial="string.printable"> |
| 98 <param name="param_channel_116_description" type="text" size="20" label="Description for the content of the 116 channel." help="(-channel_116_description)"/> | 251 <remove value="'"/> |
| 99 <param name="param_channel_117_description" type="text" size="20" label="Description for the content of the 117 channel." help="(-channel_117_description)"/> | 252 <remove value="""/> |
| 100 <param name="param_reference_channel" type="integer" min="114" max="117" optional="True" value="114" label="Number of the reference channel (114-117)." help="(-reference_channel)"/> | 253 </valid> |
| 101 <param name="param_correction_matrix" type="text" size="20" value="0.0/1.0/5.9/0.2 0.0/2.0/5.6/0.1 0.0/3.0/4.5/0.1 0.1/4.0/3.5/0.1" label="Override default values (see Documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '0/0.3/4/0' , '0.1/0.3/3/0.2'" help="(-correction_matrix)"/> | 254 </sanitizer> |
| 102 <param name="param_channel_113_description" type="text" size="20" label="Description for the content of the 113 channel." help="(-channel_113_description)"/> | 255 </param> |
| 103 <param name="param_channel_114_description" type="text" size="20" label="Description for the content of the 114 channel." help="(-channel_114_description)"/> | 256 <param help="(-channel_115_description) " label="Description for the content of the 115 channel" name="param_itraq4plex_channel_115_description" size="30" type="text"> |
| 104 <param name="param_channel_115_description" type="text" size="20" label="Description for the content of the 115 channel." help="(-channel_115_description)"/> | 257 <sanitizer> |
| 105 <param name="param_channel_116_description" type="text" size="20" label="Description for the content of the 116 channel." help="(-channel_116_description)"/> | 258 <valid initial="string.printable"> |
| 106 <param name="param_channel_117_description" type="text" size="20" label="Description for the content of the 117 channel." help="(-channel_117_description)"/> | 259 <remove value="'"/> |
| 107 <param name="param_channel_118_description" type="text" size="20" label="Description for the content of the 118 channel." help="(-channel_118_description)"/> | 260 <remove value="""/> |
| 108 <param name="param_channel_119_description" type="text" size="20" label="Description for the content of the 119 channel." help="(-channel_119_description)"/> | 261 </valid> |
| 109 <param name="param_channel_121_description" type="text" size="20" label="Description for the content of the 121 channel." help="(-channel_121_description)"/> | 262 </sanitizer> |
| 110 <param name="param_reference_channel" type="integer" min="113" max="121" optional="True" value="113" label="Number of the reference channel (113-121). Please note that 120 is not valid." help="(-reference_channel)"/> | 263 </param> |
| 111 <param name="param_correction_matrix" type="text" size="20" value="0.00/0.00/6.89/0.22 0.00/0.94/5.90/0.16 0.00/1.88/4.90/0.10 0.00/2.82/3.90/0.07 0.06/3.77/2.99/0.00 0.09/4.71/1.88/0.00 0.14/5.66/0.87/0.00 0.27/7.44/0.18/0.00" label="Override default values (see Documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '0/0.3/4/0' , '0.1/0.3/3/0.2'" help="(-correction_matrix)"/> | 264 <param help="(-channel_116_description) " label="Description for the content of the 116 channel" name="param_itraq4plex_channel_116_description" size="30" type="text"> |
| 112 <param name="param_isotope_correction" type="boolean" truevalue="-quantification:isotope_correction true" falsevalue="-quantification:isotope_correction false" checked="true" optional="True" label="Enable isotope correction (highly recommended). Note that you need to provide a correct isotope correction matrix otherwise the tool will fail or produce invalid results." help="(-isotope_correction)"/> | 265 <sanitizer> |
| 113 <param name="param_normalization" type="boolean" truevalue="-quantification:normalization true" falsevalue="-quantification:normalization false" checked="false" optional="True" label="Enable normalization of channel intensities with respect to the reference channel. The normalization is done by using the Median of Ratios (every channel / Reference). Also the ratio of medians (from any channel and reference) is provided as control measure!" help="(-normalization)"/> | 266 <valid initial="string.printable"> |
| 114 <param name="param_channel_126_description" type="text" size="20" label="Description for the content of the 126 channel." help="(-channel_126_description)"/> | 267 <remove value="'"/> |
| 115 <param name="param_channel_127N_description" type="text" size="20" label="Description for the content of the 127N channel." help="(-channel_127N_description)"/> | 268 <remove value="""/> |
| 116 <param name="param_channel_127C_description" type="text" size="20" label="Description for the content of the 127C channel." help="(-channel_127C_description)"/> | 269 </valid> |
| 117 <param name="param_channel_128N_description" type="text" size="20" label="Description for the content of the 128N channel." help="(-channel_128N_description)"/> | 270 </sanitizer> |
| 118 <param name="param_channel_128C_description" type="text" size="20" label="Description for the content of the 128C channel." help="(-channel_128C_description)"/> | 271 </param> |
| 119 <param name="param_channel_129N_description" type="text" size="20" label="Description for the content of the 129N channel." help="(-channel_129N_description)"/> | 272 <param help="(-channel_117_description) " label="Description for the content of the 117 channel" name="param_itraq4plex_channel_117_description" size="30" type="text"> |
| 120 <param name="param_channel_129C_description" type="text" size="20" label="Description for the content of the 129C channel." help="(-channel_129C_description)"/> | 273 <sanitizer> |
| 121 <param name="param_channel_130N_description" type="text" size="20" label="Description for the content of the 130N channel." help="(-channel_130N_description)"/> | 274 <valid initial="string.printable"> |
| 122 <param name="param_channel_130C_description" type="text" size="20" label="Description for the content of the 130C channel." help="(-channel_130C_description)"/> | 275 <remove value="'"/> |
| 123 <param name="param_channel_131_description" type="text" size="20" label="Description for the content of the 131 channel." help="(-channel_131_description)"/> | 276 <remove value="""/> |
| 124 <param name="param_reference_channel" type="select" optional="True" value="126" label="The reference channel (126, 127N, 127C, 128N, 128C, 129N, 129C, 130N, 130C, 131)." help="(-reference_channel)"> | 277 </valid> |
| 125 <option value="126">126</option> | 278 </sanitizer> |
| 126 <option value="127N">127N</option> | 279 </param> |
| 127 <option value="127C">127C</option> | 280 <param help="(-reference_channel) " label="Number of the reference channel (114-117)" max="117" min="114" name="param_itraq4plex_reference_channel" optional="True" type="integer" value="114"/> |
| 128 <option value="128N">128N</option> | 281 <repeat max="1" min="0" name="rep_param_itraq4plex_correction_matrix" title="param_itraq4plex_correction_matrix"> |
| 129 <option value="128C">128C</option> | 282 <param help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" name="param_itraq4plex_correction_matrix" size="30" type="text" value="0.0/1.0/5.9/0.2 0.0/2.0/5.6/0.1 0.0/3.0/4.5/0.1 0.1/4.0/3.5/0.1"> |
| 130 <option value="129N">129N</option> | 283 <sanitizer> |
| 131 <option value="129C">129C</option> | 284 <valid initial="string.printable"> |
| 132 <option value="130N">130N</option> | 285 <remove value="'"/> |
| 133 <option value="130C">130C</option> | 286 <remove value="""/> |
| 134 <option value="131">131</option> | 287 </valid> |
| 135 </param> | 288 </sanitizer> |
| 136 <param name="param_correction_matrix" type="text" size="20" value="0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0" label="Override default values (see Documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '0/0.3/4/0' , '0.1/0.3/3/0.2'" help="(-correction_matrix)"/> | 289 </param> |
| 137 <param name="param_channel_126_description" type="text" size="20" label="Description for the content of the 126 channel." help="(-channel_126_description)"/> | 290 </repeat> |
| 138 <param name="param_channel_127_description" type="text" size="20" label="Description for the content of the 127 channel." help="(-channel_127_description)"/> | 291 <param help="(-channel_113_description) " label="Description for the content of the 113 channel" name="param_itraq8plex_channel_113_description" size="30" type="text"> |
| 139 <param name="param_channel_128_description" type="text" size="20" label="Description for the content of the 128 channel." help="(-channel_128_description)"/> | 292 <sanitizer> |
| 140 <param name="param_channel_129_description" type="text" size="20" label="Description for the content of the 129 channel." help="(-channel_129_description)"/> | 293 <valid initial="string.printable"> |
| 141 <param name="param_channel_130_description" type="text" size="20" label="Description for the content of the 130 channel." help="(-channel_130_description)"/> | 294 <remove value="'"/> |
| 142 <param name="param_channel_131_description" type="text" size="20" label="Description for the content of the 131 channel." help="(-channel_131_description)"/> | 295 <remove value="""/> |
| 143 <param name="param_reference_channel" type="integer" min="126" max="131" optional="True" value="126" label="Number of the reference channel (126-131)." help="(-reference_channel)"/> | 296 </valid> |
| 144 <param name="param_correction_matrix" type="text" size="20" value="0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0" label="Override default values (see Documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da> ; e.g. '0/0.3/4/0' , '0.1/0.3/3/0.2'" help="(-correction_matrix)"/> | 297 </sanitizer> |
| 145 <expand macro="advanced_options"> | 298 </param> |
| 146 <param name="param_precursor_isotope_deviation" type="float" min="0.0" optional="True" value="0.02" label="Maximum allowed deviation between theoretical and observed isotopic peaks of the precursor peak in the isolation window to be counted as part of the precursor." help="(-precursor_isotope_deviation)"/> | 299 <param help="(-channel_114_description) " label="Description for the content of the 114 channel" name="param_itraq8plex_channel_114_description" size="30" type="text"> |
| 147 </expand> | 300 <sanitizer> |
| 148 </inputs> | 301 <valid initial="string.printable"> |
| 149 <outputs> | 302 <remove value="'"/> |
| 150 <data name="param_out" label="output consensusXML file with quantitative information" format="consensusXML"/> | 303 <remove value="""/> |
| 151 </outputs> | 304 </valid> |
| 152 <help>**What it does** | 305 </sanitizer> |
| 153 | 306 </param> |
| 154 Calculates isobaric quantitative values for peptides | 307 <param help="(-channel_115_description) " label="Description for the content of the 115 channel" name="param_itraq8plex_channel_115_description" size="30" type="text"> |
| 155 | 308 <sanitizer> |
| 156 | 309 <valid initial="string.printable"> |
| 157 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IsobaricAnalyzer.html | 310 <remove value="'"/> |
| 158 | 311 <remove value="""/> |
| 159 @REFERENCES@ | 312 </valid> |
| 160 </help> | 313 </sanitizer> |
| 161 </tool> | 314 </param> |
| 315 <param help="(-channel_116_description) " label="Description for the content of the 116 channel" name="param_itraq8plex_channel_116_description" size="30" type="text"> | |
| 316 <sanitizer> | |
| 317 <valid initial="string.printable"> | |
| 318 <remove value="'"/> | |
| 319 <remove value="""/> | |
| 320 </valid> | |
| 321 </sanitizer> | |
| 322 </param> | |
| 323 <param help="(-channel_117_description) " label="Description for the content of the 117 channel" name="param_itraq8plex_channel_117_description" size="30" type="text"> | |
| 324 <sanitizer> | |
| 325 <valid initial="string.printable"> | |
| 326 <remove value="'"/> | |
| 327 <remove value="""/> | |
| 328 </valid> | |
| 329 </sanitizer> | |
| 330 </param> | |
| 331 <param help="(-channel_118_description) " label="Description for the content of the 118 channel" name="param_itraq8plex_channel_118_description" size="30" type="text"> | |
| 332 <sanitizer> | |
| 333 <valid initial="string.printable"> | |
| 334 <remove value="'"/> | |
| 335 <remove value="""/> | |
| 336 </valid> | |
| 337 </sanitizer> | |
| 338 </param> | |
| 339 <param help="(-channel_119_description) " label="Description for the content of the 119 channel" name="param_itraq8plex_channel_119_description" size="30" type="text"> | |
| 340 <sanitizer> | |
| 341 <valid initial="string.printable"> | |
| 342 <remove value="'"/> | |
| 343 <remove value="""/> | |
| 344 </valid> | |
| 345 </sanitizer> | |
| 346 </param> | |
| 347 <param help="(-channel_121_description) " label="Description for the content of the 121 channel" name="param_itraq8plex_channel_121_description" size="30" type="text"> | |
| 348 <sanitizer> | |
| 349 <valid initial="string.printable"> | |
| 350 <remove value="'"/> | |
| 351 <remove value="""/> | |
| 352 </valid> | |
| 353 </sanitizer> | |
| 354 </param> | |
| 355 <param help="(-reference_channel) Please note that 120 is not valid" label="Number of the reference channel (113-121)" max="121" min="113" name="param_itraq8plex_reference_channel" optional="True" type="integer" value="113"/> | |
| 356 <repeat max="1" min="0" name="rep_param_itraq8plex_correction_matrix" title="param_itraq8plex_correction_matrix"> | |
| 357 <param help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" name="param_itraq8plex_correction_matrix" size="30" type="text" value="0.00/0.00/6.89/0.22 0.00/0.94/5.90/0.16 0.00/1.88/4.90/0.10 0.00/2.82/3.90/0.07 0.06/3.77/2.99/0.00 0.09/4.71/1.88/0.00 0.14/5.66/0.87/0.00 0.27/7.44/0.18/0.00"> | |
| 358 <sanitizer> | |
| 359 <valid initial="string.printable"> | |
| 360 <remove value="'"/> | |
| 361 <remove value="""/> | |
| 362 </valid> | |
| 363 </sanitizer> | |
| 364 </param> | |
| 365 </repeat> | |
| 366 <param checked="true" falsevalue="" help="(-isotope_correction) Note that you need to provide a correct isotope correction matrix otherwise the tool will fail or produce invalid results" label="Enable isotope correction (highly recommended)" name="param_quantification_isotope_correction" optional="True" truevalue="-quantification:isotope_correction" type="boolean"/> | |
| 367 <param checked="false" falsevalue="" help="(-normalization) The normalization is done by using the Median of Ratios (every channel / Reference). Also the ratio of medians (from any channel and reference) is provided as control measure!" label="Enable normalization of channel intensities with respect to the reference channel" name="param_quantification_normalization" optional="True" truevalue="-quantification:normalization" type="boolean"/> | |
| 368 <param help="(-channel_126_description) " label="Description for the content of the 126 channel" name="param_tmt10plex_channel_126_description" size="30" type="text"> | |
| 369 <sanitizer> | |
| 370 <valid initial="string.printable"> | |
| 371 <remove value="'"/> | |
| 372 <remove value="""/> | |
| 373 </valid> | |
| 374 </sanitizer> | |
| 375 </param> | |
| 376 <param help="(-channel_127N_description) " label="Description for the content of the 127N channel" name="param_tmt10plex_channel_127N_description" size="30" type="text"> | |
| 377 <sanitizer> | |
| 378 <valid initial="string.printable"> | |
| 379 <remove value="'"/> | |
| 380 <remove value="""/> | |
| 381 </valid> | |
| 382 </sanitizer> | |
| 383 </param> | |
| 384 <param help="(-channel_127C_description) " label="Description for the content of the 127C channel" name="param_tmt10plex_channel_127C_description" size="30" type="text"> | |
| 385 <sanitizer> | |
| 386 <valid initial="string.printable"> | |
| 387 <remove value="'"/> | |
| 388 <remove value="""/> | |
| 389 </valid> | |
| 390 </sanitizer> | |
| 391 </param> | |
| 392 <param help="(-channel_128N_description) " label="Description for the content of the 128N channel" name="param_tmt10plex_channel_128N_description" size="30" type="text"> | |
| 393 <sanitizer> | |
| 394 <valid initial="string.printable"> | |
| 395 <remove value="'"/> | |
| 396 <remove value="""/> | |
| 397 </valid> | |
| 398 </sanitizer> | |
| 399 </param> | |
| 400 <param help="(-channel_128C_description) " label="Description for the content of the 128C channel" name="param_tmt10plex_channel_128C_description" size="30" type="text"> | |
| 401 <sanitizer> | |
| 402 <valid initial="string.printable"> | |
| 403 <remove value="'"/> | |
| 404 <remove value="""/> | |
| 405 </valid> | |
| 406 </sanitizer> | |
| 407 </param> | |
| 408 <param help="(-channel_129N_description) " label="Description for the content of the 129N channel" name="param_tmt10plex_channel_129N_description" size="30" type="text"> | |
| 409 <sanitizer> | |
| 410 <valid initial="string.printable"> | |
| 411 <remove value="'"/> | |
| 412 <remove value="""/> | |
| 413 </valid> | |
| 414 </sanitizer> | |
| 415 </param> | |
| 416 <param help="(-channel_129C_description) " label="Description for the content of the 129C channel" name="param_tmt10plex_channel_129C_description" size="30" type="text"> | |
| 417 <sanitizer> | |
| 418 <valid initial="string.printable"> | |
| 419 <remove value="'"/> | |
| 420 <remove value="""/> | |
| 421 </valid> | |
| 422 </sanitizer> | |
| 423 </param> | |
| 424 <param help="(-channel_130N_description) " label="Description for the content of the 130N channel" name="param_tmt10plex_channel_130N_description" size="30" type="text"> | |
| 425 <sanitizer> | |
| 426 <valid initial="string.printable"> | |
| 427 <remove value="'"/> | |
| 428 <remove value="""/> | |
| 429 </valid> | |
| 430 </sanitizer> | |
| 431 </param> | |
| 432 <param help="(-channel_130C_description) " label="Description for the content of the 130C channel" name="param_tmt10plex_channel_130C_description" size="30" type="text"> | |
| 433 <sanitizer> | |
| 434 <valid initial="string.printable"> | |
| 435 <remove value="'"/> | |
| 436 <remove value="""/> | |
| 437 </valid> | |
| 438 </sanitizer> | |
| 439 </param> | |
| 440 <param help="(-channel_131_description) " label="Description for the content of the 131 channel" name="param_tmt10plex_channel_131_description" size="30" type="text"> | |
| 441 <sanitizer> | |
| 442 <valid initial="string.printable"> | |
| 443 <remove value="'"/> | |
| 444 <remove value="""/> | |
| 445 </valid> | |
| 446 </sanitizer> | |
| 447 </param> | |
| 448 <param help="(-reference_channel) " label="The reference channel (126, 127N, 127C, 128N, 128C, 129N, 129C, 130N, 130C, 131)" name="param_tmt10plex_reference_channel" optional="True" type="select" value="126"> | |
| 449 <option value="126">126</option> | |
| 450 <option value="127N">127N</option> | |
| 451 <option value="127C">127C</option> | |
| 452 <option value="128N">128N</option> | |
| 453 <option value="128C">128C</option> | |
| 454 <option value="129N">129N</option> | |
| 455 <option value="129C">129C</option> | |
| 456 <option value="130N">130N</option> | |
| 457 <option value="130C">130C</option> | |
| 458 <option value="131">131</option> | |
| 459 </param> | |
| 460 <repeat max="1" min="0" name="rep_param_tmt10plex_correction_matrix" title="param_tmt10plex_correction_matrix"> | |
| 461 <param help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" name="param_tmt10plex_correction_matrix" size="30" type="text" value="0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0"> | |
| 462 <sanitizer> | |
| 463 <valid initial="string.printable"> | |
| 464 <remove value="'"/> | |
| 465 <remove value="""/> | |
| 466 </valid> | |
| 467 </sanitizer> | |
| 468 </param> | |
| 469 </repeat> | |
| 470 <param help="(-channel_126_description) " label="Description for the content of the 126 channel" name="param_tmt6plex_channel_126_description" size="30" type="text"> | |
| 471 <sanitizer> | |
| 472 <valid initial="string.printable"> | |
| 473 <remove value="'"/> | |
| 474 <remove value="""/> | |
| 475 </valid> | |
| 476 </sanitizer> | |
| 477 </param> | |
| 478 <param help="(-channel_127_description) " label="Description for the content of the 127 channel" name="param_tmt6plex_channel_127_description" size="30" type="text"> | |
| 479 <sanitizer> | |
| 480 <valid initial="string.printable"> | |
| 481 <remove value="'"/> | |
| 482 <remove value="""/> | |
| 483 </valid> | |
| 484 </sanitizer> | |
| 485 </param> | |
| 486 <param help="(-channel_128_description) " label="Description for the content of the 128 channel" name="param_tmt6plex_channel_128_description" size="30" type="text"> | |
| 487 <sanitizer> | |
| 488 <valid initial="string.printable"> | |
| 489 <remove value="'"/> | |
| 490 <remove value="""/> | |
| 491 </valid> | |
| 492 </sanitizer> | |
| 493 </param> | |
| 494 <param help="(-channel_129_description) " label="Description for the content of the 129 channel" name="param_tmt6plex_channel_129_description" size="30" type="text"> | |
| 495 <sanitizer> | |
| 496 <valid initial="string.printable"> | |
| 497 <remove value="'"/> | |
| 498 <remove value="""/> | |
| 499 </valid> | |
| 500 </sanitizer> | |
| 501 </param> | |
| 502 <param help="(-channel_130_description) " label="Description for the content of the 130 channel" name="param_tmt6plex_channel_130_description" size="30" type="text"> | |
| 503 <sanitizer> | |
| 504 <valid initial="string.printable"> | |
| 505 <remove value="'"/> | |
| 506 <remove value="""/> | |
| 507 </valid> | |
| 508 </sanitizer> | |
| 509 </param> | |
| 510 <param help="(-channel_131_description) " label="Description for the content of the 131 channel" name="param_tmt6plex_channel_131_description" size="30" type="text"> | |
| 511 <sanitizer> | |
| 512 <valid initial="string.printable"> | |
| 513 <remove value="'"/> | |
| 514 <remove value="""/> | |
| 515 </valid> | |
| 516 </sanitizer> | |
| 517 </param> | |
| 518 <param help="(-reference_channel) " label="Number of the reference channel (126-131)" max="131" min="126" name="param_tmt6plex_reference_channel" optional="True" type="integer" value="126"/> | |
| 519 <repeat max="1" min="0" name="rep_param_tmt6plex_correction_matrix" title="param_tmt6plex_correction_matrix"> | |
| 520 <param help="(-correction_matrix) e.g. '0/0.3/4/0', '0.1/0.3/3/0.2'" label="Correction matrix for isotope distributions (see documentation); use the following format: <-2Da>/<-1Da>/<+1Da>/<+2Da>;" name="param_tmt6plex_correction_matrix" size="30" type="text" value="0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0 0.0/0.0/0.0/0.0"> | |
| 521 <sanitizer> | |
| 522 <valid initial="string.printable"> | |
| 523 <remove value="'"/> | |
| 524 <remove value="""/> | |
| 525 </valid> | |
| 526 </sanitizer> | |
| 527 </param> | |
| 528 </repeat> | |
| 529 <expand macro="advanced_options"> | |
| 530 <param checked="false" falsevalue="" help="(-force) " label="Overwrite tool specific checks" name="param_force" optional="True" truevalue="-force" type="boolean"/> | |
| 531 <param help="(-precursor_isotope_deviation) " label="Maximum allowed deviation (in ppm) between theoretical and observed isotopic peaks of the precursor peak in the isolation window to be counted as part of the precurso" min="0.0" name="param_extraction_precursor_isotope_deviation" optional="True" type="float" value="10.0"/> | |
| 532 <param checked="true" falsevalue="" help="(-purity_interpolation) If set to false, only the precursor scan will be used" label="If set to true the algorithm will try to compute the purity as a time weighted linear combination of the precursor scan and the following scan" name="param_extraction_purity_interpolation" optional="True" truevalue="-extraction:purity_interpolation" type="boolean"/> | |
| 533 </expand> | |
| 534 </inputs> | |
| 535 <outputs> | |
| 536 <data format="consensusxml" name="param_out"/> | |
| 537 </outputs> | |
| 538 <help>Calculates isobaric quantitative values for peptides | |
| 539 | |
| 540 | |
| 541 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IsobaricAnalyzer.html</help> | |
| 542 </tool> |
