Skip to content

jeff231li/alchemical-protein-ligand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alchemical-protein-ligand

This repository contains python scripts to perform absolute binding free enegy (ABFE) for a protein-ligand system. The binding free energy will be calculated using the double-decoupling method (DDM) and the free energy is obtained with thermodynamic integration (TI).

Dependencies

The scripts here will require some libraries, which I will list and go through the installation process.

NOTE: The libraries we will use will only work on Linux and MacOS. For Windows, you will need to install WSL.

If you don't already have Anaconda installed in your machine, then go to https://anaconda.org and install version 3. Most of the dependencies will be included when we install pAPRika. I recommend installing pAPRika in a fresh conda environment.

These are the steps to install pAPRika:

  1. Download the latest release, extract it, and change to the paprika directory:
  2. Change the name field in devtools/conda-envs/test_env.yaml to be paprika.
  3. Create the environment: conda env create -f devtools/conda-envs/test_env.yaml.
  4. Activate the environment: conda activate paprika
  5. Install paprika in the environment: pip install .

Next, we will install MDRestraintGenerator, which we will use to determine the anchor atoms for the free energy calculations.

pip install MDRestraintsGenerator

Finally, we will need to install OpenMMTools

conda install -c conda-forge openmmtools

Tutorial

I broke this up into three sections:

  1. 01-system_files System preparation of protein-ligand complex
  2. 02-equilibration Initial molecular dynamics (MD) simulation.
  3. 03-alchemical Free energy calculations

The first section will create the topology and coordinates files using AmberTools and pAPRika modules. This assumes that we have the ligand bound to the protein (either crystal structure or docking). The second part we run molecular dynamics (MD) simulations to make sure that the ligand is stable in the binding pocket. If not, then it would not benefit performing the ABFE calculations in the third step.

About

Scripts to perform alchemical ABFE in OpenMM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •