0
|
1 <tool id="proteomics_search_tandem_1" name="X!Tandem MSMS Search" version="1.0.1">
|
|
2
|
|
3 <requirements>
|
4
|
4 <requirement type="package" version="1.2.6">protk</requirement>
|
|
5 <requirement type="package" version="4.6.3">trans_proteomic_pipeline</requirement>
|
0
|
6 </requirements>
|
|
7
|
|
8 <description>Run an X!Tandem Search</description>
|
|
9
|
|
10 <command>
|
|
11 #if $database.source_select=="built_in":
|
4
|
12 tandem_search.rb -d $database.dbkey
|
|
13 #else
|
|
14 tandem_search.rb -d $database.fasta_file
|
0
|
15 #end if
|
|
16
|
|
17 --var-mods='
|
|
18 $variable_mods
|
|
19 #for $custom_variable_mod in $custom_variable_mods:
|
|
20 ,${custom_variable_mod.custom_mod}
|
|
21 #end for
|
|
22 '
|
|
23
|
|
24 --fix-mods='
|
|
25 $fixed_mods
|
|
26 #for $custom_fix_mod in $custom_fix_mods:
|
|
27 ,${custom_fix_mod.custom_mod}
|
|
28 #end for
|
|
29 '
|
|
30
|
6
|
31 $input_file -o $output -r
|
|
32
|
|
33 --enzyme=$enzyme
|
|
34
|
|
35 --precursor-ion-tol-units=$precursor_tolu
|
|
36
|
|
37 -v $missed_cleavages
|
|
38
|
|
39 -f $fragment_ion_tol
|
|
40
|
|
41 -p $precursor_ion_tol
|
|
42
|
|
43 $allow_multi_isotope_search
|
|
44
|
|
45 --keep-params-files
|
|
46
|
|
47 $cleavage_semi
|
0
|
48
|
|
49 </command>
|
|
50
|
|
51 <inputs>
|
|
52 <conditional name="database">
|
|
53 <param name="source_select" type="select" label="Database source">
|
|
54 <option value="built_in">Built-In</option>
|
|
55 <option value="input_ref">Your Upload File</option>
|
|
56 </param>
|
|
57 <when value="built_in">
|
|
58 <param name="dbkey" type="select" format="text" >
|
|
59 <label>Database</label>
|
|
60 <options from_file="pepxml_databases.loc">
|
|
61 <column name="name" index="0" />
|
|
62 <column name="value" index="2" />
|
|
63 </options>
|
|
64 </param>
|
|
65 </when>
|
|
66 <when value="input_ref">
|
|
67 <param name="fasta_file" type="data" format="fasta" label="Uploaded FASTA file" />
|
|
68 </when>
|
|
69 </conditional>
|
|
70
|
|
71 <param name="input_file" type="data" format="mzml" multiple="false" label="MSMS File" help="An mzML file with MS/MS data"/>
|
|
72
|
|
73
|
|
74 <param name="variable_mods" format="text" type="select" multiple="true" label="Variable Modifications" help="Hold the appropriate key while
|
|
75 clicking to select multiple items">
|
|
76 <options from_file="tandem_mods.loc">
|
|
77 <column name="name" index="0" />
|
|
78 <column name="value" index="2" />
|
|
79 </options>
|
|
80 </param>
|
|
81
|
|
82 <repeat name="custom_variable_mods" title="Custom Variable Modifications" help="You can specify a modification when present in a motif. For instance, 0.998@N!{P}[ST] is a deamidation modification on N only if it is present in an N[any but P][S or T] motif (N-glycosite).">
|
|
83 <param name="custom_mod" type="text">
|
|
84 </param>
|
|
85 </repeat>
|
|
86
|
|
87
|
|
88 <param name="fixed_mods" format="text" type="select" multiple="true" label="Fixed Modifications" help="Hold the appropriate key while
|
|
89 clicking to select multiple items">
|
|
90 <options from_file="tandem_mods.loc">
|
|
91 <column name="name" index="0" />
|
|
92 <column name="value" index="2" />
|
|
93 </options>
|
|
94 </param>
|
|
95
|
|
96 <repeat name="custom_fix_mods" title="Custom Fixed Modifications" help="You can specify a modification when present in a motif. For instance, 0.998@N!{P}[ST] is a deamidation modification on N only if it is present in an N[any but P][S or T] motif (N-glycosite).">
|
|
97 <param name="custom_mod" type="text">
|
|
98 </param>
|
|
99 </repeat>
|
|
100
|
|
101
|
|
102
|
|
103 <param name="missed_cleavages" type="select" format="text" help="Allow peptides to contain up to this many missed enzyme cleavage sites">
|
|
104 <label>Missed Cleavages Allowed</label>
|
|
105 <option value="0">0</option>
|
|
106 <option value="1">1</option>
|
|
107 <option value="2">2</option>
|
|
108 </param>
|
6
|
109
|
|
110 <param name="cleavage_semi" type="boolean" label="Allow semi-cleaved peptides" help="This can increase search time dramatically" truevalue="" falsevalue="--no-cleavage-semi" />
|
0
|
111
|
|
112 <param name="enzyme" type="select" format="text">
|
|
113 <label>Enzyme</label>
|
|
114 <option value="Trypsin">Trypsin</option>
|
|
115 </param>
|
|
116
|
|
117 <param name="fragment_ion_tol" help="Fragment Ion Tolerance in Daltons" type="float" value="0.65" min="0" max="10000" label="Fragment ion tolerance"/>
|
|
118
|
|
119 <param name="precursor_ion_tol" help="Precursor Ion Tolerance (Da or ppm)" type="float" value="100" min="0" max="10000" label="Precursor ion tolerance"/>
|
|
120 <param name="precursor_tolu" type="select" format="text">
|
|
121 <label>Precursor Ion Tolerance Units</label>
|
|
122 <option value="ppm">ppm</option>
|
|
123 <option value="Da">Da</option>
|
|
124 </param>
|
|
125
|
|
126 <param name="allow_multi_isotope_search" type="boolean" label="Allow multi-isotope search" help="This allows peptide candidates in windows around -1 Da and -2 Da from the acquired mass to be considered. Only applicable when the minus/plus window above is set to less than 0.5 Da. Good for accurate-mass instruments for which the reported precursor mass is not corrected to the monoisotopic mass." truevalue="" falsevalue="--strict-monoisotopic-mass"/>
|
|
127
|
|
128 </inputs>
|
|
129
|
|
130
|
|
131 <outputs>
|
|
132 <data format="raw_pepxml" name="output" metadata_source="input_file" label="X!Tandem_vs_${database.dbkey if $database.has_key('dbkey') else $database.fasta_file.display_name}.${input_file.display_name}.${input_file.display_name}.pepXML"/>
|
|
133 </outputs>
|
|
134
|
|
135 <tests>
|
|
136 <test>
|
|
137 <param name="source_select" value="input_ref"/>
|
|
138 <param name="fasta_file" value="bsa.fasta"/>
|
|
139 <param name="input_file" value="bsa.mzML"/>
|
|
140 <param name="variable_mods" value="15.994915@M"/>
|
|
141 <param name="fixed_mods" value="57.021464@C"/>
|
|
142 <param name="allow_multi_isotope_search" value="false"/>
|
1
|
143 <output name="output" file="bsa.pepXML" compare="sim_size" delta="600" />
|
0
|
144 </test>
|
|
145 </tests>
|
|
146
|
|
147
|
|
148 <help>
|
|
149
|
|
150 **What it does**
|
|
151
|
|
152 Runs an MS/MS database search using the X!Tandem search engine. Output is in the form of a pepXML file containing identified peptides along with their raw search scores.
|
|
153
|
|
154 ----
|
|
155
|
|
156 **References**
|
|
157
|
|
158 Please see http://www.thegpm.org/GPM/references.html for details of references describing the X!Tandem search engine.
|
|
159
|
|
160 </help>
|
|
161
|
|
162 </tool>
|