-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsmcogs.sql
319 lines (317 loc) · 22.3 KB
/
smcogs.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
CREATE TABLE antismash.smcogs (
smcog_id serial NOT NULL,
name text NOT NULL,
description text NOT NULL,
functional_class_id int4,
CONSTRAINT smcogs_pkey PRIMARY KEY (smcog_id),
CONSTRAINT smcogs_functional_class_id_fkey FOREIGN KEY (functional_class_id) REFERENCES antismash.functional_classes (functional_class_id)
);
COMMENT ON TABLE antismash.smcogs IS
'Secondary Metabolite specific Clusters of Orthologous Groups (smCoGs)';
INSERT INTO antismash.smcogs (name, description, functional_class_id)
SELECT val.name, val.description, f.functional_class_id
FROM (
VALUES
('SMCOG1000', 'ABC transporter ATP-binding protein', 'transporter'),
('SMCOG1001', 'short-chain dehydrogenase/reductase SDR', 'biosynthetic_smcog'),
('SMCOG1002', 'AMP-dependent synthetase and ligase', 'biosynthetic_smcog'),
('SMCOG1003', 'sensor histidine kinase', 'regulator'),
('SMCOG1004', 'thioesterase', 'biosynthetic_smcog'),
('SMCOG1005', 'Drug resistance transporter, EmrB/QacA', 'transporter'),
('SMCOG1006', 'acyl-CoA dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1007', 'cytochrome P450', 'biosynthetic_smcog'),
('SMCOG1008', 'response regulator', 'regulator'),
('SMCOG1009', 'mbtH-like protein', 'biosynthetic_smcog'),
('SMCOG1010', 'NAD-dependent epimerase/dehydratase', 'biosynthetic_smcog'),
('SMCOG1011', 'transport system permease protein', 'transporter'),
('SMCOG1012', '4''-phosphopantetheinyl transferase', 'biosynthetic_smcog'),
('SMCOG1013', 'aminotransferase class-III', 'biosynthetic_smcog'),
('SMCOG1014', 'LysR family transcriptional regulator', 'regulator'),
('SMCOG1015', 'AraC family transcriptional regulator', 'regulator'),
('SMCOG1016', 'LuxR family DNA-binding response regulator', 'regulator'),
('SMCOG1017', 'aldehyde dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1018', 'isochorismate synthase', 'biosynthetic_smcog'),
('SMCOG1019', 'aminotransferase', 'biosynthetic_smcog'),
('SMCOG1020', 'major facilitator transporter', 'transporter'),
('SMCOG1021', 'malonyl CoA-acyl carrier protein transacylase', 'biosynthetic_smcog'),
('SMCOG1022', 'Beta-ketoacyl synthase', 'biosynthetic_smcog'),
('SMCOG1023', 'enoyl-CoA hydratase', 'biosynthetic_smcog'),
('SMCOG1024', 'chalcone and stilbene synthase domain protein', 'biosynthetic_smcog'),
('SMCOG1025', 'diguanylate cyclase', 'biosynthetic_smcog'),
('SMCOG1026', 'transposase', 'other'),
('SMCOG1027', 'isochorismatase', 'biosynthetic_smcog'),
('SMCOG1028', 'crotonyl-CoA reductase / alcohol', 'dehydrogenase'),
('SMCOG1029', 'RND family efflux transporter MFP subunit', 'transporter'),
('SMCOG1030', 'serine/threonine protein kinase', 'regulator'),
('SMCOG1031', 'LysR family transcriptional regulator', 'regulator'),
('SMCOG1032', 'RNA polymerase, sigma-24 subunit, ECF subfamily', 'regulator'),
('SMCOG1033', 'iron compound ABC transporter, periplasmic', 'transporter'),
('SMCOG1034', 'cytochrome P450', 'biosynthetic_smcog'),
('SMCOG1035', 'MMPL domain-containing transport protein', 'biosynthetic_smcog'),
('SMCOG1036', 'alpha/beta hydrolase fold protein', 'biosynthetic_smcog'),
('SMCOG1037', 'heavy metal translocating P-type ATPase', 'other'),
('SMCOG1038', 'phenylalanine-specific permease', 'biosynthetic_smcog'),
('SMCOG1039', 'aldo/keto reductase family oxidoreductase', 'biosynthetic_smcog'),
('SMCOG1040', 'alcohol dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1041', 'transcriptional regulator, SARP family', 'regulator'),
('SMCOG1042', 'O-methyltransferase', 'biosynthetic_smcog'),
('SMCOG1043', 'hydroxymethylglutaryl-CoA synthase', 'biosynthetic_smcog'),
('SMCOG1044', 'ABC transporter, permease protein', 'transporter'),
('SMCOG1045', 'glycosyl transferase group 1', 'biosynthetic_smcog'),
('SMCOG1046', 'Dioxygenase TauD/TfdA', 'biosynthetic_smcog'),
('SMCOG1047', 'phosphopantetheine-binding domain-containing protein', 'biosynthetic_smcog'),
('SMCOG1048', 'sensor histidine kinase', 'regulator'),
('SMCOG1049', 'AcrB/AcrD/AcrF family protein', 'transporter'),
('SMCOG1050', 'monooxygenase FAD-binding', 'biosynthetic_smcog'),
('SMCOG1051', 'TonB-dependent siderophore receptor', 'transporter'),
('SMCOG1052', 'Terpene synthase/cyclase metal-binding domain protein', 'biosynthetic_smcog'),
('SMCOG1053', 'beta-lactamase', 'biosynthetic_smcog'),
('SMCOG1054', 'hypothetical protein', 'other'),
('SMCOG1055', 'pyruvate oxidase/decarboxylase', 'biosynthetic_smcog'),
('SMCOG1056', 'DegT/DnrJ/EryC1/StrS aminotransferase', 'biosynthetic_smcog'),
('SMCOG1057', 'TetR family transcriptional regulator', 'regulator'),
('SMCOG1058', 'ArsR family transcriptional regulator', 'regulator'),
('SMCOG1059', 'acetyl-CoA carboxylase, carboxyl transferase,', 'biosynthetic_smcog'),
('SMCOG1060', '4''-phosphopantetheinyl transferase', 'biosynthetic_smcog'),
('SMCOG1061', 'methyl-accepting chemotaxis protein', 'other'),
('SMCOG1062', 'glycosyltransferase, MGT family', 'biosynthetic_smcog'),
('SMCOG1063', 'argininosuccinate lyase/adenylosuccinate lyase', 'biosynthetic_smcog'),
('SMCOG1064', 'glucose-1-phosphate adenylyl/thymidylyltransferase', 'biosynthetic_smcog'),
('SMCOG1065', 'ABC-2 type transporter', 'transporter'),
('SMCOG1066', 'alpha/beta hydrolase domain-containing protein', 'biosynthetic_smcog'),
('SMCOG1067', 'putative ABC transporter permease protein', 'transporter'),
('SMCOG1068', 'extracellular solute-binding protein family 5', 'transporter'),
('SMCOG1069', 'putative ABC transporter permease protein', 'transporter'),
('SMCOG1070', 'lanthionine synthetase C family protein', 'biosynthetic_smcog'),
('SMCOG1071', 'GntR family transcriptional regulator', 'regulator'),
('SMCOG1072', 'dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1073', 'PE-PGRS family protein', 'other'),
('SMCOG1074', 'major facilitator family transporter', 'transporter'),
('SMCOG1075', 'alkaline serine protease, subtilase family', 'biosynthetic_smcog'),
('SMCOG1076', 'RND efflux system, outer membrane lipoprotein,', 'transporter'),
('SMCOG1077', 'phage integrase family protein', 'other'),
('SMCOG1078', 'LacI family transcription regulator', 'regulator'),
('SMCOG1079', 'oxidoreductase', 'biosynthetic_smcog'),
('SMCOG1080', 'lysine/ornithine N-monooxygenase', 'biosynthetic_smcog'),
('SMCOG1081', 'cysteine synthase', 'biosynthetic_smcog'),
('SMCOG1082', 'TonB-dependent siderophore receptor family', 'transporter'),
('SMCOG1083', 'oxidoreductase', 'biosynthetic_smcog'),
('SMCOG1084', '3-oxoacyl-(acyl carrier protein) synthase III', 'biosynthetic_smcog'),
('SMCOG1085', 'binding-protein-dependent transport systems', 'transporter'),
('SMCOG1086', 'MATE efflux family protein', 'transporter'),
('SMCOG1087', 'hypothetical protein', 'other'),
('SMCOG1088', 'acyltransferase 3', 'biosynthetic_smcog'),
('SMCOG1089', 'methyltransferase', 'biosynthetic_smcog'),
('SMCOG1090', 'acetyl-CoA carboxylase biotin carboxylase', 'biosynthetic_smcog'),
('SMCOG1091', 'glutamine-binding lipoprotein glnH', 'biosynthetic_smcog'),
('SMCOG1092', 'hypothetical protein', 'other'),
('SMCOG1093', 'Beta-ketoacyl synthase', 'biosynthetic_smcog'),
('SMCOG1094', 'ferredoxin', 'other'),
('SMCOG1095', '3-hydroxybutyryl-CoA dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1096', 'polar amino acid ABC transporter, inner membrane', 'transporter'),
('SMCOG1097', 'transposase', 'other'),
('SMCOG1098', 'enterobactin/ferric enterobactin esterase', 'biosynthetic_smcog'),
('SMCOG1099', 'hypothetical protein', 'other'),
('SMCOG1100', '3-hydroxyisobutyrate dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1101', 'phosphoglycerate mutase', 'biosynthetic_smcog'),
('SMCOG1102', 'glycosyltransferase', 'biosynthetic_smcog'),
('SMCOG1103', 'FAD dependent oxidoreductase', 'biosynthetic_smcog'),
('SMCOG1104', 'putative esterase', 'biosynthetic_smcog'),
('SMCOG1105', 'amidase', 'biosynthetic_smcog'),
('SMCOG1106', 'major facilitator transporter', 'transporter'),
('SMCOG1107', 'TonB-dependent receptor', 'transporter'),
('SMCOG1108', 'ROK family protein', 'other'),
('SMCOG1109', '8-amino-7-oxononanoate synthase', 'biosynthetic_smcog'),
('SMCOG1110', '1-deoxy-D-xylulose-5-phosphate synthase', 'biosynthetic_smcog'),
('SMCOG1111', 'GCN5-related N-acetyltransferase', 'biosynthetic_smcog'),
('SMCOG1112', 'sigma-54 dependent trancsriptional regulator', 'regulator'),
('SMCOG1113', 'inner-membrane translocator', 'transporter'),
('SMCOG1114', 'ornithine carbamoyltransferase', 'biosynthetic_smcog'),
('SMCOG1115', 'HAD-superfamily hydrolase, subfamily IA, variant', 'biosynthetic_smcog'),
('SMCOG1116', 'Homoserine/threonine efflux protein', 'transporter'),
('SMCOG1117', 'sodium/hydrogen exchanger', 'transporter'),
('SMCOG1118', 'binding-protein-dependent transport systems', 'transporter'),
('SMCOG1119', 'halogenase', 'biosynthetic_smcog'),
('SMCOG1120', 'AsnC family transcriptional regulator', 'regulator'),
('SMCOG1121', 'dioxygenase, TauD/TfdA', 'biosynthetic_smcog'),
('SMCOG1122', 'ATP-dependent RNA helicase', 'other'),
('SMCOG1123', 'polyprenol-monophosphomannose synthase ppm1', 'biosynthetic_smcog'),
('SMCOG1124', 'acetyl-CoA acetyltransferase', 'biosynthetic_smcog'),
('SMCOG1125', 'LysR family transcriptional regulator', 'regulator'),
('SMCOG1126', 'extracytoplasmic-function sigma-70 factor', 'regulator'),
('SMCOG1127', 'condensation domain-containing protein', 'biosynthetic_smcog'),
('SMCOG1128', 'cyclase/dehydrase', 'biosynthetic_smcog'),
('SMCOG1129', 'acyl carrier protein', 'biosynthetic_smcog'),
('SMCOG1130', 'transposase', 'other'),
('SMCOG1131', 'major facilitator transporter', 'transporter'),
('SMCOG1132', 'DNA-binding protein HU 1', 'other'),
('SMCOG1133', 'Transcription regulator, crp', 'regulator'),
('SMCOG1134', 'flavodoxin', 'biosynthetic_smcog'),
('SMCOG1135', 'MarR family transcriptional regulator', 'regulator'),
('SMCOG1136', 'GntR family transcriptional regulator', 'regulator'),
('SMCOG1137', 'Major facilitator superfamily MFS 1', 'transporter'),
('SMCOG1138', 'FAD linked oxidase domain protein', 'biosynthetic_smcog'),
('SMCOG1139', 'aminotransferase class V', 'biosynthetic_smcog'),
('SMCOG1140', 'Lanthionine synthetase C family protein', 'biosynthetic_smcog'),
('SMCOG1141', 'acyltransferase', 'biosynthetic_smcog'),
('SMCOG1142', 'PPE family protein', 'other'),
('SMCOG1143', 'sugar-binding lipoprotein', 'biosynthetic_smcog'),
('SMCOG1144', 'thioesterase superfamily protein', 'biosynthetic_smcog'),
('SMCOG1145', 'Glucose-specific phosphotransferase enzyme IIA', 'biosynthetic_smcog'),
('SMCOG1146', 'sugar transferase', 'biosynthetic_smcog'),
('SMCOG1147', 'putative acyl carrier protein', 'biosynthetic_smcog'),
('SMCOG1148', 'hypothetical protein', 'other'),
('SMCOG1149', 'LuxR family transcriptional regulator', 'regulator'),
('SMCOG1150', 'isoprenylcysteine carboxyl methyltransferase', 'biosynthetic_smcog'),
('SMCOG1151', 'transposase', 'other'),
('SMCOG1152', 'nucleotide sugar dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1153', 'Amino acid carrier protein', 'biosynthetic_smcog'),
('SMCOG1154', 'Pseudouridine synthase', 'biosynthetic_smcog'),
('SMCOG1155', 'Lantibiotic dehydratase domain protein', 'biosynthetic_smcog'),
('SMCOG1156', 'Chloramphenicol acetyltransferase', 'biosynthetic_smcog'),
('SMCOG1157', 'hypothetical protein', 'other'),
('SMCOG1158', 'ornithine cyclodeaminase', 'biosynthetic_smcog'),
('SMCOG1159', 'dihydropteridine reductase', 'biosynthetic_smcog'),
('SMCOG1160', 'flavin reductase domain protein FMN-binding', 'biosynthetic_smcog'),
('SMCOG1161', 'oxidoreductase', 'biosynthetic_smcog'),
('SMCOG1162', 'threonyl-tRNA synthetase', 'other'),
('SMCOG1163', 'rhodanese domain-containing protein', 'biosynthetic_smcog'),
('SMCOG1164', 'transposase IS3/IS911 family protein', 'other'),
('SMCOG1165', 'carboxylate-amine ligase', 'biosynthetic_smcog'),
('SMCOG1166', 'transporter, EamA family', 'transporter'),
('SMCOG1167', 'transcriptional regulator', 'regulator'),
('SMCOG1168', 'O-succinylhomoserine sulfhydrylase', 'biosynthetic_smcog'),
('SMCOG1169', 'sugar transport protein', 'transporter'),
('SMCOG1170', 'metallo-beta-lactamase family protein', 'biosynthetic_smcog'),
('SMCOG1171', 'transcriptional regulator, MerR family', 'regulator'),
('SMCOG1172', 'methionine aminopeptidase', 'biosynthetic_smcog'),
('SMCOG1173', 'WD-40 repeat-containing protein', 'other'),
('SMCOG1174', 'acetylglutamate kinase', 'biosynthetic_smcog'),
('SMCOG1175', 'pyridine nucleotide-disulfide oxidoreductase', 'biosynthetic_smcog'),
('SMCOG1176', 'alkyl hydroperoxide reductase subunit', 'biosynthetic_smcog'),
('SMCOG1177', 'asparagine synthase (glutamine-hydrolyzing)', 'biosynthetic_smcog'),
('SMCOG1178', 'cobalamin synthesis protein/P47K family protein', 'biosynthetic_smcog'),
('SMCOG1179', 'hydrolase', 'biosynthetic_smcog'),
('SMCOG1180', 'Decarboxylase, pyridoxal-dependent', 'biosynthetic_smcog'),
('SMCOG1181', 'dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1182', 'Polyprenyl synthetase', 'biosynthetic_smcog'),
('SMCOG1183', '3-dehydroquinate synthase', 'biosynthetic_smcog'),
('SMCOG1184', 'major facilitator transporter', 'transporter'),
('SMCOG1185', 'carbon starvation protein A', 'other'),
('SMCOG1186', 'polysaccharide export protein', 'transporter'),
('SMCOG1187', 'hydroxymethylglutaryl-CoA reductase', 'biosynthetic_smcog'),
('SMCOG1188', 'hypothetical protein', 'other'),
('SMCOG1189', 'L-carnitine dehydratase/bile acid-inducible', 'biosynthetic_smcog'),
('SMCOG1190', 'GTP-binding protein LepA', 'biosynthetic_smcog'),
('SMCOG1191', 'acyl-CoA dehydrogenase type 2', 'biosynthetic_smcog'),
('SMCOG1192', 'transposase', 'other'),
('SMCOG1193', 'glutathione S-transferase', 'biosynthetic_smcog'),
('SMCOG1194', 'DNA polymerase III subunit alpha', 'other'),
('SMCOG1195', 'IclR family transcriptional regulator', 'regulator'),
('SMCOG1196', 'alkyl hydroperoxide reductase/ Thiol specific', 'biosynthetic_smcog'),
('SMCOG1197', 'autoinducer-binding transcriptional regulator,', 'regulator'),
('SMCOG1198', 'hypothetical protein', 'other'),
('SMCOG1199', 'NmrA family protein', 'other'),
('SMCOG1200', 'vibriobactin utilization protein ViuB', 'other'),
('SMCOG1201', 'response regulator', 'regulator'),
('SMCOG1202', 'major facilitator transporter', 'transporter'),
('SMCOG1203', 'putative siderophore biosynthesis protein', 'biosynthetic_smcog'),
('SMCOG1204', 'transketolase', 'biosynthetic_smcog'),
('SMCOG1205', 'ABC transporter, carbohydrate uptake', 'transporter'),
('SMCOG1206', 'transposase', 'other'),
('SMCOG1207', 'inositol monophosphatase', 'biosynthetic_smcog'),
('SMCOG1208', 'pirin domain-containing protein', 'other'),
('SMCOG1209', 'polyketide synthase associated protein papA3', 'biosynthetic_smcog'),
('SMCOG1210', 'glycerol kinase', 'biosynthetic_smcog'),
('SMCOG1211', 'hypothetical protein', 'other'),
('SMCOG1212', 'sodium:dicarboxylate symporter', 'transporter'),
('SMCOG1213', 'transposase', 'other'),
('SMCOG1214', 'binding-protein-dependent transport systems', 'transporter'),
('SMCOG1215', 'TetR family transcriptional regulator', 'regulator'),
('SMCOG1216', 'exopolysaccharide biosynthesis domain protein', 'biosynthetic_smcog'),
('SMCOG1217', 'NADH:flavin oxidoreductase/NADH oxidase', 'biosynthetic_smcog'),
('SMCOG1218', 'Exonuclease', 'other'),
('SMCOG1219', 'N-acetyl-gamma-glutamyl-phosphate reductase', 'biosynthetic_smcog'),
('SMCOG1220', 'bifunctional ornithine', 'biosynthetic_smcog'),
('SMCOG1221', 'hypothetical protein', 'other'),
('SMCOG1222', 'dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1223', 'ATPase', 'other'),
('SMCOG1224', 'TetR family transcriptional regulator', 'regulator'),
('SMCOG1225', 'Polyketide synthesis cyclase', 'biosynthetic_smcog'),
('SMCOG1226', 'hypothetical protein', 'other'),
('SMCOG1227', 'ribosome biogenesis GTP-binding protein YsxC', 'other'),
('SMCOG1228', 'methionyl-tRNA formyltransferase', 'biosynthetic_smcog'),
('SMCOG1229', 'transposase', 'other'),
('SMCOG1230', 'Nuclease SbcCD, D subunit', 'other'),
('SMCOG1231', 'carboxyvinyl-carboxyphosphonate', 'biosynthetic_smcog'),
('SMCOG1232', 'hypothetical protein', 'other'),
('SMCOG1233', 'disulfide isomerase/thiol-disulfide oxidase', 'biosynthetic_smcog'),
('SMCOG1234', 'transporter, small conductance mechanosensitive', 'transporter'),
('SMCOG1235', 'polysaccharide deacetylase', 'biosynthetic_smcog'),
('SMCOG1236', 'integral membrane indolylacetylinositol', 'biosynthetic_smcog'),
('SMCOG1237', 'transposase', 'other'),
('SMCOG1238', 'transposase', 'other'),
('SMCOG1239', 'TetR family transcriptional regulator', 'regulator'),
('SMCOG1240', 'riboflavin biosynthesis protein RibD', 'biosynthetic_smcog'),
('SMCOG1241', 'lipoprotein dsbF', 'other'),
('SMCOG1242', 'transposase', 'other'),
('SMCOG1243', 'ABC transporter, permease component', 'transporter'),
('SMCOG1244', 'amidohydrolase', 'biosynthetic_smcog'),
('SMCOG1245', 'ABC transporter protein, integral membrane', 'other'),
('SMCOG1246', 'monooxygenase FAD-binding', 'biosynthetic_smcog'),
('SMCOG1247', 'acetylornithine deacetylase', 'biosynthetic_smcog'),
('SMCOG1248', 'methyltransferase', 'biosynthetic_smcog'),
('SMCOG1249', 'carbamoyl phosphate synthase small subunit', 'biosynthetic_smcog'),
('SMCOG1250', 'DinB', 'other'),
('SMCOG1251', 'luciferase family protein', 'other'),
('SMCOG1252', 'cation ABC transporter, periplasmic', 'transporter'),
('SMCOG1253', 'putative lipoprotein', 'other'),
('SMCOG1254', 'ferric enterobactin transport protein FepE', 'transporter'),
('SMCOG1255', 'cold-shock DNA-binding domain protein', 'regulator'),
('SMCOG1256', 'FkbH like protein', 'biosynthetic_smcog'),
('SMCOG1257', 'Alpha-glucosidase', 'biosynthetic_smcog'),
('SMCOG1258', 'Antibiotic biosynthesis monooxygenase', 'biosynthetic_smcog'),
('SMCOG1259', 'hypothetical protein', 'other'),
('SMCOG1260', 'AraC family transcriptional regulator', 'regulator'),
('SMCOG1261', 'hypothetical protein', 'other'),
('SMCOG1262', 'haloalkane dehalogenase', 'biosynthetic_smcog'),
('SMCOG1263', 'cobaltochelatase subunit CobN', 'biosynthetic_smcog'),
('SMCOG1264', 'diaminopimelate decarboxylase', 'biosynthetic_smcog'),
('SMCOG1265', 'ferredoxin', 'other'),
('SMCOG1266', 'hydrogen peroxide sensitive repressor', 'regulator'),
('SMCOG1267', 'hypothetical protein', 'other'),
('SMCOG1268', 'mandelate racemase/muconate lactonizing enzyme', 'biosynthetic_smcog'),
('SMCOG1269', 'hypothetical protein', 'other'),
('SMCOG1270', 'UDP-3-O-[3-hydroxymyristoyl] N-acetylglucosamine', 'biosynthetic_smcog'),
('SMCOG1271', '2-isopropylmalate synthase', 'biosynthetic_smcog'),
('SMCOG1272', 'TPR repeat-containing protein', 'other'),
('SMCOG1273', 'hypothetical protein', 'other'),
('SMCOG1274', 'gamma-glutamyltranspeptidase', 'biosynthetic_smcog'),
('SMCOG1275', 'peptide deformylase', 'biosynthetic_smcog'),
('SMCOG1276', 'PfkB domain protein', 'biosynthetic_smcog'),
('SMCOG1277', 'Radical SAM domain protein', 'other'),
('SMCOG1278', 'PadR family transcriptional regulator', 'regulator'),
('SMCOG1279', 'pseudouridine synthase', 'biosynthetic_smcog'),
('SMCOG1280', 'thiamine-phosphate pyrophosphorylase', 'biosynthetic_smcog'),
('SMCOG1281', 'IS407A, transposase OrfA', 'other'),
('SMCOG1282', 'extracellular ligand-binding receptor', 'transporter'),
('SMCOG1283', '2`,3`-cyclic-nucleotide 2`-phosphodiesterase', 'biosynthetic_smcog'),
('SMCOG1284', 'transcriptional regulator, MarR family', 'regulator'),
('SMCOG1285', 'ferredoxin fdxC', 'other'),
('SMCOG1286', 'Pentapeptide repeat protein', 'other'),
('SMCOG1287', 'AraC family transcriptional regulator', 'regulator'),
('SMCOG1288', 'ABC transporter related protein', 'transporter'),
('SMCOG1289', 'hypothetical protein', 'other'),
('SMCOG1290', 'conserved hypothetical transmembrane protein', 'transporter'),
('SMCOG1291', 'argininosuccinate synthase', 'biosynthetic_smcog'),
('SMCOG1292', 'hypothetical protein', 'other'),
('SMCOG1293', 'aldehyde oxidase and xanthine dehydrogenase', 'biosynthetic_smcog'),
('SMCOG1294', 'Nitrilase/cyanide hydratase and apolipoprotein', 'biosynthetic_smcog'),
('SMCOG1295', 'Sel1 domain protein repeat-containing protein', 'other'),
('SMCOG1296', 'tellurium resistance protein, TerD', 'other'),
('SMCOG1297', 'Pullulanase, type I', 'biosynthetic_smcog'),
('SMCOG1298', 'putative carboxymuconolactone decarboxylase', 'biosynthetic_smcog'),
('SMCOG1299', 'chaperonin GroEL', 'other'),
('SMCOG1300', 'hypothetical protein', 'other')
) val ( name, description, functional_class_name )
LEFT JOIN antismash.functional_classes f ON val.functional_class_name = f.name;