Structure of PDB 7ap5 Chain MMM Binding Site BS02

Receptor Information
>7ap5 Chain MMM (length=164) Species: 2283151 (Nostoc sp. WR13) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MKSVVTTVIAAADAAGRFPSSSDLESVQGSIQRAAARLEAAEKLAGNIDA
VATEAYNACIKKYPYLNNAGEANSTDTFKAKCARDIKHYLRLIQYCLVVG
GTGPLDEWGIAGQREVYRALGLPTAPYVEALSFARNRGCAPRDMSAQALT
EYNALLDYAINSLS
Ligand information
Ligand IDRWB
InChIInChI=1S/C25H52O13/c1-27-4-5-29-8-9-31-12-13-33-16-17-35-20-21-37-24-25-38-23-22-36-19-18-34-15-14-32-11-10-30-7-6-28-3-2-26/h26H,2-25H2,1H3
InChIKeyPLQZJIIDLZRWBG-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.385
OpenEye OEToolkits 2.0.7
COCCOCCOCCOCCOCCOCCOCCOCCOCCOCCOCCOCCO
FormulaC25 H52 O13
Namedodecaethylene glycol monomethyl ether;
PEG-MME fragment n=12;
polyethylene glycol monomethyl ether fragment n=12;
PEG 550 MME
ChEMBL
DrugBank
ZINCZINC000072099668
PDB chain7ap5 Chain LLL Residue 204 [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]
PDB7ap5 The crystal stacks of hexameric assemblies of phycoerythrin from cyanobacterium Nostoc sp. WR13 resemble rods of phycobilisome
Resolution2.131 Å
Binding residue
(original residue number in PDB)
K62 V128 E129 S132 L163 S164
Binding residue
(residue number reindexed from 1)
K62 V128 E129 S132 L163 S164
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 29 18:53:08 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 = '7ap5', asym_id = 'MMM', bs = 'BS02', title = 'The crystal stacks of hexameric assemblies of ph...um Nostoc sp. WR13 resemble rods of phycobilisome'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7ap5', asym_id='MMM', bs='BS02', title='The crystal stacks of hexameric assemblies of ph...um Nostoc sp. WR13 resemble rods of phycobilisome')
   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 = '0015979,0030089', uniprot = '', pdbid = '7ap5', asym_id = 'MMM'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0015979,0030089', uniprot='', pdbid='7ap5', asym_id='MMM')
    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>