This repository contains the Lysozyme in Water sample application using a set of Building Blocks (BB) that internally use gromacs
within the HPC/Exascale Centre of Excellence in Personalised Medicine (PerMedCoE) project.
This example guides users through the process of setting up a simulation system containing a set of proteins (lysozymes) in boxes of water, with ions. Each step contain an explanation of input and output, using typical settings for general use.
Extracted from: http://www.mdtutorials.com/gmx/lysozyme/index.html
Originally done by: Justin A. Lemkul, Ph.D.
From: Virginia Tech Department of Biochemistry
NOTE: This example reaches up to stage 4 (energy minimization).
- HPC/Exascale Centre of Excellence in Personalised Medicine
- Lysozyme in Water application
- Table of Contents
- Repository contents
- Requirements
- Usage
- License
- Contact
- PerMedCoE: PerMedCoE base package.
- gromacs_BBs: Set of building blocks using gromacs.
- application: Lysozyme in water application using the
gromacs_BBs
- Python >= 3.6
- Singularity
- PyCOMPSs
- (Optional: For results visualization) Grace
python3 -m pip install permecoe
git clone https://github.com/PerMedCoE/Lysozyme_in_water.git
cd Lysozyme_in_water/gromacs_BBs/image
./build.sh
cd ..
./install_BBs.sh
cd ..
There are three versions of the lysozyme_in_water
application:
cd application/Bare
./steps.sh
# Check output folder (use "grace" to visualize xvg files).
cd ../..
cd application/SnakeMake
snakemake Snakefile
# Check output folder (use "grace" to visualize xvg files).
cd ../..
cd application/PyCOMPSs
./launch.sh
# Check output folder (use "grace" to visualize xvg files).
cd ../..
This software has been developed for the PerMedCoE project, funded by the European Commission (EU H2020 951773).