Structure of PDB 6l7h Chain A Binding Site BS02

Receptor Information
>6l7h Chain A (length=453) Species: 49827 (Glycyrrhiza glabra) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SSIAPHPVVHVALLPSAGMGHLTPFLRLASLLLHQHCHVTLITPQPTVSK
AEEDLLSRFLSAFPQVNQLHFHLPPTDPFFLQFASIRSSSHLLTPLLSSL
TPPLSSFIYDMTLISPLLPIAESLGVPHYILFTSSATMFSFFSYFPTLAK
SESFPGKLDFVEIPGVSVSSIPRSSIPPPLLVPNSLFGKLFMEDSPKLKK
LHGVLVNTFEGIEKLSLEALNGGKVVKGLPPVYGVGPFVPCEFEKVETIS
EWLDEQPSGSVVYVSFGSRTAMGREQLREVGDGLVKSGWRFLWVVKDKIV
DRAEEEGLDGVLGFELVERMVKEKKGLVVKEWVDQSEILGHKAVGGFVSH
CGWNSVVEAAWFGVKILGWPLHGDQKINAEVVAKGGWGVWKEGWDWEGER
LVKGEEIGEAIREVMNDESLVMKATQVKKDARKAISVGGGCEVALQKLME
VWK
Ligand information
Ligand IDE7F
InChIInChI=1S/C21H24O10/c22-8-14-17(27)19(29)20(30)21(31-14)16-13(26)7-12(25)15(18(16)28)11(24)6-3-9-1-4-10(23)5-2-9/h1-2,4-5,7,14,17,19-23,25-30H,3,6,8H2/t14-,17-,19+,20-,21+/m1/s1
InChIKeyVZBPTZZTCBNBOZ-VJXVFPJBSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7c1cc(ccc1CCC(=O)c2c(cc(c(c2O)C3C(C(C(C(O3)CO)O)O)O)O)O)O
CACTVS 3.385OC[C@H]1O[C@H]([C@H](O)[C@@H](O)[C@@H]1O)c2c(O)cc(O)c(C(=O)CCc3ccc(O)cc3)c2O
CACTVS 3.385OC[CH]1O[CH]([CH](O)[CH](O)[CH]1O)c2c(O)cc(O)c(C(=O)CCc3ccc(O)cc3)c2O
OpenEye OEToolkits 2.0.7c1cc(ccc1CCC(=O)c2c(cc(c(c2O)[C@H]3[C@@H]([C@H]([C@@H]([C@H](O3)CO)O)O)O)O)O)O
FormulaC21 H24 O10
Name1-[3-[(2S,3R,4R,5S,6R)-6-(hydroxymethyl)-3,4,5-tris(oxidanyl)oxan-2-yl]-2,4,6-tris(oxidanyl)phenyl]-3-(4-hydroxyphenyl)propan-1-one
ChEMBLCHEMBL4082869
DrugBank
ZINC
PDB chain6l7h Chain A Residue 502 [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]
PDB6l7h Functional Characterization and Structural Basis of an Efficient Di-C-glycosyltransferase fromGlycyrrhiza glabra.
Resolution1.8 Å
Binding residue
(original residue number in PDB)
F95 M123 F144 M150 P189 F199 L202 F203 R285 G389 D390
Binding residue
(residue number reindexed from 1)
F83 M111 F132 M138 P177 F187 L190 F191 R269 G373 D374
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 08:57:23 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 = '6l7h', asym_id = 'A', bs = 'BS02', title = 'Functional Characterization and Structural Basis... Di-C-glycosyltransferase fromGlycyrrhiza glabra.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6l7h', asym_id='A', bs='BS02', title='Functional Characterization and Structural Basis... Di-C-glycosyltransferase fromGlycyrrhiza glabra.')
   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 = '0008194,0035251', uniprot = '', pdbid = '6l7h', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0008194,0035251', uniprot='', pdbid='6l7h', 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>