Structure of PDB 7o0w Chain M Binding Site BS02

Receptor Information
>7o0w Chain M (length=336) Species: 1379270 (Gemmatimonas phototrophica) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
LEYQNLFTRVQVRTVPEPGIPIDESTGTRYGTGTFSYLAGKFGDAQIGPI
YLGWAGVLSLIFGFIAIEIIGLNMWASVGWDPVEFIRQLPWLALEPPPPQ
YGLRVPPLNQGGWYLMAGFFLTVSIILWWIRIYRRARALQMGSHLPWAFA
SAIFLYSTFFFQPLLVGSWSEMVPFGIFPHLDWTSAFSIRYGNLYYNPFH
ALSIAFLYGSAVLFAMHGATILAVARMGGEREIEQITDRGTAAERSMLFW
RWCMGFNATMESIHRWAWWFAVLTTFTGGIGILLTGTVVDNWYLWGVKHG
LVAPYPAQNQLTPEQQDLLRGRYQGTAPDSFPSYVV
Ligand information
Ligand IDPGW
InChIInChI=1S/C40H77O10P/c1-3-5-7-9-11-13-15-17-18-20-22-24-26-28-30-32-40(44)50-38(36-49-51(45,46)48-34-37(42)33-41)35-47-39(43)31-29-27-25-23-21-19-16-14-12-10-8-6-4-2/h17-18,37-38,41-42H,3-16,19-36H2,1-2H3,(H,45,46)/b18-17-/t37-,38+/m0/s1
InChIKeyPAZGBAOHGQRCBP-HGWHEPCSSA-N
SMILES
SoftwareSMILES
CACTVS 3.341CCCCCCCCCCCCCCCC(=O)OC[CH](CO[P](O)(=O)OC[CH](O)CO)OC(=O)CCCCCCCC=CCCCCCCCC
OpenEye OEToolkits 1.5.0CCCCCCCCCCCCCCCC(=O)OC[C@H](CO[P@@](=O)(O)OC[C@H](CO)O)OC(=O)CCCCCCCC=CCCCCCCCC
OpenEye OEToolkits 1.5.0CCCCCCCCCCCCCCCC(=O)OCC(COP(=O)(O)OCC(CO)O)OC(=O)CCCCCCCC=CCCCCCCCC
CACTVS 3.341CCCCCCCCCCCCCCCC(=O)OC[C@H](CO[P@](O)(=O)OC[C@@H](O)CO)OC(=O)CCCCCCC\C=C/CCCCCCCC
ACDLabs 10.04O=C(OC(COP(=O)(OCC(O)CO)O)COC(=O)CCCCCCCCCCCCCCC)CCCCCCC\C=C/CCCCCCCC
FormulaC40 H77 O10 P
Name(1R)-2-{[(S)-{[(2S)-2,3-dihydroxypropyl]oxy}(hydroxy)phosphoryl]oxy}-1-[(hexadecanoyloxy)methyl]ethyl (9Z)-octadec-9-enoate;
1-Palmitoyl-2-Oleoyl-sn-Glycero-3-[Phospho-(1-glycerol)];
PHOSPHATIDYLGLYCEROL
ChEMBL
DrugBank
ZINCZINC000008552309
PDB chain7o0w Chain H1 Residue 101 [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]
PDB7o0w 2.4- angstrom structure of the double-ring Gemmatimonas phototrophica photosystem.
Resolution2.47 Å
Binding residue
(original residue number in PDB)
L203 H300 L302
Binding residue
(residue number reindexed from 1)
L202 H299 L301
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 12:35:52 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 = '7o0w', asym_id = 'M', bs = 'BS02', title = '2.4- angstrom structure of the double-ring Gemmatimonas phototrophica photosystem.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7o0w', asym_id='M', bs='BS02', title='2.4- angstrom structure of the double-ring Gemmatimonas phototrophica photosystem.')
   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 = '0009772,0019684,0030077,0045156', uniprot = '', pdbid = '7o0w', asym_id = 'M'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0009772,0019684,0030077,0045156', uniprot='', pdbid='7o0w', asym_id='M')
    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>