Structure of PDB 3vbj Chain C Binding Site BS04

Receptor Information
>3vbj Chain C (length=188) 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
KESLDDWYIYVGVPVRKIKARKRKIVELENEFLKSMNS
Ligand information
Ligand ID3HC
InChIInChI=1S/C25H42N7O18P3S/c1-13(33)8-16(35)54-7-6-27-15(34)4-5-28-23(38)20(37)25(2,3)10-47-53(44,45)50-52(42,43)46-9-14-19(49-51(39,40)41)18(36)24(48-14)32-12-31-17-21(26)29-11-30-22(17)32/h11-14,18-20,24,33,36-37H,4-10H2,1-3H3,(H,27,34)(H,28,38)(H,42,43)(H,44,45)(H2,26,29,30)(H2,39,40,41)/t13-,14+,18+,19+,20-,24+/m0/s1
InChIKeyQHHKKMYHDBRONY-VKBDFPRVSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC(CC(=O)SCCNC(=O)CCNC(=O)[C@@H](C(C)(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)O)O
ACDLabs 10.04O=C(SCCNC(=O)CCNC(=O)C(O)C(C)(C)COP(=O)(O)OP(=O)(O)OCC3OC(n2cnc1c(ncnc12)N)C(O)C3OP(=O)(O)O)CC(O)C
OpenEye OEToolkits 1.5.0CC(CC(=O)SCCNC(=O)CCNC(=O)C(C(C)(C)COP(=O)(O)OP(=O)(O)OCC1C(C(C(O1)n2cnc3c2ncnc3N)O)OP(=O)(O)O)O)O
CACTVS 3.341C[C@H](O)CC(=O)SCCNC(=O)CCNC(=O)[C@H](O)C(C)(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
CACTVS 3.341C[CH](O)CC(=O)SCCNC(=O)CCNC(=O)[CH](O)C(C)(C)CO[P](O)(=O)O[P](O)(=O)OC[CH]1O[CH]([CH](O)[CH]1O[P](O)(O)=O)n2cnc3c(N)ncnc23
FormulaC25 H42 N7 O18 P3 S
Name3-HYDROXYBUTANOYL-COENZYME A;
3-HYDROXYBUTYRYL-COENZYME A
ChEMBL
DrugBank
ZINCZINC000008551316
PDB chain3vbj Chain C Residue 310 [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]
PDB3vbj Structural Studies of AntD: An N-Acyltransferase Involved in the Biosynthesis of d-Anthrose.
Resolution1.8 Å
Binding residue
(original residue number in PDB)
H61 S84 G145 A146 V161 K169
Binding residue
(residue number reindexed from 1)
H61 S84 G145 A146 V161 K169
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Dec 2 04:27:25 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 = '3vbj', asym_id = 'C', bs = 'BS04', 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='3vbj', asym_id='C', bs='BS04', 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 = '3vbj', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016740', uniprot='', pdbid='3vbj', 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>