Skip to content

This package converts Schrodinger output file to GROMACS topology with force field information. It also generates other files to initiate GROMACS simulation

Notifications You must be signed in to change notification settings

Tabor-Research-Group/gromacs_top_from_schrodinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Overview

This code is used to convert Schrodinger force field output to GROMACS format and generate other input files used to initiate MD simulation with GROMACS.

Required Resources

  1. Schrodinger

  2. You will need to have the Atomic Simulation Environment (ASE) (https://wiki.fysik.dtu.dk/ase/install.html) installed in your python environment. You can install it with:

$ pip install --update --user ase

Execution of Code

  1. Place the gromacs_top_from_schrodinger.py and run.sh in your directory that contains the geometry of your monomer that you are interested. The format of the geometry can be either .xyz/.gro/.pdb that supported by the ASE.

  2. Change the filename in the run.sh file to match with your monomer, do not include the extension (.xyz/.pdb/.gro etc.)

MOL_GEOM=YOUR_FILE_NAME

  1. The default run.sh file is built for a SLURM cluster at Texas A&M. Modify and submit the job for your cluster.

$ sbatch run.sh

  1. The code will generate several output files:

*.top # Main topology file in gromacs format with FF included.

ffnonbonded.itp # The GROMACS force field file contains the non-bonding parameters

topol.top # Default GROMACS topology

mol.gro # GROMACS input geometry file with updated atomic type match with the topology. If your input geometry is in .gro format, the output will keep the same box, otherwise, the output gro has no box, be sure to use the 'gmx editconf' command to add the box before you use it for simulation.

DOI

About

This package converts Schrodinger output file to GROMACS topology with force field information. It also generates other files to initiate GROMACS simulation

Resources

Stars

Watchers

Forks

Packages

No packages published