- Files in the directory:
- PDB file --> 2jof.pdb
- Directories:
- 1-gmx-input-files # contains script to generate input file
- mdp_files # GROMACS mdp file
- 2-gmx-run # contains scripts to run MD
- Readme.md file
- Instructions:
- check pdb file: use VMD to visualize
- cd 1-gmx-input-files # enter the directory
- ./generate-inp-files.sh # execute the script
This will generate the list of files:
- 2jof_box.gro
- 2jof_refined.gro
- 2jof_solv.gro # final simulation box
- posre.itp # protein position restraint file
- topol.top # topology file of the system
- cd ..
- cd 2-gmx-run # enter next directory
This contains four files:
Execute the follwing scripts one by one.
-
sbatch 1-em.sh # Energy minimization
-
sbatch 2-eq1.sh # Equilibration first stage
-
sbatch 3-eq2.sh # Equilibration second stage
-
sbatch 4-prod.sh # Production run
-
Running GROMACS tutorial on local mechine:
- delete all SBATCH commands
- delete module load command
- delete the export command
- change this path /home/apps/gromacs/gromacs-2022.2/installGPUIOMPI/bin/gmx_GPUIMPI to your GROMACS executable path