Structure of PDB 8t05 Chain A Binding Site BS03

Receptor Information
>8t05 Chain A (length=201) Species: 1774208 (Ciona robusta) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
GLILVKFLLPAISSGAFFIPGIFATKKRLFTLAFLYIFTAFFQLFFHLCT
TPLLSLLFCLMGKKLLTFFSTYGLVLSIYSTLTQLTRYTDDRKHSAVVCG
GLLIGVRIFQENEGPGVYAGPLITGGLLLAISWGQEMYRSKALYPDKEKW
LKIILPSFALGAVSLLLLCVFQNSWNYAFVHSIHHLLMSAAITIILRLVE
D
Ligand information
Ligand IDLBN
InChIInChI=1S/C42H82NO8P/c1-6-8-10-12-14-16-18-20-21-23-25-27-29-31-33-35-42(45)51-40(39-50-52(46,47)49-37-36-43(3,4)5)38-48-41(44)34-32-30-28-26-24-22-19-17-15-13-11-9-7-2/h20-21,40H,6-19,22-39H2,1-5H3/b21-20-/t40-/m1/s1
InChIKeyWTJKGGKOPKCXLL-VYOBOKEXSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7CCCCCCCCCCCCCCCC(=O)OCC(COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCC=CCCCCCCCC
OpenEye OEToolkits 2.0.7CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCC/C=C\CCCCCCCC
CACTVS 3.385CCCCCCCCCCCCCCCC(=O)OC[C@H](CO[P]([O-])(=O)OCC[N+](C)(C)C)OC(=O)CCCCCCC\C=C/CCCCCCCC
CACTVS 3.385CCCCCCCCCCCCCCCC(=O)OC[CH](CO[P]([O-])(=O)OCC[N+](C)(C)C)OC(=O)CCCCCCCC=CCCCCCCCC
ACDLabs 12.01C(C(COC(CCCCCCCCCCCCCCC)=O)OC(CCCCCCCC=[C@H]CCCCCCCC)=O)OP(OCC[N+](C)(C)C)([O-])=O
FormulaC42 H82 N O8 P
Name1-palmitoyl-2-oleoyl-sn-glycero-3-phosphocholine;
(2R)-2-[(9Z)-9-Octadecenoyloxy]-3-(palmitoyloxy)propyl 2-(trimethylammonio)ethyl phosphate
ChEMBL
DrugBank
ZINC
PDB chain8t05 Chain A Residue 303 [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]
PDB8t05 Cryo-EM structures of Myomaker reveal a molecular basis for myoblast fusion.
Resolution3.22 Å
Binding residue
(original residue number in PDB)
T82 E114 G117 A120 L123 F159 G162 A163 C170
Binding residue
(residue number reindexed from 1)
T81 E113 G116 A119 L122 F158 G161 A162 C169
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Nov 27 08:37:34 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 = '8t05', asym_id = 'A', bs = 'BS03', title = 'Cryo-EM structures of Myomaker reveal a molecular basis for myoblast fusion.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8t05', asym_id='A', bs='BS03', title='Cryo-EM structures of Myomaker reveal a molecular basis for myoblast fusion.')
   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 = '0016020', uniprot = '', pdbid = '8t05', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016020', uniprot='', pdbid='8t05', 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>