Structure of PDB 6g8g Chain C Binding Site BS01

Receptor Information
>6g8g Chain C (length=195) Species: 1355477 (Bradyrhizobium diazoefficiens) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AGRKMDIVIRAAWQLFLEQGFSATSMDAIAKAAGVSKATLYAYFPSKEAL
FASLIVAECESLQRDLPVPKLSAGLSEALRDFARQYLHTFIHRKDVAFVR
IIANESGRFPVLARLFYESGPEATIRRLAQFLEEARAARVLEFDDPMEAA
NQFLSLVRGELPLLIVLGLSDLTEEAIEQEIEAGLKFFLKACQPR
Ligand information
Ligand IDGEN
InChIInChI=1S/C15H10O5/c16-9-3-1-8(2-4-9)11-7-20-13-6-10(17)5-12(18)14(13)15(11)19/h1-7,16-18H
InChIKeyTZBJGXHYKVUXJN-UHFFFAOYSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0c1cc(ccc1C2=COc3cc(cc(c3C2=O)O)O)O
ACDLabs 10.04O=C1c3c(OC=C1c2ccc(O)cc2)cc(O)cc3O
CACTVS 3.341Oc1ccc(cc1)C2=COc3cc(O)cc(O)c3C2=O
FormulaC15 H10 O5
NameGENISTEIN;
5,7-DIHYDROXY-3-(4-HYDROXYPHENYL)-4H-1-BENZOPYRAN-4-ONE;
4',5,7-TRIHYDROXYISOFLAVONE;
PRUNETOL;
GENISTEOL
ChEMBLCHEMBL44
DrugBankDB01645
ZINCZINC000018825330
PDB chain6g8g Chain D Residue 1002 [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]
PDB6g8g The induction mechanism of the flavonoid-responsive regulator FrrA.
Resolution2.6 Å
Binding residue
(original residue number in PDB)
P180 L181
Binding residue
(residue number reindexed from 1)
P162 L163
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 15:55:07 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 = '6g8g', asym_id = 'C', bs = 'BS01', title = 'The induction mechanism of the flavonoid-responsive regulator FrrA.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6g8g', asym_id='C', bs='BS01', title='The induction mechanism of the flavonoid-responsive regulator FrrA.')
   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 = '0003677', uniprot = '', pdbid = '6g8g', asym_id = 'C'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003677', uniprot='', pdbid='6g8g', asym_id='C')
    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>