diff --git a/chapters/binding_site_investigation.html b/chapters/binding_site_investigation.html index a8ad0eb..14ef563 100644 --- a/chapters/binding_site_investigation.html +++ b/chapters/binding_site_investigation.html @@ -71,9 +71,11 @@ gtag('config', 'G-FHKVGE8HKZ'); + + + - @@ -471,7 +473,7 @@

View the structure - +

Text here about NGLView

@@ -482,7 +484,7 @@

View the structure -

+

This view looks a bit messy. MDAnalysis has a human readable selection syntax that allows us to isolate parts of our structure. We will take our MDAnalysis Universe (the variable u) and use the select_atoms function. @@ -506,7 +508,7 @@

View the structure - +

Upon viewing this structure, you will notice that our ligand seems to appear twice. If you open the PDB file to investigate, you will see the following in the ligand section:

@@ -544,7 +546,7 @@

View the structure - +

When we inspect the ligand in the binding site, we notice a few things. First, the binding site has a large hydrophobic area on the surface. @@ -578,7 +580,7 @@

Making a Map of Ligand Contacts -
/usr/share/miniconda/envs/biochemist-python/lib/python3.11/site-packages/MDAnalysis/coordinates/PDB.py:1153: UserWarning: Found no information for attr: 'formalcharges' Using default value of '0'
+
/home/janash/miniconda3/envs/biochemist-python/lib/python3.11/site-packages/MDAnalysis/coordinates/PDB.py:1153: UserWarning: Found no information for attr: 'formalcharges' Using default value of '0'
   warnings.warn("Found no information for attr: '{}'"
 
@@ -601,12 +603,12 @@

Structure Preparation
INFO:PDB2PQR v3.6.2: biomolecular structure conversion software.
 INFO:Please cite:  Jurrus E, et al.  Improvements to the APBS biomolecular solvation software suite.  Protein Sci 27 112-128 (2018).
-INFO:Please cite:  Dolinsky TJ, et al.  PDB2PQR: expanding and upgrading automated preparation of biomolecular structures for molecular simulations. Nucleic Acids Res 35 W522-W525 (2007).
-INFO:Checking and transforming input arguments.
-INFO:Loading topology files.
 
-
-
-
---------------------------------------------------------------------------
-OSError                                   Traceback (most recent call last)
-Cell In[14], line 5
-      1 from rdkit import Chem
-      3 from rdkit.Chem.AllChem import AssignBondOrdersFromTemplate
-----> 5 template = Chem.MolFromMol2File("ligands/13U_ideal.mol2")
-      6 pdb_ligand = Chem.MolFromPDBFile(f"pdb/ligand_A.pdb")
-      8 template = Chem.RemoveAllHs(template)
-
-OSError: Bad input file ligands/13U_ideal.mol2
-
-
-