Structure of PDB 4z7j Chain A Binding Site BS02

Receptor Information
>4z7j Chain A (length=159) Species: 1457393 (Acetobacter aceti 1023) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SAPVVGIIMGSQSDWETMRHADALLTELEIPHETLIVAAHRTPDRLADYA
RTAAERGLNVIIAGAGGAAHLPGMCAAWTRLPVLGVPVESRALKGMDSLL
SIVQMPGGVPVGTLAIGASGAKNAALLAASILALYNPALAARLETWRALQ
TASVPNSPI
Ligand information
Ligand IDRP5
InChIInChI=1S/C5H11O8P/c6-3-2(1-12-14(9,10)11)13-5(8)4(3)7/h2-8H,1H2,(H2,9,10,11)/t2-,3-,4-,5-/m1/s1
InChIKeyKTVPXOYAKDPRHY-TXICZTDVSA-N
SMILES
SoftwareSMILES
CACTVS 3.370O[CH]1O[CH](CO[P](O)(O)=O)[CH](O)[CH]1O
OpenEye OEToolkits 1.7.0C([C@@H]1[C@H]([C@H]([C@@H](O1)O)O)O)OP(=O)(O)O
OpenEye OEToolkits 1.7.0C(C1C(C(C(O1)O)O)O)OP(=O)(O)O
CACTVS 3.370O[C@@H]1O[C@H](CO[P](O)(O)=O)[C@@H](O)[C@H]1O
ACDLabs 12.01O=P(O)(O)OCC1OC(O)C(O)C1O
FormulaC5 H11 O8 P
Name5-O-phosphono-beta-D-ribofuranose;
[(2R,3S,4S,5R)-3,4,5-TRIHYDROXYTETRAHYDROFURAN-2-YL]METHYL DIHYDROGEN PHOSPHATE;
5-O-phosphono-beta-D-ribose;
5-O-phosphono-D-ribose;
5-O-phosphono-ribose
ChEMBLCHEMBL1235722
DrugBankDB04352
ZINCZINC000004228241
PDB chain4z7j Chain A Residue 204 [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]
PDB4z7j Mutation of the conserved serine in two PurE classes
Resolution1.502 Å
Binding residue
(original residue number in PDB)
S30 S32 D33 R60 A84 G85
Binding residue
(residue number reindexed from 1)
S11 S13 D14 R41 A65 G66
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 23:59: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 = '4z7j', asym_id = 'A', bs = 'BS02', title = 'Mutation of the conserved serine in two PurE classes'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4z7j', asym_id='A', bs='BS02', title='Mutation of the conserved serine in two PurE classes')
   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 = '0006189', uniprot = '', pdbid = '4z7j', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0006189', uniprot='', pdbid='4z7j', 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>