Structure of PDB 8vdw Chain B Binding Site BS02

Receptor Information
>8vdw Chain B (length=332) Species: 29466 (Veillonella parvula) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
QPSQVGTYEKILTIANRIMNGGEITKEEAIELIHTSDDDTMILLAMADKI
RQHFNDNSVDVCAIVNARSGKCPENCKFCAQSAHHNTGVQEYPFMDEESI
LQAARKAKEAGAIRFSIVTSGRNTNNPDEFDQIIHVLGRIKNEIGLEICC
SLGLLTYEQALKLKEVGVTRYHSNIETAPSHFPDICTTHSYEDKMFTIDN
AQKAGIRVCSGGILGLNETLEQRVEMAFELKRLHIDSVPLNILNPVKGTP
FESNEALRPLDILRTFAVFRFILPNALIRTAGGREVNLRDLQAYALKGGL
NGIMVGGYLTTGGRSPQDDLQMIQDLELTRNT
Ligand information
Ligand IDDTB
InChIInChI=1S/C10H18N2O3/c1-7-8(12-10(15)11-7)5-3-2-4-6-9(13)14/h7-8H,2-6H2,1H3,(H,13,14)(H2,11,12,15)/t7-,8+/m0/s1
InChIKeyAUTOLBMXDDTRRT-JGVFFNPUSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6CC1C(NC(=O)N1)CCCCCC(=O)O
OpenEye OEToolkits 1.7.6C[C@H]1[C@H](NC(=O)N1)CCCCCC(=O)O
CACTVS 3.385C[C@@H]1NC(=O)N[C@@H]1CCCCCC(O)=O
ACDLabs 12.01C1(=O)NC(C(N1)C)CCCCCC(=O)O
CACTVS 3.385C[CH]1NC(=O)N[CH]1CCCCCC(O)=O
FormulaC10 H18 N2 O3
Name6-(5-METHYL-2-OXO-IMIDAZOLIDIN-4-YL)-HEXANOIC ACID;
D-DESTHIOBIOTIN
ChEMBLCHEMBL1232381
DrugBankDB03775
ZINCZINC000094437777
PDB chain8vdw Chain B Residue 402 [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]
PDB8vdw X-Ray Crystal Structure of the biotin synthase from V. parvula
Resolution1.807 Å
Binding residue
(original residue number in PDB)
H179 N181 N248 M311 L316 T317 T318
Binding residue
(residue number reindexed from 1)
H172 N174 N241 M304 L309 T310 T311
Annotation score5
Enzymatic activity
Enzyme Commision number 2.8.1.6: biotin synthase.
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 30 07:24:12 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 = '8vdw', asym_id = 'B', bs = 'BS02', title = 'X-Ray Crystal Structure of the biotin synthase from V. parvula'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8vdw', asym_id='B', bs='BS02', title='X-Ray Crystal Structure of the biotin synthase from V. parvula')
   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 = '0003824,0004076,0009102,0051536', uniprot = '', pdbid = '8vdw', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0004076,0009102,0051536', uniprot='', pdbid='8vdw', asym_id='B')
    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>