Mercurial > repos > galaxyp > openms_msgfplusadapter
comparison MSGFPlusAdapter.xml @ 15:f5ec766d80cf draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author | galaxyp |
---|---|
date | Thu, 01 Dec 2022 19:07:07 +0000 |
parents | c18d8efa4474 |
children | 810779f0cf49 |
comparison
equal
deleted
inserted
replaced
14:c18d8efa4474 | 15:f5ec766d80cf |
---|---|
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: [Identification]--> | 3 <!--Proposed Tool Section: [Identification]--> |
4 <tool id="MSGFPlusAdapter" name="MSGFPlusAdapter" version="@TOOL_VERSION@+galaxy1" profile="20.05"> | 4 <tool id="MSGFPlusAdapter" name="MSGFPlusAdapter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
5 <description>MS/MS database search using MS-GF+.</description> | 5 <description>MS/MS database search using MS-GF+.</description> |
6 <macros> | 6 <macros> |
7 <token name="@EXECUTABLE@">MSGFPlusAdapter</token> | 7 <token name="@EXECUTABLE@">MSGFPlusAdapter</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@ |
70 <configfiles> | 68 <configfiles> |
71 <inputs name="args_json" data_style="paths"/> | 69 <inputs name="args_json" data_style="paths"/> |
72 <configfile name="hardcoded_json"><![CDATA[{"executable": "\$(msgf_plus -get_jar_path)", "java_executable": "java", "log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> | 70 <configfile name="hardcoded_json"><![CDATA[{"executable": "\$(msgf_plus -get_jar_path)", "java_executable": "java", "log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> |
73 </configfiles> | 71 </configfiles> |
74 <inputs> | 72 <inputs> |
75 <param name="in" argument="-in" type="data" format="mgf,ms2,mzml,mzxml" optional="false" label="Input file (MS-GF+ parameter '-s')" help=" select mgf,ms2,mzml,mzxml data sets(s)"/> | 73 <param argument="-in" type="data" format="mgf,ms2,mzml,mzxml" optional="false" label="Input file (MS-GF+ parameter '-s')" help=" select mgf,ms2,mzml,mzxml data sets(s)"/> |
76 <param name="database" argument="-database" type="data" format="fasta" optional="false" label="Protein sequence database (FASTA file; MS-GF+ parameter '-d')" help="Non-existing relative filenames are looked up via 'OpenMS.ini:id_db_dir' select fasta data sets(s)"/> | 74 <param argument="-database" type="data" format="fasta" optional="false" label="Protein sequence database (FASTA file; MS-GF+ parameter '-d')" help="Non-existing relative filenames are looked up via 'OpenMS.ini:id_db_dir' select fasta data sets(s)"/> |
77 <param name="precursor_mass_tolerance" argument="-precursor_mass_tolerance" type="float" optional="true" value="10.0" label="Precursor monoisotopic mass tolerance (MS-GF+ parameter '-t')" help=""/> | 75 <param argument="-precursor_mass_tolerance" type="float" optional="true" value="10.0" label="Precursor monoisotopic mass tolerance (MS-GF+ parameter '-t')" help=""/> |
78 <param name="precursor_error_units" argument="-precursor_error_units" display="radio" type="select" optional="false" label="Unit of precursor mass tolerance (MS-GF+ parameter '-t')" help=""> | 76 <param argument="-precursor_error_units" type="select" optional="true" label="Unit of precursor mass tolerance (MS-GF+ parameter '-t')" help=""> |
79 <option value="Da">Da</option> | 77 <option value="Da">Da</option> |
80 <option value="ppm" selected="true">ppm</option> | 78 <option value="ppm" selected="true">ppm</option> |
81 <expand macro="list_string_san"/> | 79 <expand macro="list_string_san" name="precursor_error_units"/> |
82 </param> | 80 </param> |
83 <param name="isotope_error_range" argument="-isotope_error_range" type="text" optional="true" value="0,1" label="Range of allowed isotope peak errors (MS-GF+ parameter '-ti')" help="Takes into account the error introduced by choosing a non-monoisotopic peak for fragmentation. Combined with 'precursor_mass_tolerance'/'precursor_error_units', this determines the actual precursor mass tolerance. E.g. for experimental mass 'exp' and calculated mass 'calc', '-precursor_mass_tolerance 20 -precursor_error_units ppm -isotope_error_range -1,2' tests '|exp - calc - n * 1.00335 Da| < 20 ppm' for n = -1, 0, 1, 2"> | 81 <param argument="-isotope_error_range" type="text" optional="true" value="0,1" label="Range of allowed isotope peak errors (MS-GF+ parameter '-ti')" help="Takes into account the error introduced by choosing a non-monoisotopic peak for fragmentation. Combined with 'precursor_mass_tolerance'/'precursor_error_units', this determines the actual precursor mass tolerance. E.g. for experimental mass 'exp' and calculated mass 'calc', '-precursor_mass_tolerance 20 -precursor_error_units ppm -isotope_error_range -1,2' tests '|exp - calc - n * 1.00335 Da| < 20 ppm' for n = -1, 0, 1, 2"> |
84 <expand macro="list_string_san"/> | 82 <expand macro="list_string_san" name="isotope_error_range"/> |
85 </param> | 83 </param> |
86 <param name="fragment_method" argument="-fragment_method" display="radio" type="select" optional="false" label="Fragmentation method ('from_spectrum' relies on spectrum meta data and uses CID as fallback option; MS-GF+ parameter '-m')" help=""> | 84 <param argument="-fragment_method" type="select" optional="true" label="Fragmentation method ('from_spectrum' relies on spectrum meta data and uses CID as fallback option; MS-GF+ parameter '-m')" help=""> |
87 <option value="from_spectrum" selected="true">from_spectrum</option> | 85 <option value="from_spectrum" selected="true">from_spectrum</option> |
88 <option value="CID">CID</option> | 86 <option value="CID">CID</option> |
89 <option value="ETD">ETD</option> | 87 <option value="ETD">ETD</option> |
90 <option value="HCD">HCD</option> | 88 <option value="HCD">HCD</option> |
91 <expand macro="list_string_san"/> | 89 <expand macro="list_string_san" name="fragment_method"/> |
92 </param> | 90 </param> |
93 <param name="instrument" argument="-instrument" display="radio" type="select" optional="false" label="Instrument that generated the data ('low_res'/'high_res' refer to LCQ and LTQ instruments; MS-GF+ parameter '-inst')" help=""> | 91 <param argument="-instrument" type="select" optional="true" label="Instrument that generated the data ('low_res'/'high_res' refer to LCQ and LTQ instruments; MS-GF+ parameter '-inst')" help=""> |
94 <option value="low_res" selected="true">low_res</option> | 92 <option value="low_res" selected="true">low_res</option> |
95 <option value="high_res">high_res</option> | 93 <option value="high_res">high_res</option> |
96 <option value="TOF">TOF</option> | 94 <option value="TOF">TOF</option> |
97 <option value="Q_Exactive">Q_Exactive</option> | 95 <option value="Q_Exactive">Q_Exactive</option> |
98 <expand macro="list_string_san"/> | 96 <expand macro="list_string_san" name="instrument"/> |
99 </param> | 97 </param> |
100 <param name="enzyme" argument="-enzyme" type="select" optional="false" label="Enzyme used for digestion, or type of cleavage" help="Note: MS-GF+ does not support blocking rules. (MS-GF+ parameter '-e')"> | 98 <param argument="-enzyme" type="select" optional="true" label="Enzyme used for digestion, or type of cleavage" help="Note: MS-GF+ does not support blocking rules. (MS-GF+ parameter '-e')"> |
101 <option value="Alpha-lytic protease">Alpha-lytic protease</option> | 99 <option value="Alpha-lytic protease">Alpha-lytic protease</option> |
102 <option value="Arg-C/P">Arg-C/P</option> | 100 <option value="Arg-C/P">Arg-C/P</option> |
103 <option value="Asp-N/B">Asp-N/B</option> | 101 <option value="Asp-N/B">Asp-N/B</option> |
104 <option value="Chymotrypsin/P">Chymotrypsin/P</option> | 102 <option value="Chymotrypsin/P">Chymotrypsin/P</option> |
105 <option value="Lys-C/P">Lys-C/P</option> | 103 <option value="Lys-C/P">Lys-C/P</option> |
106 <option value="Lys-N">Lys-N</option> | 104 <option value="Lys-N">Lys-N</option> |
107 <option value="Trypsin/P" selected="true">Trypsin/P</option> | 105 <option value="Trypsin/P" selected="true">Trypsin/P</option> |
108 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> | 106 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> |
109 <option value="no cleavage">no cleavage</option> | 107 <option value="no cleavage">no cleavage</option> |
110 <option value="unspecific cleavage">unspecific cleavage</option> | 108 <option value="unspecific cleavage">unspecific cleavage</option> |
111 <expand macro="list_string_san"/> | 109 <expand macro="list_string_san" name="enzyme"/> |
112 </param> | 110 </param> |
113 <param name="protocol" argument="-protocol" type="select" optional="false" label="Labeling or enrichment protocol used, if any (MS-GF+ parameter '-p')" help=""> | 111 <param argument="-protocol" type="select" optional="true" label="Labeling or enrichment protocol used, if any (MS-GF+ parameter '-p')" help=""> |
114 <option value="automatic" selected="true">automatic</option> | 112 <option value="automatic" selected="true">automatic</option> |
115 <option value="phospho">phospho</option> | 113 <option value="phospho">phospho</option> |
116 <option value="iTRAQ">iTRAQ</option> | 114 <option value="iTRAQ">iTRAQ</option> |
117 <option value="iTRAQ_phospho">iTRAQ_phospho</option> | 115 <option value="iTRAQ_phospho">iTRAQ_phospho</option> |
118 <option value="TMT">TMT</option> | 116 <option value="TMT">TMT</option> |
119 <option value="none">none</option> | 117 <option value="none">none</option> |
120 <expand macro="list_string_san"/> | 118 <expand macro="list_string_san" name="protocol"/> |
121 </param> | 119 </param> |
122 <param name="tryptic" argument="-tryptic" display="radio" type="select" optional="false" label="Level of cleavage specificity required (MS-GF+ parameter '-ntt')" help=""> | 120 <param argument="-tryptic" type="select" optional="true" label="Level of cleavage specificity required (MS-GF+ parameter '-ntt')" help=""> |
123 <option value="non">non</option> | 121 <option value="non">non</option> |
124 <option value="semi">semi</option> | 122 <option value="semi">semi</option> |
125 <option value="fully" selected="true">fully</option> | 123 <option value="fully" selected="true">fully</option> |
126 <expand macro="list_string_san"/> | 124 <expand macro="list_string_san" name="tryptic"/> |
127 </param> | 125 </param> |
128 <param name="min_precursor_charge" argument="-min_precursor_charge" type="integer" optional="true" min="1" value="2" label="Minimum precursor ion charge (only used for spectra without charge information; MS-GF+ parameter '-minCharge')" help=""/> | 126 <param argument="-min_precursor_charge" type="integer" optional="true" min="1" value="2" label="Minimum precursor ion charge (only used for spectra without charge information; MS-GF+ parameter '-minCharge')" help=""/> |
129 <param name="max_precursor_charge" argument="-max_precursor_charge" type="integer" optional="true" min="1" value="3" label="Maximum precursor ion charge (only used for spectra without charge information; MS-GF+ parameter '-maxCharge')" help=""/> | 127 <param argument="-max_precursor_charge" type="integer" optional="true" min="1" value="3" label="Maximum precursor ion charge (only used for spectra without charge information; MS-GF+ parameter '-maxCharge')" help=""/> |
130 <param name="min_peptide_length" argument="-min_peptide_length" type="integer" optional="true" min="1" value="6" label="Minimum peptide length to consider (MS-GF+ parameter '-minLength')" help=""/> | 128 <param argument="-min_peptide_length" type="integer" optional="true" min="1" value="6" label="Minimum peptide length to consider (MS-GF+ parameter '-minLength')" help=""/> |
131 <param name="max_peptide_length" argument="-max_peptide_length" type="integer" optional="true" min="1" value="40" label="Maximum peptide length to consider (MS-GF+ parameter '-maxLength')" help=""/> | 129 <param argument="-max_peptide_length" type="integer" optional="true" min="1" value="40" label="Maximum peptide length to consider (MS-GF+ parameter '-maxLength')" help=""/> |
132 <param name="matches_per_spec" argument="-matches_per_spec" type="integer" optional="true" min="1" value="1" label="Number of matches per spectrum to be reported (MS-GF+ parameter '-n')" help=""/> | 130 <param argument="-matches_per_spec" type="integer" optional="true" min="1" value="1" label="Number of matches per spectrum to be reported (MS-GF+ parameter '-n')" help=""/> |
133 <param name="add_features" argument="-add_features" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Output additional features (MS-GF+ parameter '-addFeatures')" help="This is required by Percolator and hence by default enabled"/> | 131 <param argument="-add_features" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Output additional features (MS-GF+ parameter '-addFeatures')" help="This is required by Percolator and hence by default enabled"/> |
134 <param name="max_mods" argument="-max_mods" type="integer" optional="true" min="0" value="2" label="Maximum number of modifications per peptide" help="If this value is large, the search may take very long"/> | 132 <param argument="-max_mods" type="integer" optional="true" min="0" value="2" label="Maximum number of modifications per peptide" help="If this value is large, the search may take very long"/> |
135 <param name="max_missed_cleavages" argument="-max_missed_cleavages" type="integer" optional="true" min="-1" value="-1" label="Maximum number of missed cleavages allowed for a peptide to be considered for scoring" help="(default: -1 meaning unlimited)"/> | 133 <param argument="-max_missed_cleavages" type="integer" optional="true" min="-1" value="-1" label="Maximum number of missed cleavages allowed for a peptide to be considered for scoring" help="(default: -1 meaning unlimited)"/> |
136 <param name="tasks" argument="-tasks" type="integer" optional="true" value="0" label="(Override the number of tasks to use on the threads; Default: (internally calculated based on inputs))" help="More tasks than threads will reduce the memory requirements of the search, but will be slower (how much depends on the inputs).. 1 <= tasks <= numThreads: will create one task per thread, which is the original behavior.. tasks = 0: use default calculation - minimum of: (threads*3) and (numSpectra/250).. tasks < 0: multiply number of threads by abs(tasks) to determine number of tasks (i.e., -2 means "2 * numThreads" tasks).. One task per thread will use the most memory, but will usually finish the fastest.. 2-3 tasks per thread will use comparably less memory, but may cause the search to take 1.5 to 2 times as long"/> | 134 <param argument="-tasks" type="integer" optional="true" value="0" label="(Override the number of tasks to use on the threads; Default: (internally calculated based on inputs))" help="More tasks than threads will reduce the memory requirements of the search, but will be slower (how much depends on the inputs).. 1 <= tasks <= numThreads: will create one task per thread, which is the original behavior.. tasks = 0: use default calculation - minimum of: (threads*3) and (numSpectra/250).. tasks < 0: multiply number of threads by abs(tasks) to determine number of tasks (i.e., -2 means "2 * numThreads" tasks).. One task per thread will use the most memory, but will usually finish the fastest.. 2-3 tasks per thread will use comparably less memory, but may cause the search to take 1.5 to 2 times as long"/> |
137 <param name="fixed_modifications" argument="-fixed_modifications" multiple="true" type="select" optional="true" label="Fixed modifications, specified using Unimod (www.unimod.org) terms" help="e.g. 'Carbamidomethyl (C)' or 'Oxidation (M)'"> | 135 <param argument="-fixed_modifications" multiple="true" type="select" optional="true" label="Fixed modifications, specified using Unimod (www.unimod.org) terms" help="e.g. 'Carbamidomethyl (C)' or 'Oxidation (M)'"> |
138 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option> | 136 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option> |
139 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option> | 137 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option> |
140 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option> | 138 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option> |
141 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option> | 139 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option> |
142 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option> | 140 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option> |
1501 <option value="Glu->Lys (E)">Glu->Lys (E)</option> | 1499 <option value="Glu->Lys (E)">Glu->Lys (E)</option> |
1502 <option value="Glu->Met (E)">Glu->Met (E)</option> | 1500 <option value="Glu->Met (E)">Glu->Met (E)</option> |
1503 <option value="Glu->Phe (E)">Glu->Phe (E)</option> | 1501 <option value="Glu->Phe (E)">Glu->Phe (E)</option> |
1504 <option value="Glu->Pro (E)">Glu->Pro (E)</option> | 1502 <option value="Glu->Pro (E)">Glu->Pro (E)</option> |
1505 <option value="Glu->pyro-Glu (N-term E)">Glu->pyro-Glu (N-term E)</option> | 1503 <option value="Glu->pyro-Glu (N-term E)">Glu->pyro-Glu (N-term E)</option> |
1506 <option value="Glu->pyro-Glu+Methyl (N-term E)">Glu->pyro-Glu+Methyl (N-term E)</option> | |
1507 <option value="Glu->pyro-Glu+Methyl (N-term E)">Glu->pyro-Glu+Methyl (N-term E)</option> | 1504 <option value="Glu->pyro-Glu+Methyl (N-term E)">Glu->pyro-Glu+Methyl (N-term E)</option> |
1508 <option value="Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)</option> | 1505 <option value="Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)</option> |
1509 <option value="Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option> | 1506 <option value="Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option> |
1510 <option value="Glu->Ser (E)">Glu->Ser (E)</option> | 1507 <option value="Glu->Ser (E)">Glu->Ser (E)</option> |
1511 <option value="Glu->Thr (E)">Glu->Thr (E)</option> | 1508 <option value="Glu->Thr (E)">Glu->Thr (E)</option> |
3061 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option> | 3058 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option> |
3062 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option> | 3059 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option> |
3063 <option value="ZGB (K)">ZGB (K)</option> | 3060 <option value="ZGB (K)">ZGB (K)</option> |
3064 <option value="ZGB (N-term)">ZGB (N-term)</option> | 3061 <option value="ZGB (N-term)">ZGB (N-term)</option> |
3065 <option value="ZQG (K)">ZQG (K)</option> | 3062 <option value="ZQG (K)">ZQG (K)</option> |
3066 <expand macro="list_string_san"/> | 3063 <expand macro="list_string_san" name="fixed_modifications"/> |
3067 </param> | 3064 </param> |
3068 <param name="variable_modifications" argument="-variable_modifications" multiple="true" type="select" optional="true" label="Variable modifications, specified using Unimod (www.unimod.org) terms" help="e.g. 'Carbamidomethyl (C)' or 'Oxidation (M)'"> | 3065 <param argument="-variable_modifications" multiple="true" type="select" optional="true" label="Variable modifications, specified using Unimod (www.unimod.org) terms" help="e.g. 'Carbamidomethyl (C)' or 'Oxidation (M)'"> |
3069 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option> | 3066 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option> |
3070 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option> | 3067 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option> |
3071 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option> | 3068 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option> |
3072 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option> | 3069 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option> |
3073 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option> | 3070 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option> |
4432 <option value="Glu->Lys (E)">Glu->Lys (E)</option> | 4429 <option value="Glu->Lys (E)">Glu->Lys (E)</option> |
4433 <option value="Glu->Met (E)">Glu->Met (E)</option> | 4430 <option value="Glu->Met (E)">Glu->Met (E)</option> |
4434 <option value="Glu->Phe (E)">Glu->Phe (E)</option> | 4431 <option value="Glu->Phe (E)">Glu->Phe (E)</option> |
4435 <option value="Glu->Pro (E)">Glu->Pro (E)</option> | 4432 <option value="Glu->Pro (E)">Glu->Pro (E)</option> |
4436 <option value="Glu->pyro-Glu (N-term E)">Glu->pyro-Glu (N-term E)</option> | 4433 <option value="Glu->pyro-Glu (N-term E)">Glu->pyro-Glu (N-term E)</option> |
4437 <option value="Glu->pyro-Glu+Methyl (N-term E)">Glu->pyro-Glu+Methyl (N-term E)</option> | |
4438 <option value="Glu->pyro-Glu+Methyl (N-term E)">Glu->pyro-Glu+Methyl (N-term E)</option> | 4434 <option value="Glu->pyro-Glu+Methyl (N-term E)">Glu->pyro-Glu+Methyl (N-term E)</option> |
4439 <option value="Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)</option> | 4435 <option value="Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C (N-term E)</option> |
4440 <option value="Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option> | 4436 <option value="Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu->pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option> |
4441 <option value="Glu->Ser (E)">Glu->Ser (E)</option> | 4437 <option value="Glu->Ser (E)">Glu->Ser (E)</option> |
4442 <option value="Glu->Thr (E)">Glu->Thr (E)</option> | 4438 <option value="Glu->Thr (E)">Glu->Thr (E)</option> |
5992 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option> | 5988 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option> |
5993 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option> | 5989 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option> |
5994 <option value="ZGB (K)">ZGB (K)</option> | 5990 <option value="ZGB (K)">ZGB (K)</option> |
5995 <option value="ZGB (N-term)">ZGB (N-term)</option> | 5991 <option value="ZGB (N-term)">ZGB (N-term)</option> |
5996 <option value="ZQG (K)">ZQG (K)</option> | 5992 <option value="ZQG (K)">ZQG (K)</option> |
5997 <expand macro="list_string_san"/> | 5993 <expand macro="list_string_san" name="variable_modifications"/> |
5998 </param> | 5994 </param> |
5999 <param name="conf" argument="-conf" type="data" format="txt" optional="true" label="Optional MSGF+ configuration file (passed as -conf <file> to MSGF+)" help="See documentation for examples. Parameters of the adapter take precedence. Use conf file only for settings not available here (for example, any fixed/var modifications, in the conf file will be ignored, since they are provided via -mod flag) select txt data sets(s)"/> | 5995 <param argument="-conf" type="data" format="txt" optional="true" label="Optional MSGF+ configuration file (passed as -conf <file> to MSGF+)" help="See documentation for examples. Parameters of the adapter take precedence. Use conf file only for settings not available here (for example, any fixed/var modifications, in the conf file will be ignored, since they are provided via -mod flag) select txt data sets(s)"/> |
5996 <param argument="-reindex" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Recalculate peptide to protein association using OpenMS" help="Annotates target-decoy information"/> | |
5997 <section name="PeptideIndexing" title="" help="" expanded="false"> | |
5998 <param name="decoy_string" argument="-PeptideIndexing:decoy_string" type="text" optional="true" value="" label="String that was appended (or prefixed - see 'decoy_string_position' flag below) to the accessions in the protein database to indicate decoy proteins" help="If empty (default), it's determined automatically (checking for common terms, both as prefix and suffix)"> | |
5999 <expand macro="list_string_san" name="decoy_string"/> | |
6000 </param> | |
6001 <param name="decoy_string_position" argument="-PeptideIndexing:decoy_string_position" type="select" optional="true" label="Is the 'decoy_string' prepended (prefix) or appended (suffix) to the protein accession" help="(ignored if decoy_string is empty)"> | |
6002 <option value="prefix" selected="true">prefix</option> | |
6003 <option value="suffix">suffix</option> | |
6004 <expand macro="list_string_san" name="decoy_string_position"/> | |
6005 </param> | |
6006 <param name="missing_decoy_action" argument="-PeptideIndexing:missing_decoy_action" type="select" optional="true" label="Action to take if NO peptide was assigned to a decoy protein (which indicates wrong database or decoy string): 'error' (exit with error, no output), 'warn' (exit with success, warning message), 'silent' (no action is taken, not even a warning)" help=""> | |
6007 <option value="error">error</option> | |
6008 <option value="warn" selected="true">warn</option> | |
6009 <option value="silent">silent</option> | |
6010 <expand macro="list_string_san" name="missing_decoy_action"/> | |
6011 </param> | |
6012 <param name="write_protein_sequence" argument="-PeptideIndexing:write_protein_sequence" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set, the protein sequences are stored as well" help=""/> | |
6013 <param name="write_protein_description" argument="-PeptideIndexing:write_protein_description" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set, the protein description is stored as well" help=""/> | |
6014 <param name="keep_unreferenced_proteins" argument="-PeptideIndexing:keep_unreferenced_proteins" type="boolean" truevalue="true" falsevalue="false" checked="false" label="If set, protein hits which are not referenced by any peptide are kept" help=""/> | |
6015 <param name="unmatched_action" argument="-PeptideIndexing:unmatched_action" type="select" optional="true" label="If peptide sequences cannot be matched to any protein: 1) raise an error; 2) warn (unmatched PepHits will miss target/decoy annotation with downstream problems); 3) remove the hit" help=""> | |
6016 <option value="error" selected="true">error</option> | |
6017 <option value="warn">warn</option> | |
6018 <option value="remove">remove</option> | |
6019 <expand macro="list_string_san" name="unmatched_action"/> | |
6020 </param> | |
6021 <param name="aaa_max" argument="-PeptideIndexing:aaa_max" type="integer" optional="true" min="0" max="10" value="3" label="Maximal number of ambiguous amino acids (AAAs) allowed when matching to a protein database with AAAs" help="AAAs are 'B', 'J', 'Z' and 'X'"/> | |
6022 <param name="mismatches_max" argument="-PeptideIndexing:mismatches_max" type="integer" optional="true" min="0" max="10" value="0" label="Maximal number of mismatched (mm) amino acids allowed when matching to a protein database" help="The required runtime is exponential in the number of mm's; apply with care. MM's are allowed in addition to AAA's"/> | |
6023 <param name="IL_equivalent" argument="-PeptideIndexing:IL_equivalent" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Treat the isobaric amino acids isoleucine ('I') and leucine ('L') as equivalent (indistinguishable)" help="Also occurrences of 'J' will be treated as 'I' thus avoiding ambiguous matching"/> | |
6024 <section name="enzyme" title="" help="" expanded="false"> | |
6025 <param name="name" argument="-PeptideIndexing:enzyme:name" type="select" optional="true" label="Enzyme which determines valid cleavage sites -" help="e.g. trypsin cleaves after lysine (K) or arginine (R), but not before proline (P). Default: deduce from input"> | |
6026 <option value="auto" selected="true">auto</option> | |
6027 <option value="Trypsin">Trypsin</option> | |
6028 <option value="CNBr">CNBr</option> | |
6029 <option value="Formic_acid">Formic_acid</option> | |
6030 <option value="PepsinA">PepsinA</option> | |
6031 <option value="TrypChymo">TrypChymo</option> | |
6032 <option value="Trypsin/P">Trypsin/P</option> | |
6033 <option value="V8-DE">V8-DE</option> | |
6034 <option value="V8-E">V8-E</option> | |
6035 <option value="leukocyte elastase">leukocyte elastase</option> | |
6036 <option value="proline endopeptidase">proline endopeptidase</option> | |
6037 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> | |
6038 <option value="cyanogen-bromide">cyanogen-bromide</option> | |
6039 <option value="Clostripain/P">Clostripain/P</option> | |
6040 <option value="elastase-trypsin-chymotrypsin">elastase-trypsin-chymotrypsin</option> | |
6041 <option value="no cleavage">no cleavage</option> | |
6042 <option value="unspecific cleavage">unspecific cleavage</option> | |
6043 <option value="Alpha-lytic protease">Alpha-lytic protease</option> | |
6044 <option value="2-iodobenzoate">2-iodobenzoate</option> | |
6045 <option value="iodosobenzoate">iodosobenzoate</option> | |
6046 <option value="staphylococcal protease/D">staphylococcal protease/D</option> | |
6047 <option value="proline-endopeptidase/HKR">proline-endopeptidase/HKR</option> | |
6048 <option value="Glu-C+P">Glu-C+P</option> | |
6049 <option value="PepsinA + P">PepsinA + P</option> | |
6050 <option value="Lys-C">Lys-C</option> | |
6051 <option value="Lys-N">Lys-N</option> | |
6052 <option value="Lys-C/P">Lys-C/P</option> | |
6053 <option value="Arg-C/P">Arg-C/P</option> | |
6054 <option value="Arg-C">Arg-C</option> | |
6055 <option value="Asp-N">Asp-N</option> | |
6056 <option value="Asp-N/B">Asp-N/B</option> | |
6057 <option value="Asp-N_ambic">Asp-N_ambic</option> | |
6058 <option value="Chymotrypsin">Chymotrypsin</option> | |
6059 <option value="Chymotrypsin/P">Chymotrypsin/P</option> | |
6060 <expand macro="list_string_san" name="name"/> | |
6061 </param> | |
6062 <param name="specificity" argument="-PeptideIndexing:enzyme:specificity" type="select" optional="true" label="Specificity of the enzyme" help="Default: deduce from input.. 'full': both internal cleavage sites must match.. 'semi': one of two internal cleavage sites must match.. 'none': allow all peptide hits no matter their context (enzyme is irrelevant)"> | |
6063 <option value="auto" selected="true">auto</option> | |
6064 <option value="full">full</option> | |
6065 <option value="semi">semi</option> | |
6066 <option value="none">none</option> | |
6067 <expand macro="list_string_san" name="specificity"/> | |
6068 </param> | |
6069 </section> | |
6070 </section> | |
6000 <expand macro="adv_opts_macro"> | 6071 <expand macro="adv_opts_macro"> |
6001 <param name="add_decoys" argument="-add_decoys" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Create decoy proteins (reversed sequences) and append them to the database for the search (MS-GF+ parameter '-tda')" help="This allows the calculation of FDRs, but should only be used if the database does not already contain decoys"/> | 6072 <param argument="-add_decoys" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Create decoy proteins (reversed sequences) and append them to the database for the search (MS-GF+ parameter '-tda')" help="This allows the calculation of FDRs, but should only be used if the database does not already contain decoys"/> |
6002 <param name="legacy_conversion" argument="-legacy_conversion" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Use the indirect conversion of MS-GF+ results to idXML via export to TSV" help="Try this only if the default conversion takes too long or uses too much memory"/> | 6073 <param argument="-legacy_conversion" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Use the indirect conversion of MS-GF+ results to idXML via export to TSV" help="Try this only if the default conversion takes too long or uses too much memory"/> |
6003 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> | 6074 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
6004 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 6075 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
6005 <expand macro="list_string_san"/> | 6076 <expand macro="list_string_san" name="test"/> |
6006 </param> | 6077 </param> |
6007 </expand> | 6078 </expand> |
6008 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> | 6079 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
6009 <option value="out_FLAG">out (Output file)</option> | 6080 <option value="out_FLAG">out (Output file)</option> |
6010 <option value="mzid_out_FLAG">mzid_out (Alternative output file (MS-GF+ parameter '-o'))</option> | 6081 <option value="mzid_out_FLAG">mzid_out (Alternative output file (MS-GF+ parameter '-o'))</option> |
6023 </data> | 6094 </data> |
6024 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> | 6095 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> |
6025 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> | 6096 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> |
6026 </data> | 6097 </data> |
6027 </outputs> | 6098 </outputs> |
6028 <tests> | 6099 <tests><!-- TOPP_MSGFPlusAdapter_1 --> |
6029 <expand macro="autotest_MSGFPlusAdapter"/> | 6100 <test expect_num_outputs="3"> |
6030 <expand macro="manutest_MSGFPlusAdapter"/> | 6101 <section name="adv_opts"> |
6102 <param name="add_decoys" value="false"/> | |
6103 <param name="legacy_conversion" value="false"/> | |
6104 <param name="force" value="false"/> | |
6105 <param name="test" value="true"/> | |
6106 </section> | |
6107 <param name="in" value="spectra.mzML"/> | |
6108 <output name="out" file="MSGFPlusAdapter_1_out.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/> | |
6109 <output name="mzid_out" file="MSGFPlusAdapter_1_out2.tmp.mzid" compare="sim_size" delta_frac="0.7" ftype="mzid"/> | |
6110 <param name="database" value="proteins.fasta"/> | |
6111 <param name="precursor_mass_tolerance" value="10.0"/> | |
6112 <param name="precursor_error_units" value="ppm"/> | |
6113 <param name="isotope_error_range" value="0,1"/> | |
6114 <param name="fragment_method" value="from_spectrum"/> | |
6115 <param name="instrument" value="high_res"/> | |
6116 <param name="enzyme" value="Trypsin/P"/> | |
6117 <param name="protocol" value="none"/> | |
6118 <param name="tryptic" value="fully"/> | |
6119 <param name="min_precursor_charge" value="1"/> | |
6120 <param name="max_precursor_charge" value="3"/> | |
6121 <param name="min_peptide_length" value="6"/> | |
6122 <param name="max_peptide_length" value="40"/> | |
6123 <param name="matches_per_spec" value="1"/> | |
6124 <param name="add_features" value="false"/> | |
6125 <param name="max_mods" value="2"/> | |
6126 <param name="max_missed_cleavages" value="-1"/> | |
6127 <param name="tasks" value="0"/> | |
6128 <param name="fixed_modifications"/> | |
6129 <param name="variable_modifications" value="Oxidation (M)"/> | |
6130 <param name="reindex" value="true"/> | |
6131 <section name="PeptideIndexing"> | |
6132 <param name="decoy_string" value=""/> | |
6133 <param name="decoy_string_position" value="prefix"/> | |
6134 <param name="missing_decoy_action" value="warn"/> | |
6135 <param name="write_protein_sequence" value="false"/> | |
6136 <param name="write_protein_description" value="false"/> | |
6137 <param name="keep_unreferenced_proteins" value="false"/> | |
6138 <param name="unmatched_action" value="error"/> | |
6139 <param name="aaa_max" value="3"/> | |
6140 <param name="mismatches_max" value="0"/> | |
6141 <param name="IL_equivalent" value="false"/> | |
6142 <section name="enzyme"> | |
6143 <param name="name" value="auto"/> | |
6144 <param name="specificity" value="auto"/> | |
6145 </section> | |
6146 </section> | |
6147 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG,out_FLAG,mzid_out_FLAG"/> | |
6148 <output name="ctd_out" ftype="xml"> | |
6149 <assert_contents> | |
6150 <is_valid_xml/> | |
6151 </assert_contents> | |
6152 </output> | |
6153 </test> | |
6031 </tests> | 6154 </tests> |
6032 <help><![CDATA[MS/MS database search using MS-GF+. | 6155 <help><![CDATA[MS/MS database search using MS-GF+. |
6033 | 6156 |
6034 | 6157 |
6035 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_MSGFPlusAdapter.html]]></help> | 6158 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_MSGFPlusAdapter.html]]></help> |
6036 <expand macro="references"/> | 6159 <expand macro="references"/> |
6037 </tool> | 6160 </tool> |