Structure of PDB 3v8k Chain A Binding Site BS01

Receptor Information
>3v8k Chain A (length=322) Species: 553596 (Staphylococcus aureus A9781) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
SKYSQDVLQLLYKNKPNYISGQSIAESLNISRTAVKKVIDQLKLEGCKID
SVNHKGHLLQQLPDIWYQGIIDQYTKSSALFDFSEVYDSIDSTQLAAKKS
LVGNQSSFFILSDEQTKGRGRFNRHWSSSKGQGLWMSVVLRPNVAFSMIS
KFNLFIALGIRDAIQHFSQDEVKVKWPNDIYIDNGKVCGFLTEMVANNDG
IEAIICGIGINLTQQLENFDESIRHRATSIQLHDKNKLDRYQFLERLLQE
IEKRYNQFLTLPFSEIREEYIAASNIWNRTLLFTENDKQFKGQAIDLDYD
GYLIVRDEAGESHRLISADIDF
Ligand information
Ligand IDBTN
InChIInChI=1S/C10H16N2O3S/c13-8(14)4-2-1-3-7-9-6(5-16-7)11-10(15)12-9/h6-7,9H,1-5H2,(H,13,14)(H2,11,12,15)/t6-,7-,9-/m0/s1
InChIKeyYBJHBAHKTGYVGT-ZKWXMUAHSA-N
SMILES
SoftwareSMILES
CACTVS 3.385OC(=O)CCCC[CH]1SC[CH]2NC(=O)N[CH]12
CACTVS 3.385OC(=O)CCCC[C@@H]1SC[C@@H]2NC(=O)N[C@H]12
ACDLabs 12.01O=C1NC2C(SCC2N1)CCCCC(=O)O
OpenEye OEToolkits 1.7.6C1C2C(C(S1)CCCCC(=O)O)NC(=O)N2
OpenEye OEToolkits 1.7.6C1[C@H]2[C@@H]([C@@H](S1)CCCCC(=O)O)NC(=O)N2
FormulaC10 H16 N2 O3 S
NameBIOTIN
ChEMBLCHEMBL857
DrugBankDB00121
ZINCZINC000035024346
PDB chain3v8k Chain A Residue 500 [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]
PDB3v8k Selective inhibition of biotin protein ligase from Staphylococcus aureus.
Resolution3.23 Å
Binding residue
(original residue number in PDB)
S92 T93 Q115 R119 G120 W126 G189 G207 I208 G209
Binding residue
(residue number reindexed from 1)
S92 T93 Q115 R119 G120 W126 G189 G207 I208 G209
Annotation score5
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Wed Dec 18 12:36:53 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 = '3v8k', asym_id = 'A', bs = 'BS01', title = 'Selective inhibition of biotin protein ligase from Staphylococcus aureus.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='3v8k', asym_id='A', bs='BS01', title='Selective inhibition of biotin protein ligase from Staphylococcus aureus.')
   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 = '0004077,0006355,0036211', uniprot = '', pdbid = '3v8k', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004077,0006355,0036211', uniprot='', pdbid='3v8k', 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>