Structure of PDB 7xgm Chain B Binding Site BS01

Receptor Information
>7xgm Chain B (length=296) Species: 68260 (Streptomyces pyridomyceticus) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
AEAWSPATDERLRAAGIDAEDARRVVVTALEEDLRYGADVTSDATVPADA
VTEAVVASRQPGVLAGLPVALAVLDLVTGGRFEVAECRADGDRLGPGDVA
LRVTAATRELLVAERTMLNLLCHLSGVATLTARWNDALAGTHCKVRDSRK
TLPGLRLLEKYAVRRGGGQNHRLGLGDAILIKDNHIVAGGSAGAALQAAR
AHTPGLPCEVEVTTLAELDEVLALGADEVMLDNFTVEQCVEAVRRRDAAR
TRTRLEASGGLTLDVAAAYARTGVDLLAVGALTHSAPALDLGLDFA
Ligand information
Ligand IDNTM
InChIInChI=1S/C7H5NO4/c9-6(10)4-2-1-3-8-5(4)7(11)12/h1-3H,(H,9,10)(H,11,12)
InChIKeyGJAWHXHKYYXBSV-UHFFFAOYSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.5.0c1cc(c(nc1)C(=O)O)C(=O)O
CACTVS 3.341OC(=O)c1cccnc1C(O)=O
ACDLabs 10.04O=C(O)c1ncccc1C(=O)O
FormulaC7 H5 N O4
NameQUINOLINIC ACID
ChEMBLCHEMBL286204
DrugBankDB01796
ZINCZINC000000331671
PDB chain7xgm Chain B Residue 403 [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]
PDB7xgm Bifunctional NadC Homologue PyrZ Catalyzes Nicotinic Acid Formation in Pyridomycin Biosynthesis.
Resolution2.85 Å
Binding residue
(original residue number in PDB)
S150 R151 H173 R174 L182 K184 M232
Binding residue
(residue number reindexed from 1)
S148 R149 H171 R172 L180 K182 M230
Annotation score5
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 16 06:35:38 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 = '7xgm', asym_id = 'B', bs = 'BS01', title = 'Bifunctional NadC Homologue PyrZ Catalyzes Nicotinic Acid Formation in Pyridomycin Biosynthesis.'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='7xgm', asym_id='B', bs='BS01', title='Bifunctional NadC Homologue PyrZ Catalyzes Nicotinic Acid Formation in Pyridomycin Biosynthesis.')
   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 = '0004514,0009435,0016763', uniprot = '', pdbid = '7xgm', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004514,0009435,0016763', uniprot='', pdbid='7xgm', 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>