Structure of PDB 6lu4 Chain A Binding Site BS01

Receptor Information
>6lu4 Chain A (length=481) Species: 273678 (Microbacterium hydrocarbonoxydans) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
TTSTVRVGFDTPQSLSPFNALALPDYQTARLSYDTLVRRDAGGVVPGLAA
SWTGDAAQLTFTIRDGATCSDGTEITPTVVADSLSAFAKNAGPSTVVDTF
GGLNPAITADDAAGTVMITPEAPWADLLAALSVASTGIVCPAGLANLDGL
NTGSVEGAESGPYVLSEVEPGVRYTYELRDDYDSWPEWETTLEGEIPKTI
EYTVVKDPSASANQILSGQLDLGRIMPDSRSRFSDSQLVSNPFGNFYLVF
NEREGAVFADEKNREAVAQVLDRDAFDQTTTDGTGELTDTFGSKATQCAT
AAPRPALTALDESAAAETLAGVKIRLLGAQVVGAAGAGNTYLEAALREAG
ADVTLENVDIGTWAGRVFGQPESYDLTVFPDLNFTGTLTSGISRFTGPDL
LQNGGNISGAVSETANALAQQARTATTPEQKCAADAEAVAALVAEHHTVP
LLVESFIYAKRDGFSVTMLGGSLDDHLFRIT
Ligand information
Ligand ID36M
InChIInChI=1S/C10H12O3/c1-2-7-13-10(12)8-3-5-9(11)6-4-8/h3-6,11H,2,7H2,1H3
InChIKeyQELSKZZBTMNZEB-UHFFFAOYSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.9.2CCCOC(=O)c1ccc(cc1)O
ACDLabs 12.01O=C(OCCC)c1ccc(O)cc1
CACTVS 3.385CCCOC(=O)c1ccc(O)cc1
FormulaC10 H12 O3
Namepropyl 4-hydroxybenzoate
ChEMBLCHEMBL194014
DrugBankDB14177
ZINCZINC000001586788
PDB chain6lu4 Chain A Residue 601 [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]
PDB6lu4 Structural basis of substrate recognition by the substrate binding protein (SBP) of a hydrazide transporter, obtained from Microbacterium hydrocarbonoxydans.
Resolution2.8 Å
Binding residue
(original residue number in PDB)
L54 A55 L56 V364 I393 P413 D414 L415 E487
Binding residue
(residue number reindexed from 1)
L21 A22 L23 V331 I360 P380 D381 L382 E454
Annotation score1
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Mon Nov 25 11:39:06 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 = '6lu4', asym_id = 'A', bs = 'BS01', title = 'Structural basis of substrate recognition by the...obtained from Microbacterium hydrocarbonoxydans. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='6lu4', asym_id='A', bs='BS01', title='Structural basis of substrate recognition by the...obtained from Microbacterium hydrocarbonoxydans. ')
   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 = '0043190,0055085', uniprot = '', pdbid = '6lu4', asym_id = 'A'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0043190,0055085', uniprot='', pdbid='6lu4', 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>