Structure of PDB 4mux Chain A Binding Site BS02

Receptor Information
>4mux Chain A (length=309) 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
VFEVPKELR
Ligand information
Ligand ID2E4
InChIInChI=1S/C6H9NO7P2/c8-15(9,10)14-16(11,12)13-5-6-2-1-3-7-4-6/h1-4H,5H2,(H,11,12)(H2,8,9,10)
InChIKeyZGCXLEIPHNIRMO-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.385O[P](O)(=O)O[P](O)(=O)OCc1cccnc1
ACDLabs 12.01O=P(O)(O)OP(=O)(OCc1cccnc1)O
OpenEye OEToolkits 1.7.6c1cc(cnc1)COP(=O)(O)OP(=O)(O)O
FormulaC6 H9 N O7 P2
Namepyridin-3-ylmethyl trihydrogen diphosphate
ChEMBLCHEMBL2251817
DrugBank
ZINCZINC000098208142
PDB chain4mux Chain A 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]
PDB4mux Insights into the Binding of Pyridines to the Iron-Sulfur Enzyme IspH.
Resolution1.7 Å
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
Sat Nov 16 00:53:11 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 = '4mux', asym_id = 'A', 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='4mux', asym_id='A', 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 = '4mux', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0019288,0046872,0050992,0051745', uniprot='', pdbid='4mux', asym_id='A')
    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>