Structure of PDB 7fcm Chain A Binding Site BS02

Receptor Information
>7fcm Chain A (length=268) Species: 1236608 (Moraxella catarrhalis BBH18) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
QSMLLKGQRFVVTGIASKLSIAWAIAESLHREGAQLILTYPNDKIKKRVD
MAAEAFDAVAVIECDVGSDESIQVCFDEIAKHWGVGDDKGIDGIVHAIGF
APADQLDGDFTQATTREGSQIAHDISSYSFVALAKAGRELLAARQGSLLT
LTYEGSISVLPNYNVMGMAKASLEASVRYLASSLGGEGIRVNAISAGPIR
TLAASGIKSFRRMLDVSEKIAPLQRNVSQEEVGNAALFLLSPWASGITGE
ILFVDAGFNTVAISEKIM
Ligand information
Ligand IDTCL
InChIInChI=1S/C12H7Cl3O2/c13-7-1-3-11(9(15)5-7)17-12-4-2-8(14)6-10(12)16/h1-6,16H
InChIKeyXEFQLINVKFYRCS-UHFFFAOYSA-N
SMILES
SoftwareSMILES
ACDLabs 10.04Clc2cc(Cl)ccc2Oc1ccc(Cl)cc1O
OpenEye OEToolkits 1.5.0c1cc(c(cc1Cl)O)Oc2ccc(cc2Cl)Cl
CACTVS 3.341Oc1cc(Cl)ccc1Oc2ccc(Cl)cc2Cl
FormulaC12 H7 Cl3 O2
NameTRICLOSAN
ChEMBLCHEMBL849
DrugBankDB08604
ZINCZINC000000002216
PDB chain7fcm Chain A 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]
PDB7fcm Crystal structure of enoyl-ACP-reductase (FabI) from Moraxella catarrhalis in complex with the cofactor NAD
Resolution2.22 Å
Binding residue
(original residue number in PDB)
G97 A99 L104 Y151 Y161 A201 A202
Binding residue
(residue number reindexed from 1)
G99 A101 L106 Y153 Y163 A203 A204
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Nov 25 01:25:03 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 = '7fcm', asym_id = 'A', bs = 'BS02', title = 'Crystal structure of enoyl-ACP-reductase (FabI) ...ella catarrhalis in complex with the cofactor NAD'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7fcm', asym_id='A', bs='BS02', title='Crystal structure of enoyl-ACP-reductase (FabI) ...ella catarrhalis in complex with the cofactor NAD')
   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 = '0004318,0006633', uniprot = '', pdbid = '7fcm', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004318,0006633', uniprot='', pdbid='7fcm', 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>