Structure of PDB 4muy Chain B Binding Site BS02

Receptor Information
>4muy Chain B (length=310) Species: 83333 (Escherichia coli K-12) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MQILLANPRGFCAGVDRAISIVENALAIYGAPIYVRHEVVHNRYVVDSLR
ERGAIFIEQISEVPDGAILIFSAHGVSQAVRNEAKSRDLTVFDATCPLVT
KVHMEVARASRRGEESILIGHAGHPEVEGTMGQYSNPEGGMYLVESPDDV
WKLTVKNEEKLSFMTQTTLSVDDTSDVIDALRKRFPKIVGPRKDDICYAT
TNRQEAVRALAEQAEVVLVVGSKNSSNSNRLAELAQRMGKRAFLIDDAKD
IQEEWVKEVKCVGVTAGASAPDILVQNVVARLQQLGGGEAIPLEGREENI
VFEVPKELRV
Ligand information
Ligand ID2E5
InChIInChI=1S/C6H9NO7P2/c8-15(9,10)14-16(11,12)13-5-6-1-3-7-4-2-6/h1-4H,5H2,(H,11,12)(H2,8,9,10)
InChIKeyQYGGOAFNDFCCNJ-UHFFFAOYSA-N
SMILES
SoftwareSMILES
ACDLabs 12.01O=P(O)(O)OP(=O)(OCc1ccncc1)O
CACTVS 3.385O[P](O)(=O)O[P](O)(=O)OCc1ccncc1
OpenEye OEToolkits 1.7.6c1cnccc1COP(=O)(O)OP(=O)(O)O
FormulaC6 H9 N O7 P2
Namepyridin-4-ylmethyl trihydrogen diphosphate
ChEMBLCHEMBL2251818
DrugBank
ZINCZINC000098208143
PDB chain4muy 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]
PDB4muy Insights into the Binding of Pyridines to the Iron-Sulfur Enzyme IspH.
Resolution1.8 Å
Binding residue
(original residue number in PDB)
V40 H41 A73 H74 H124 T167 T168 S225 S226 N227 S269
Binding residue
(residue number reindexed from 1)
V40 H41 A73 H74 H124 T167 T168 S225 S226 N227 S269
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Thu Nov 28 14:28: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 = '4muy', asym_id = 'B', bs = 'BS02', title = 'Insights into the Binding of Pyridines to the Iron-Sulfur Enzyme IspH.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4muy', asym_id='B', bs='BS02', title='Insights into the Binding of Pyridines to the Iron-Sulfur Enzyme IspH.')
   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 = '0019288,0046872,0050992,0051745', uniprot = '', pdbid = '4muy', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0019288,0046872,0050992,0051745', uniprot='', pdbid='4muy', 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>