Structure of PDB 5gup Chain g Binding Site BS01

Receptor Information
>5gup Chain g (length=121) Species: 9823 (Sus scrofa) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
TMMSGRPGRVPLQFLPNEARSLPPPKLTDPRLVYMGFLGYCSGLIDNAIR
RRPVVSAGLHRQLLYVTSFVFFGYYLLKRQDYMYALRDHDMFAYVKSHPE
DFPEKDKKTYGEILEEFHPVR
Ligand information
Ligand IDPLX
InChIInChI=1S/C42H88NO8P/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/h40-42,44-45H,6-39H2,1-5H3/p+1/t40-,41+,42+/m1/s1
InChIKeyYVNJQRQLQPWVSQ-IWSHAHEXSA-O
SMILES
SoftwareSMILES
CACTVS 3.341CCCCCCCCCCCCCCCCC[C@@H](O)O[C@H](CO[C@H](O)CCCCCCCCCCCCCCC)CO[P@@](O)(=O)OCC[N+](C)(C)C
OpenEye OEToolkits 1.5.0CCCCCCCCCCCCCCCCCC(O)OC(COC(CCCCCCCCCCCCCCC)O)COP(=O)(O)OCC[N+](C)(C)C
CACTVS 3.341CCCCCCCCCCCCCCCCC[CH](O)O[CH](CO[CH](O)CCCCCCCCCCCCCCC)CO[P](O)(=O)OCC[N+](C)(C)C
ACDLabs 10.04O=P(OCC(OC(O)CCCCCCCCCCCCCCCCC)COC(O)CCCCCCCCCCCCCCC)(OCC[N+](C)(C)C)O
OpenEye OEToolkits 1.5.0CCCCCCCCCCCCCCCCC[C@@H](O)O[C@H](CO[C@@H](CCCCCCCCCCCCCCC)O)CO[P@](=O)(O)OCC[N+](C)(C)C
FormulaC42 H89 N O8 P
Name(9R,11S)-9-({[(1S)-1-HYDROXYHEXADECYL]OXY}METHYL)-2,2-DIMETHYL-5,7,10-TRIOXA-2LAMBDA~5~-AZA-6LAMBDA~5~-PHOSPHAOCTACOSANE-6,6,11-TRIOL
ChEMBL
DrugBank
ZINCZINC000058638459
PDB chain5gup Chain i 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]
PDB5gup Structure of Mammalian Respiratory Supercomplex I1III2IV1
Resolution4.0 Å
Binding residue
(original residue number in PDB)
P12 L13
Binding residue
(residue number reindexed from 1)
P11 L12
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 18:13:42 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 = '5gup', asym_id = 'g', bs = 'BS01', title = 'Structure of Mammalian Respiratory Supercomplex I1III2IV1'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='5gup', asym_id='g', bs='BS01', title='Structure of Mammalian Respiratory Supercomplex I1III2IV1')
   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 = '0005743,0006120', uniprot = '', pdbid = '5gup', asym_id = 'g'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0005743,0006120', uniprot='', pdbid='5gup', asym_id='g')
    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>