MD: Plain run

Introduction

How setup a MD simulation in water. Plain MD protocol

Setup of the environment

Open a terminal in the server (this instruction depend on the configuration of the server)

term>module load cuda/cuda-9.1

Setup the environment of the terminal

term> export PATH=/opt/gromacs/bin:$PATH
term> export PATH=/opt/biki/BiKiLifeSciences/vmd-1.9.2/vmd_bin/:$PATH

If a setup file is present it is possible to use the instruction source

source $HOME/gromacs_setup.source

In this case the setup file is located in the HOME directory and is named gromacs_setup.source

Setup of the MD protocol

Download the scripts

Untar the files

term> tar -xvf MD_Plain_scripts.tar

All the necessary files are in the directory

To run the MD protocol, two additional files are required:

These two files are prepared following other instructions (e.g. MD cylici peptides setup, see the index for other setup protocols)

Run the MD

The scripts must be modified with a text editor changing the name of the input files in the sh files

Firstly, run the minimization script

term> sh em_run.sh > em_run.log &

The minimization is fast and allows to verify that all is ok.

If the minimization finishes without errors, it is possible to run the complete MD sequence

term> nohup ./run.sh > run_run.log &

Then gromcas runs and write messages in rur_run.log.

It is possible to close the terminal and logout form the server.

The results of the MD can be visualized using VMD

term>vmd initialfile.gro finaltraj.xtc

Where initialfile.gro is the starting structure and finaltraj.xtc is the centered trajectory resulting from run_fix2.sh script.