Structure of PDB 7o83 Chain B Binding Site BS02

Receptor Information
>7o83 Chain B (length=167) Species: 9606 (Homo sapiens) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
GMTEYKLVVVGACGVGKSALTIQLIQNHFVDEYDPTIEDSYRKQVVIDGE
TSLLDILDTAGQEEYSAMRDQYMRTGEGFLLVFAINNTKSFEDIHHYREQ
IKRVKDSEDVPMVLVGNKSDLPSRTVDTKQAQDLARSYGIPFIETSAKTR
QGVDDAFYTLVREIRKH
Ligand information
Ligand IDV52
InChIInChI=1S/C24H23ClN6O2/c1-3-19(32)30-6-7-31-14(10-30)11-33-23-21-18(26-12-27-24(21)31)8-15(22(23)25)20-13(2)4-5-17-16(20)9-28-29-17/h4-5,8-9,12,14H,3,6-7,10-11H2,1-2H3,(H,28,29)/t14-/m0/s1
InChIKeyPWTZCWDPTMAUQB-AWEZNQCLSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 2.0.7CCC(=O)N1CCN2c3c4c(cc(c(c4OC[C@@H]2C1)Cl)c5c(ccc6c5c[nH]n6)C)ncn3
OpenEye OEToolkits 2.0.7CCC(=O)N1CCN2c3c4c(cc(c(c4OCC2C1)Cl)c5c(ccc6c5c[nH]n6)C)ncn3
CACTVS 3.385CCC(=O)N1CCN2[CH](COc3c(Cl)c(cc4ncnc2c34)c5c(C)ccc6n[nH]cc56)C1
CACTVS 3.385CCC(=O)N1CCN2[C@H](COc3c(Cl)c(cc4ncnc2c34)c5c(C)ccc6n[nH]cc56)C1
FormulaC24 H23 Cl N6 O2
Name1-[(7S)-11-chloro-12-(5-methyl-1H-indazol-4-yl)-9-oxa-2,5,15,17-tetrazatetracyclo[8.7.1.02,7.014,18]octadeca-1(17),10,12,14(18),15-pentaen-5-yl]prop-2-en-1-one
ChEMBL
DrugBank
ZINC
PDB chain7o83 Chain B Residue 203 [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]
PDB7o83 Discovery of AZD4625, a Covalent Allosteric Inhibitor of the Mutant GTPase KRAS G12C .
Resolution2.38 Å
Binding residue
(original residue number in PDB)
C12 K16 A59 Q61 E62 Y64 S65 R68 D69 M72 Y96 Q99
Binding residue
(residue number reindexed from 1)
C13 K17 A60 Q62 E63 Y65 S66 R69 D70 M73 Y97 Q100
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 23:55:40 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 = '7o83', asym_id = 'B', bs = 'BS02', title = 'Discovery of AZD4625, a Covalent Allosteric Inhibitor of the Mutant GTPase KRAS G12C .'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7o83', asym_id='B', bs='BS02', title='Discovery of AZD4625, a Covalent Allosteric Inhibitor of the Mutant GTPase KRAS G12C .')
   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 = '0003924,0005525,0007165,0016020', uniprot = '', pdbid = '7o83', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0003924,0005525,0007165,0016020', uniprot='', pdbid='7o83', asym_id='B')
    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>