12
|
1 <tool id="proteomics_search_tandem_1" name="X!Tandem MSMS Search" version="1.0.2">
|
|
2
|
|
3 <!-- <requirements>
|
|
4 <requirement type="package" version="1.2.6">protk</requirement>
|
|
5 <requirement type="package" version="4.6.3">trans_proteomic_pipeline</requirement>
|
|
6 </requirements>
|
|
7 -->
|
|
8 <description>Run an X!Tandem Search</description>
|
|
9
|
|
10 <command>
|
|
11 #if $database.source_select=="built_in":
|
|
12 tandem_search.rb -d $database.dbkey
|
|
13 #else
|
|
14 tandem_search.rb -d $database.fasta_file
|
|
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
|
|
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
|
|
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" selected="true">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>
|
|
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" />
|
|
111
|
|
112 <param name="enzyme" type="select" format="text">
|
|
113 <label>Enzyme</label>
|
|
114 <option value="[R]|{P}">argc - [R]|{P}</option>
|
|
115 <option value="[X]|[D]">aspn - [X]|[D]</option>
|
|
116 <option value="[FLMWY]|{P}">chymotrypsin - [FLMWY]|{P}</option>
|
|
117 <option value="[R]|[X]">clostripain - [R]|[X]</option>
|
|
118 <option value="[M]|{P}">cnbr - [M]|{P}</option>
|
|
119 <option value="[AGILV]|{P}">elastase - [AGILV]|{P}</option>
|
|
120 <option value="[D]|{P}">formicacid - [D]|{P}</option>
|
|
121 <option value="[DE]|{P}">gluc - [DE]|{P}</option>
|
|
122 <option value="[E]|{P}">gluc_bicarb - [E]|{P}</option>
|
|
123 <option value="[W]|[X]">iodosobenzoate - [W]|[X]</option>
|
|
124 <option value="[K]|{P}">lysc - [K]|{P}</option>
|
|
125 <option value="[K]|[X]">lysc-p - [K]|[X]</option>
|
|
126 <option value="[X]|[K]">lysn - [X]|[K]</option>
|
|
127 <option value="[X]|[AKRS]">lysn_promisc - [X]|[AKRS]</option>
|
|
128 <option value="[X]|[X]">nonspecific - [X]|[X]</option>
|
|
129 <option value="[FL]|[X]">pepsina - [FL]|[X]</option>
|
|
130 <option value="[P]|[X]">protein_endopeptidase - [P]|[X]</option>
|
|
131 <option value="[E]|[X]">staph_protease - [E]|[X]</option>
|
|
132 <option value="[FMWY]|{P},[KR]|{P},[X]|[D]">tca - [FMWY]|{P},[KR]|{P},[X]|[D]</option>
|
|
133 <option value="[KR]|{P}" selected="true">trypsin - [KR]|{P}</option>
|
|
134 <option value="[FKLMRWY]|{P}">trypsin/chymotrypsin - [FKLMRWY]|{P}</option>
|
|
135 <option value="[KR]|{P},[M]|{P}">trypsin/cnbr - [KR]|{P},[M]|{P}</option>
|
|
136 <option value="[DEKR]|{P}">trypsin_gluc - [DEKR]|{P}</option>
|
|
137 </param>
|
|
138
|
|
139
|
|
140 <param name="fragment_ion_tol" help="Fragment Ion Tolerance in Daltons" type="float" value="0.65" min="0" max="10000" label="Fragment ion tolerance"/>
|
|
141
|
|
142 <param name="precursor_ion_tol" help="Precursor Ion Tolerance (Da or ppm)" type="float" value="100" min="0" max="10000" label="Precursor ion tolerance"/>
|
|
143 <param name="precursor_tolu" type="select" format="text">
|
|
144 <label>Precursor Ion Tolerance Units</label>
|
|
145 <option value="ppm">ppm</option>
|
|
146 <option value="Da">Da</option>
|
|
147 </param>
|
|
148
|
|
149 <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"/>
|
|
150
|
|
151 </inputs>
|
|
152
|
|
153
|
|
154 <outputs>
|
|
155 <data format="tandem" 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}.tandem"/>
|
|
156 </outputs>
|
|
157
|
|
158
|
|
159 <help>
|
|
160
|
|
161 **What it does**
|
|
162
|
|
163 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.
|
|
164
|
|
165 ----
|
|
166
|
|
167 **References**
|
|
168
|
|
169 Please see http://www.thegpm.org/GPM/references.html for details of references describing the X!Tandem search engine.
|
|
170
|
|
171 </help>
|
|
172
|
|
173 </tool>
|