Structure of PDB 7o0u Chain AR Binding Site BS05

Receptor Information
>7o0u Chain AR (length=49) Species: 1379270 (Gemmatimonas phototrophica) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MHRIWMGTDPHIIMSALGSFLVGAVLVMHIWAYGQFNWPATLKAKYATP
Ligand information
Ligand IDV7N
InChIInChI=1S/C41H54O4/c1-33(20-12-21-35(3)22-13-23-36(4)24-14-28-38(6)40(43)44)18-10-11-19-34(2)25-15-29-39(32-42)30-16-26-37(5)27-17-31-41(7,8)45-9/h10-12,14-21,23-30,32H,13,22,31H2,1-9H3,(H,43,44)/b11-10+,20-12+,24-14+,25-15+,27-17+,30-16+,33-18+,34-19+,35-21+,36-23+,37-26+,38-28+,39-29-
InChIKeyXLPMAXZHNMJTID-YBNWOPDJSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7C/C(=C\C=C\C(=C\C=C\C=C(/C)\C=C\C=C(\C=C\C=C(/C)\C=C\CC(C)(C)OC)/C=O)\C)/CC/C=C(\C)/C=C/C=C(\C)/C(=O)O
CACTVS 3.385COC(C)(C)C/C=C/C(C)=C/C=C/C(C=O)=C/C=C/C(C)=C/C=C/C=C(C)/C=C/C=C(C)/CC/C=C(C)/C=C/C=C(C)/C(O)=O
OpenEye OEToolkits 2.0.7CC(=CC=CC(=CC=CC=C(C)C=CC=C(C=CC=C(C)C=CCC(C)(C)OC)C=O)C)CCC=C(C)C=CC=C(C)C(=O)O
CACTVS 3.385COC(C)(C)CC=CC(C)=CC=CC(C=O)=CC=CC(C)=CC=CC=C(C)C=CC=C(C)CCC=C(C)C=CC=C(C)C(O)=O
FormulaC41 H54 O4
Name(2~{E},4~{E},6~{E},10~{E},12~{E},14~{E},16~{E},18~{E},20~{E},22~{Z},24~{E},26~{E},28~{E})-23-methanoyl-31-methoxy-2,6,10,14,19,27,31-heptamethyl-dotriaconta-2,4,6,10,12,14,16,18,20,22,24,26,28-tridecaenoic acid
ChEMBL
DrugBank
ZINC
PDB chain7o0u Chain BQ Residue 1001 [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]
PDB7o0u 2.4- angstrom structure of the double-ring Gemmatimonas phototrophica photosystem.
Resolution2.35 Å
Binding residue
(original residue number in PDB)
H29 Y33
Binding residue
(residue number reindexed from 1)
H29 Y33
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 00:40:38 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 = '7o0u', asym_id = 'AR', bs = 'BS05', title = '2.4- angstrom structure of the double-ring Gemmatimonas phototrophica photosystem.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7o0u', asym_id='AR', bs='BS05', 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 = '0016020,0019684,0030077,0045156', uniprot = '', pdbid = '7o0u', asym_id = 'AR'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0016020,0019684,0030077,0045156', uniprot='', pdbid='7o0u', asym_id='AR')
    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>