Structure of PDB 3fqc Chain B Binding Site BS02

Receptor Information
>3fqc Chain B (length=157) Species: 273036 (Staphylococcus aureus RF122) [Search protein sequence] [Download receptor structure] [Download structure with residue number starting from 1] [View receptor structure]
TLSILVAHDLQRVIGFENQLPWHLPNDLKHVKKLSTGHTLVMGRKTFESI
GKPLPNRRNVVLTSDTSFNVEGVDVIHSIEDIYQLPGHVFIFGGQTLFEE
MIDKVDDMYITVIEGKFRGDTFFPPYTFEDWEVASSVEGKLDEKNTIPHT
FLHLIRK
Ligand information
Ligand ID55V
InChIInChI=1S/C19H24N4O3/c1-11-13(17(20)23-18(21)22-11)7-8-19(2,3)12-9-14(24-4)16(26-6)15(10-12)25-5/h9-10H,1-6H3,(H4,20,21,22,23)
InChIKeyFJNFXXGWYVMQNA-UHFFFAOYSA-N
SMILES
SoftwareSMILES
CACTVS 3.341COc1cc(cc(OC)c1OC)C(C)(C)C#Cc2c(C)nc(N)nc2N
ACDLabs 10.04C(#CC(c1cc(OC)c(OC)c(OC)c1)(C)C)c2c(nc(nc2C)N)N
OpenEye OEToolkits 1.5.0Cc1c(c(nc(n1)N)N)C#CC(C)(C)c2cc(c(c(c2)OC)OC)OC
FormulaC19 H24 N4 O3
Name6-methyl-5-[3-methyl-3-(3,4,5-trimethoxyphenyl)but-1-yn-1-yl]pyrimidine-2,4-diamine;
2,4-Diamino-5-[3-(3,4,5-trimethoxyphenyl)pent-1-ynyl]-6-methylpyrimidine
ChEMBLCHEMBL1230365
DrugBankDB07153
ZINCZINC000053683841
PDB chain3fqc Chain B Residue 219 [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]
PDB3fqc Crystal structures of wild-type and mutant methicillin-resistant Staphylococcus aureus dihydrofolate reductase reveal an alternate conformation of NADPH that may be linked to trimethoprim resistance.
Resolution2.35 Å
Binding residue
(original residue number in PDB)
L5 V6 A7 D27 L28 V31 F92
Binding residue
(residue number reindexed from 1)
L5 V6 A7 D27 L28 V31 F92
Annotation score1
Binding affinityMOAD: ic50=0.064uM
Gene Ontology
--> -->
 
 
UnboundLocalError
Python 3.6.8: /usr/bin/python3
Sat Nov 23 12:33:02 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 = '3fqc', asym_id = 'B', bs = 'BS02', title = 'Crystal structures of wild-type and mutant methi...H that may be linked to trimethoprim resistance. '
 /var/www/html/BioLiP/pdb.cgi in display_interaction(pdbid='3fqc', asym_id='B', bs='BS02', title='Crystal structures of wild-type and mutant methi...H that may be linked to trimethoprim resistance. ')
   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 = '0004146,0046654,0050661', uniprot = '', pdbid = '3fqc', asym_id = 'B'
 /var/www/html/BioLiP/pdb.cgi in display_go(go='0004146,0046654,0050661', uniprot='', pdbid='3fqc', 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>