Structure of PDB 4kx6 Chain B Binding Site BS04

Receptor Information
>4kx6 Chain B (length=243) Species: 595496 (Escherichia coli BW2952) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AEMKNLKIEVVRYNPEVDTAPHSAFYEVPYDATTSLLDALGYIKDNLAPD
LSYRWSCRMAICGSCGMMVNNVPKLACKTFLRDYTDGMKVEALANFPIER
DLVVDMTHFIESLEAIKPYIIGNSRTADQGTNIQTPAQMAKYHQFSGCIN
CGLCYAACPQFGLNPEFIGPAAITLAHRYNEDSRDHGKKERMAQLNSQNG
VWSCTFVGYCSEVCPKHVDPAAAIQQGKVESSKDFLIATLKPR
Ligand information
Ligand IDMQ7
InChIInChI=1S/C46H64O2/c1-34(2)18-12-19-35(3)20-13-21-36(4)22-14-23-37(5)24-15-25-38(6)26-16-27-39(7)28-17-29-40(8)32-33-42-41(9)45(47)43-30-10-11-31-44(43)46(42)48/h10-11,18,20,22,24,26,28,30-32H,12-17,19,21,23,25,27,29,33H2,1-9H3/b35-20+,36-22+,37-24+,38-26+,39-28+,40-32+
InChIKeyRAKQPZMEYJZGPI-LJWNYQGCSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0CC1=C(C(=O)c2ccccc2C1=O)C\C=C(/C)\CC\C=C(/C)\CC\C=C(/C)\CC\C=C(/C)\CC\C=C(/C)\CC\C=C(/C)\CCC=C(C)C
CACTVS 3.341CC(C)=CCCC(C)=CCCC(C)=CCCC(C)=CCCC(C)=CCCC(C)=CCCC(C)=CCC1=C(C)C(=O)c2ccccc2C1=O
ACDLabs 10.04O=C2c1c(cccc1)C(=O)C(=C2C)C\C=C(/C)CC\C=C(/C)CC\C=C(/C)CC\C=C(/C)CC\C=C(/C)CC\C=C(/C)CC\C=C(/C)C
CACTVS 3.341CC(C)=CCCC(/C)=C/CCC(/C)=C/CCC(/C)=C/CCC(/C)=C/CCC(/C)=C/CCC(/C)=C/CC1=C(C)C(=O)c2ccccc2C1=O
OpenEye OEToolkits 1.5.0CC1=C(C(=O)c2ccccc2C1=O)CC=C(C)CCC=C(C)CCC=C(C)CCC=C(C)CCC=C(C)CCC=C(C)CCC=C(C)C
FormulaC46 H64 O2
NameMENAQUINONE-7
ChEMBLCHEMBL1230575
DrugBankDB13075
ZINCZINC000058638423
PDB chain4kx6 Chain D Residue 701 [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]
PDB4kx6 Plasticity of the Quinone-binding Site of the Complex II Homolog Quinol:Fumarate Reductase.
Resolution2.95 Å
Binding residue
(original residue number in PDB)
C204 T205 F206 Q225 K228
Binding residue
(residue number reindexed from 1)
C204 T205 F206 Q225 K228
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sun Nov 17 07:54:18 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 = '4kx6', asym_id = 'B', bs = 'BS04', title = 'Plasticity of the Quinone-binding Site of the Complex II Homolog Quinol:Fumarate Reductase.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='4kx6', asym_id='B', bs='BS04', title='Plasticity of the Quinone-binding Site of the Complex II Homolog Quinol:Fumarate Reductase.')
   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 = '0006099,0009055,0016491,0051536,0051537', uniprot = '', pdbid = '4kx6', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0006099,0009055,0016491,0051536,0051537', uniprot='', pdbid='4kx6', 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>