Structure of PDB 3vbi Chain C Binding Site BS02

Receptor Information
>3vbi Chain C (length=186) Species: 699184 (Bacillus cereus SJ1) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MNSFYSQEELKKIGFLSVGKNVLISKKASIYNPGVISIGNNVRIDDFCIL
SGKVTIGSYSHIAAYTALYGGEVGIEMYDFANISSRTIVYAAIDDFSGNA
LMGPTIPNQYKNVKTGKVILKKHVIIGAHSIIFPNVVIGEGVAVGAMSMV
KESLDDWYIYVGVPVRKIKARKRKIVELENEFLKSM
Ligand information
Ligand IDCOA
InChIInChI=1S/C21H36N7O16P3S/c1-21(2,16(31)19(32)24-4-3-12(29)23-5-6-48)8-41-47(38,39)44-46(36,37)40-7-11-15(43-45(33,34)35)14(30)20(42-11)28-10-27-13-17(22)25-9-26-18(13)28/h9-11,14-16,20,30-31,48H,3-8H2,1-2H3,(H,23,29)(H,24,32)(H,36,37)(H,38,39)(H2,22,25,26)(H2,33,34,35)/t11-,14-,15-,16+,20-/m1/s1
InChIKeyRGJOEKWQDUBAIZ-IBOSZNHHSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC(C)(COP(=O)(O)OP(=O)(O)OCC1C(C(C(O1)n2cnc3c2ncnc3N)O)OP(=O)(O)O)C(C(=O)NCCC(=O)NCCS)O
CACTVS 3.341CC(C)(CO[P@@](O)(=O)O[P@](O)(=O)OC[C@H]1O[C@H]([C@H](O)[C@@H]1O[P](O)(O)=O)n2cnc3c(N)ncnc23)[C@@H](O)C(=O)NCCC(=O)NCCS
OpenEye OEToolkits 1.5.0CC(C)(CO[P@](=O)(O)O[P@@](=O)(O)OC[C@@H]1[C@H]([C@H]([C@@H](O1)n2cnc3c2ncnc3N)O)OP(=O)(O)O)[C@H](C(=O)NCCC(=O)NCCS)O
CACTVS 3.341CC(C)(CO[P](O)(=O)O[P](O)(=O)OC[CH]1O[CH]([CH](O)[CH]1O[P](O)(O)=O)n2cnc3c(N)ncnc23)[CH](O)C(=O)NCCC(=O)NCCS
ACDLabs 10.04O=C(NCCS)CCNC(=O)C(O)C(C)(C)COP(=O)(O)OP(=O)(O)OCC3OC(n2cnc1c(ncnc12)N)C(O)C3OP(=O)(O)O
FormulaC21 H36 N7 O16 P3 S
NameCOENZYME A
ChEMBLCHEMBL1213327
DrugBankDB01992
ZINCZINC000008551087
PDB chain3vbi Chain C Residue 189 [Download ligand structure] [Download structure with residue number starting from 1] [View ligand structure]
Receptor-Ligand Complex Structure
Global viewLocal viewStructure summary

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]

[Spin on] [Spin off] [Reset]
[High quality] [Low quality]
[White background] [Black background]
PDB3vbi Structural Studies of AntD: An N-Acyltransferase Involved in the Biosynthesis of d-Anthrose.
Resolution1.8 Å
Binding residue
(original residue number in PDB)
Y90 I93 F96 F133 M149 K151 V163
Binding residue
(residue number reindexed from 1)
Y90 I93 F96 F133 M149 K151 V163
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Nov 25 05:57:46 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/BioLiP/pdb.cgi in <module>()
   1435     title=pdb2title(pdbid)
   1436     if bs.startswith("BS"):
=> 1437         pubmed,uniprot=display_interaction(pdbid,asym_id,bs,title)
   1438     else:
   1439         if lig3:
pubmed = '', uniprot = '', display_interaction = <function display_interaction>, pdbid = '3vbi', asym_id = 'C', bs = 'BS02', title = 'Structural Studies of AntD: An N-Acyltransferase Involved in the Biosynthesis of d-Anthrose.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='3vbi', asym_id='C', bs='BS02', title='Structural Studies of AntD: An N-Acyltransferase Involved in the Biosynthesis of d-Anthrose.')
   1295         display_ec(ec,csaOrig,csaRenu)
   1296     if go:
=> 1297         display_go(go,uniprot,pdbid,asym_id)
   1298     return pubmed,uniprot
   1299 
global display_go = <function display_go>, go = '0016740', uniprot = '', pdbid = '3vbi', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016740', uniprot='', pdbid='3vbi', asym_id='C')
    480         '''.replace("$namespace_link",namespace_link
    481           ).replace("$namespace",namespace
=>  482           ).replace("$uniprot",u
    483         ))
    484         for l,(term,name) in enumerate(go2aspect[Aspect]):
u undefined

UnboundLocalError: local variable 'u' referenced before assignment
      args = ("local variable 'u' referenced before assignment",)
      with_traceback = <built-in method with_traceback of UnboundLocalError object>