Structure of PDB 4kyv Chain A Binding Site BS01

Receptor Information
>4kyv Chain A (length=298) Species: 32630 (synthetic construct) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
HHHHHEIGTGFPFDPHYVEVLGERMHYVDVGPRDGTPVLFLHGNPTSSYL
WRNIIPHVAPSHRCIAPDLIGMGKSDKPDLDYFFDDHVRYLDAFIEALGL
EEVVLVIHDWGSALGFHWAKRNPERVKGIACMEFIRPIPTWDEWPEFARE
TFQAFRTADVGRELIIDQNAFIEGALPMGVVRPLTEVEMDHYREPFLKPV
DREPLWRLPNELPIAGEPANIVALVEAYMNWLHQSPVPKLLFWGTPGVLI
PPAEAARLAESLPNCKTVDIGPGLFLLQEDNPDLIGSEIARWLPGLAG
Ligand information
Ligand ID1Q9
InChIInChI=1S/C12H17N5O/c1-4-18-11-9(3)5-8(2)6-10(11)7-13-12-14-16-17-15-12/h5-6H,4,7H2,1-3H3,(H2,13,14,15,16,17)
InChIKeyWHEQZFWVEMEFGH-UHFFFAOYSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6CCOc1c(cc(cc1CNc2[nH]nnn2)C)C
CACTVS 3.370CCOc1c(C)cc(C)cc1CNc2[nH]nnn2
ACDLabs 12.01n1nnnc1NCc2c(OCC)c(cc(c2)C)C
FormulaC12 H17 N5 O
NameN-(2-ethoxy-3,5-dimethylbenzyl)-1H-tetrazol-5-amine
ChEMBL
DrugBank
ZINCZINC000095921257
PDB chain4kyv Chain A Residue 401 [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]
PDB4kyv Northeast Structural Genomics Consortium Target OR150
Resolution1.796 Å
Binding residue
(original residue number in PDB)
D117 W118 W152 F160 F179 A183 L184 P217 L220 V256 F283
Binding residue
(residue number reindexed from 1)
D109 W110 W144 F152 F171 A175 L176 P209 L212 V248 F275
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Nov 27 13:31:46 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 = '4kyv', asym_id = 'A', bs = 'BS01', title = 'Northeast Structural Genomics Consortium Target OR150'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4kyv', asym_id='A', bs='BS01', title='Northeast Structural Genomics Consortium Target OR150')
   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 = '0003824,0018786', uniprot = '', pdbid = '4kyv', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003824,0018786', uniprot='', pdbid='4kyv', 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>