Skip to content

MiaoLab20/GLOW

Repository files navigation

GLOW

GLOW integrates Gaussian accelerated molecular dynamics (GaMD) and Deep Learning (DL) for free energy profiling of biomolecules. First, all-atom GaMD enhanced sampling simulations are performed on biomolecules of interest. Structural contact maps are then calculated from GaMD simulation frames and transformed into images for building DL models using convolutional neural network (CNN). Important structural contacts can be determined from DL models of saliency (attention) maps of the residue contact gradients, which allow for the identification of system reaction coordinates . Finally, free energy profiles of these reaction coordinates are calculated through energetic reweighting of GaMD simulations.

Downloads

1. Anaconda3 (version 2021.05 or later): Anaconda3-2021.05-Linux-x86_64

2. Full GLOW package (with manual and a testing "EXAMPLE" folder): GLOW.zip

3. Energetic reweighting: PyReweighting

Tutorial

The GLOW package consists of eight bash scripts. The script run-GLOW.sh is used to run GLOW in full or parts, while others will generate all the necessary files and scripts for running GLOW.

To run GLOW, type the following command in the terminal: nohup ./run-GLOW.sh & and always use CTRL A + CTRL D to log off the terminal and not disrupt the running process.

All the flags and variables to run GLOW are defined in the GLOW.in input file. The following parameters are used to define which parts of GLOW to be run:

run_GaMD: 1 to run GaMD simulations or 0 to skip. Related to the bash script run-GLOW.sh

run_GaMD_analysis: 1 to perform GaMD simulation analysis or 0 to skip. Related to the bash script run-GaMD-analysis.sh

run_DL_prep: 1 to calculate residue contact maps of GaMD simulation frames and transform them into images or 0 to skip. Related to the bash script run-DL-prep.sh

run_2D_CNN: 1 to perform DL analysis of image-transformed residue contact maps or 0 to skip. Related to the bash script run-2D-CNN.sh

run_DL_analysis: 1 to plot DL metrics, confusion matrix and calculate important residue contacts from residue contact maps or 0 to skip. Related to the bash script run-DL-analysis.sh

run_2D_FEPs: 1 to print out instructions on how to plot 2D free energy landscapes or 0 to skip. Related to the bash script run-2D-FEPs.sh

Each part of GLOW (GaMD, DL and free energy profiling) requires the specifications of a number of variables to run properly. Detailed explanations of these variables can be found in the manual. The "EXAMPLE" folder of GLOW includes only two systems for demonstration. In case users have more than two systems, the new variables must be in identical formats to the existing ones (same_text_$i, with $i = 1, 2, 3 ...)

The script install-PyPackages.sh will install the necessary Python packages for DL. Run ./install-PyPackages.sh for installation. It is recommended to install them into an Anaconda3 environment of Python3.7+. Detailed instructions on how to set up an Anaconda3 environment can be found in the manual.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages