Structure of PDB 8p2b Chain B Binding Site BS01

Receptor Information
>8p2b Chain B (length=81) Species: 1898204 (Clostridiaceae bacterium) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
MLSYEVTAEGYGGPIRLMVYVEGEEIVDIEVLEENETPNLGDVAIEEMIT
KILEGQSTDVDVHSGATVSSNAVIEAVKQAM
Ligand information
Ligand IDFMN
InChIInChI=1S/C17H21N4O9P/c1-7-3-9-10(4-8(7)2)21(15-13(18-9)16(25)20-17(26)19-15)5-11(22)14(24)12(23)6-30-31(27,28)29/h3-4,11-12,14,22-24H,5-6H2,1-2H3,(H,20,25,26)(H2,27,28,29)/t11-,12+,14-/m0/s1
InChIKeyFVTCRASFADXXNN-SCRDCRAPSA-N
SMILES
SoftwareSMILES
OpenEye OEToolkits 1.7.6Cc1cc2c(cc1C)N(C3=NC(=O)NC(=O)C3=N2)CC(C(C(COP(=O)(O)O)O)O)O
OpenEye OEToolkits 1.7.6Cc1cc2c(cc1C)N(C3=NC(=O)NC(=O)C3=N2)C[C@@H]([C@@H]([C@@H](COP(=O)(O)O)O)O)O
ACDLabs 12.01N=2C(=O)NC(=O)C3=Nc1cc(C)c(C)cc1N(C=23)CC(O)C(O)C(O)COP(=O)(O)O
CACTVS 3.385Cc1cc2N=C3C(=O)NC(=O)N=C3N(C[CH](O)[CH](O)[CH](O)CO[P](O)(O)=O)c2cc1C
CACTVS 3.385Cc1cc2N=C3C(=O)NC(=O)N=C3N(C[C@H](O)[C@H](O)[C@H](O)CO[P](O)(O)=O)c2cc1C
FormulaC17 H21 N4 O9 P
NameFLAVIN MONONUCLEOTIDE;
RIBOFLAVIN MONOPHOSPHATE
ChEMBLCHEMBL1201794
DrugBankDB03247
ZINCZINC000003831425
PDB chain8p2b Chain B Residue 101 [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]
PDB8p2b Crystal structure of SaFMN3 domain 2
Resolution2.6 Å
Binding residue
(original residue number in PDB)
Y11 T37 L40 G65 A66 T67 V68 S69
Binding residue
(residue number reindexed from 1)
Y11 T37 L40 G65 A66 T67 V68 S69
Annotation score4
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sun Nov 17 01:43:20 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 = '8p2b', asym_id = 'B', bs = 'BS01', title = 'Crystal structure of SaFMN3 domain 2'
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='8p2b', asym_id='B', bs='BS01', title='Crystal structure of SaFMN3 domain 2')
   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 = '0005886,0009055,0010181,0016020,0022900', uniprot = '', pdbid = '8p2b', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0005886,0009055,0010181,0016020,0022900', uniprot='', pdbid='8p2b', 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>