Structure of PDB 4ly0 Chain B Binding Site BS02

Receptor Information
>4ly0 Chain B (length=274) Species: 407148 (Campylobacter jejuni subsp. jejuni 81116) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
GHMIKICIAGKNNIAVNSLQFILKNYFEADQIVVIPNKNDKGIDSWQKSL
LKFALDNNIKIVTLDEIYNIEQIIFFSLEFDQIIKIENFKSDRLFNIHFS
ALPKYKGVFTSITPILNNELESGVTLHRIDNGIDTGNIIDQHCFPIDIND
TARDLYFNYLKYGESIFKKNIQTIINNSYKDLKQTNINSSYFSRKDINLV
HKINFKKTSFEIHNQIRAFIFQEYQLPIINNSKIIKSILANEFIGYNVFE
EFENYFIISGIDGFKIIAQKLNKL
Ligand information
Ligand IDDAU
InChIInChI=1S/C16H26N2O16P2/c1-6-3-18(16(25)17-14(6)24)10-2-7(20)9(31-10)5-30-35(26,27)34-36(28,29)33-15-13(23)12(22)11(21)8(4-19)32-15/h3,7-13,15,19-23H,2,4-5H2,1H3,(H,26,27)(H,28,29)(H,17,24,25)/t7-,8+,9+,10+,11+,12-,13+,15+/m0/s1
InChIKeyYSYKRGRSMLTJNL-URARBOGNSA-N
SMILES
SoftwareSMILES
CACTVS 3.370CC1=CN([CH]2C[CH](O)[CH](CO[P](O)(=O)O[P](O)(=O)O[CH]3O[CH](CO)[CH](O)[CH](O)[CH]3O)O2)C(=O)NC1=O
OpenEye OEToolkits 1.7.6CC1=CN(C(=O)NC1=O)C2CC(C(O2)COP(=O)(O)OP(=O)(O)OC3C(C(C(C(O3)CO)O)O)O)O
CACTVS 3.370CC1=CN([C@H]2C[C@H](O)[C@@H](CO[P](O)(=O)O[P](O)(=O)O[C@H]3O[C@H](CO)[C@@H](O)[C@H](O)[C@H]3O)O2)C(=O)NC1=O
OpenEye OEToolkits 1.7.6CC1=CN(C(=O)NC1=O)[C@H]2C[C@@H]([C@H](O2)CO[P@](=O)(O)O[P@](=O)(O)O[C@@H]3[C@@H]([C@H]([C@@H]([C@H](O3)CO)O)O)O)O
ACDLabs 12.01O=C1C(=CN(C(=O)N1)C2OC(C(O)C2)COP(=O)(OP(=O)(OC3OC(C(O)C(O)C3O)CO)O)O)C
FormulaC16 H26 N2 O16 P2
Name2'DEOXY-THYMIDINE-5'-DIPHOSPHO-ALPHA-D-GLUCOSE
ChEMBLCHEMBL412989
DrugBankDB03751
ZINC
PDB chain4ly0 Chain B Residue 302 [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]
PDB4ly0 Structure of a sugar N-formyltransferase from Campylobacter jejuni.
Resolution1.6 Å
Binding residue
(original residue number in PDB)
K9 E77 F78 D79 V106 F107 R192 F219 Y222 Q223
Binding residue
(residue number reindexed from 1)
K11 E79 F80 D81 V108 F109 R194 F221 Y224 Q225
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 19:00:31 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 = '4ly0', asym_id = 'B', bs = 'BS02', title = 'Structure of a sugar N-formyltransferase from Campylobacter jejuni.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4ly0', asym_id='B', bs='BS02', title='Structure of a sugar N-formyltransferase from Campylobacter jejuni.')
   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 = '0009058', uniprot = '', pdbid = '4ly0', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009058', uniprot='', pdbid='4ly0', 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>