Structure of PDB 7piw Chain R1 Binding Site BS10

Receptor Information
>7piw Chain R1 (length=196) Species: 3046 (Dunaliella salina) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SLSYLDGHLPGDMGFDPLHLSSPTVSLQIGVDEEDQNQAQNKKGDVEAIF
RPEVFGLARFRETEVIHGRWAMLGTLGAIVGEAATGVSWVDAGKVELDGA
QYLGQSLPFSISQLIWIEAILVGGVEVLRNNELDLEKRIYPGGAFDPLNL
ADEEDEEKSFRLKTAEIKHGRLAMVAFLGFGIQAAATGEGALGSLA
Ligand information
Ligand IDERG
InChIInChI=1S/C28H44O/c1-18(2)19(3)7-8-20(4)24-11-12-25-23-10-9-21-17-22(29)13-15-27(21,5)26(23)14-16-28(24,25)6/h7-10,18-20,22,24-26,29H,11-17H2,1-6H3/b8-7+/t19-,20+,22-,24+,25-,26-,27-,28+/m0/s1
InChIKeyDNVPQKQSNYMLRS-APGDWVJJSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC(C)C(C)C=CC(C)C1CCC2C1(CCC3C2=CC=C4C3(CCC(C4)O)C)C
OpenEye OEToolkits 1.5.0CC(C)[C@@H](C)\C=C\[C@@H](C)[C@H]1CC[C@@H]2[C@@]1(CC[C@H]3C2=CC=C4[C@@]3(CC[C@@H](C4)O)C)C
CACTVS 3.341CC(C)[C@@H](C)/C=C/[C@@H](C)[C@H]1CC[C@H]2C3=CC=C4C[C@@H](O)CC[C@]4(C)[C@H]3CC[C@]12C
CACTVS 3.341CC(C)[CH](C)C=C[CH](C)[CH]1CC[CH]2C3=CC=C4C[CH](O)CC[C]4(C)[CH]3CC[C]12C
ACDLabs 10.04OC4CCC3(C(=CC=C1C3CCC2(C(C(/C=C/C(C)C(C)C)C)CCC12)C)C4)C
FormulaC28 H44 O
NameERGOSTEROL
ChEMBLCHEMBL1232562
DrugBankDB04038
ZINCZINC000004084618
PDB chain7piw Chain R1 Residue 626 [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]
PDB7piw Structure of Dunaliella Photosystem II reveals conformational flexibility of stacked and unstacked supercomplexes.
Resolution4.0 Å
Binding residue
(original residue number in PDB)
S179 L180 P181
Binding residue
(residue number reindexed from 1)
S106 L107 P108
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 30 05:01: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 = '7piw', asym_id = 'R1', bs = 'BS10', title = 'Structure of Dunaliella Photosystem II reveals c...xibility of stacked and unstacked supercomplexes.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7piw', asym_id='R1', bs='BS10', title='Structure of Dunaliella Photosystem II reveals c...xibility of stacked and unstacked supercomplexes.')
   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 = '0009765,0016020', uniprot = '', pdbid = '7piw', asym_id = 'R1'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009765,0016020', uniprot='', pdbid='7piw', asym_id='R1')
    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>