Structure of PDB 8jfh Chain D Binding Site BS02

Receptor Information
>8jfh Chain D (length=238) Species: 210 (Helicobacter pylori) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SMQFTGKNVLITGASKGIGAEIARTLASMGLKVWINYRSNAEVADALKNE
LEEKGYKAAVIKFDAASESDFVEAIQAIVQSDGGLSYLVNNAGVVRDKLA
IKMKTEDFHHVIDNNLTSAFIGCREALKVMSKSRFGSVVNIASIIGERGN
MGQTNYSASKGGMIAMSKSFAYEGALRNIRFNSVTPGFIETKADYVKNIP
LNRLGAAKEVAEAVAFLLSDHSSYITGETLKVNGGLYM
Ligand information
Ligand IDPN7
InChIInChI=1S/C11H23N2O7PS/c1-11(2,7-20-21(17,18)19)9(15)10(16)13-4-3-8(14)12-5-6-22/h9,15,22H,3-7H2,1-2H3,(H,12,14)(H,13,16)(H2,17,18,19)/t9-/m1/s1
InChIKeyJDMUPRLRUUMCTL-SECBINFHSA-N
SMILES
SoftwareSMILES
ACDLabs 12.01OC(C(C)(COP(O)(O)=O)C)C(=O)NCCC(NCCS)=O
OpenEye OEToolkits 1.7.6CC(C)(COP(=O)(O)O)C(C(=O)NCCC(=O)NCCS)O
CACTVS 3.385CC(C)(CO[P](O)(O)=O)[CH](O)C(=O)NCCC(=O)NCCS
CACTVS 3.385CC(C)(CO[P](O)(O)=O)[C@H](O)C(=O)NCCC(=O)NCCS
OpenEye OEToolkits 1.7.6CC(C)(COP(=O)(O)O)[C@@H](C(=O)NCCC(=O)NCCS)O
FormulaC11 H23 N2 O7 P S
NameN~3~-[(2S)-2-hydroxy-3,3-dimethyl-4-(phosphonooxy)butanoyl]-N-(2-sulfanylethyl)-beta-alaninamide
ChEMBL
DrugBank
ZINC
PDB chain8jfh Chain F Residue 101 [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]
PDB8jfh The Molecular Basis of Catalysis by SDR Family Members Ketoacyl-ACP Reductase FabG and Enoyl-ACP Reductase FabI in Type-II Fatty Acid Biosynthesis.
Resolution1.8 Å
Binding residue
(original residue number in PDB)
D96 M150 Q152
Binding residue
(residue number reindexed from 1)
D97 M151 Q153
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 19:46:17 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 = '8jfh', asym_id = 'D', bs = 'BS02', title = 'The Molecular Basis of Catalysis by SDR Family M...ductase FabI in Type-II Fatty Acid Biosynthesis. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8jfh', asym_id='D', bs='BS02', title='The Molecular Basis of Catalysis by SDR Family M...ductase FabI in Type-II Fatty Acid Biosynthesis. ')
   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 = '0004316,0006633,0016491,0051287', uniprot = '', pdbid = '8jfh', asym_id = 'D'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004316,0006633,0016491,0051287', uniprot='', pdbid='8jfh', asym_id='D')
    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>