Structure of PDB 6tu6 Chain O Binding Site BS01

Receptor Information
>6tu6 Chain O (length=301) Species: 32630 (synthetic construct) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AQSIDQLIKARGKVYFGVATDQNRLTTGKNAAIIKADFGMVWPENSMMWD
ATEPSQGNFNFAGADYLVNWAQQNGKLIGAGCLVWHNFLPSWVSSITDKN
TLINVMKNHITTLMTRYKGKIRTWDVVGEAFNEDGSLRQNVFLNVIGEDY
IPIAFQTARAADPNAKLYIMDYNLDSASYPKTQAIVNRVKQWRAAGVPID
GIGSQMHLSAGQGAGVLQALPLLASAGTPEVSILMLDVAGASPTDYVNVV
NACLNVQSCVGITVMGVADPDSAFASSTPLLFDGNFNPKPAYNAIVQDLQ
Q
Ligand information
Ligand ID6NT
InChIInChI=1S/C6H4N4O2/c11-10(12)4-1-2-5-6(3-4)8-9-7-5/h1-3H,(H,7,8,9)
InChIKeyAOCDQWRMYHJTMY-UHFFFAOYSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6c1cc2c(cc1[N+](=O)[O-])[nH]nn2
CACTVS 3.370[O-][N+](=O)c1ccc2nn[nH]c2c1
ACDLabs 12.01[O-][N+](=O)c1ccc2nnnc2c1
FormulaC6 H4 N4 O2
Name6-NITROBENZOTRIAZOLE
ChEMBLCHEMBL1414349
DrugBank
ZINCZINC000005425432
PDB chain6tu6 Chain O 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]
PDB6tu6 Contribution of Oxyanion Stabilization to Kemp Eliminase Efficiencyproficiency
Resolution1.05 Å
Binding residue
(original residue number in PDB)
W44 G83 C84 D127 M172 L236 M237 T265 M267
Binding residue
(residue number reindexed from 1)
W42 G81 C82 D125 M170 L234 M235 T263 M265
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Fri Nov 15 15:09:26 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 = '6tu6', asym_id = 'O', bs = 'BS01', title = 'Contribution of Oxyanion Stabilization to Kemp Eliminase Efficiencyproficiency'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6tu6', asym_id='O', bs='BS01', title='Contribution of Oxyanion Stabilization to Kemp Eliminase Efficiencyproficiency')
   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 = '0004553,0005975', uniprot = '', pdbid = '6tu6', asym_id = 'O'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004553,0005975', uniprot='', pdbid='6tu6', asym_id='O')
    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>