Difference between revisions of "Preparing an AMBER topology file for a protein plus ligand system"

From CUC3
Jump to navigation Jump to search
import>Csw34
 
import>Csw34
Line 2: Line 2:
   
 
For big systems, generating these files can take a bit of time, and the difficulty increases when you are trying to simulate something for which parameters do not exist in the AMBER libraries i.e. non-standard amino acids, or, more usually, a system with a novel ligand (for example a drug molecule). This tutorial will deal with a big system, hopefully covering all bases. You will probably find the process much less arduous when you are dealing with something smaller and I will try to point out where I am deviating from what you would need to do if you only had say a protein composed of standard amino acids.
 
For big systems, generating these files can take a bit of time, and the difficulty increases when you are trying to simulate something for which parameters do not exist in the AMBER libraries i.e. non-standard amino acids, or, more usually, a system with a novel ligand (for example a drug molecule). This tutorial will deal with a big system, hopefully covering all bases. You will probably find the process much less arduous when you are dealing with something smaller and I will try to point out where I am deviating from what you would need to do if you only had say a protein composed of standard amino acids.
  +
  +
I will also assume that you have already generated parameters (AMBER ''prepin'' and ''frcmod'' files) for any novel ligand/molecule that is present in your system. Info on how to do this can be found linked from the [[AMBER]] page.
   
 
Right! Lets begin:
 
Right! Lets begin:
  +
  +
=== Step 1: Preparing your pdb file ===

Revision as of 15:30, 12 May 2008

When you want to use AMBER, either on its own to run MD, or interfaced with any of the group software (GMIN or OPTIM), you need to have two files at your disposal. These are the topology file (which describes the connectivity of atoms, angles etc) and the coordinate file (which shockingly defines the coordinates of the atoms in your system).

For big systems, generating these files can take a bit of time, and the difficulty increases when you are trying to simulate something for which parameters do not exist in the AMBER libraries i.e. non-standard amino acids, or, more usually, a system with a novel ligand (for example a drug molecule). This tutorial will deal with a big system, hopefully covering all bases. You will probably find the process much less arduous when you are dealing with something smaller and I will try to point out where I am deviating from what you would need to do if you only had say a protein composed of standard amino acids.

I will also assume that you have already generated parameters (AMBER prepin and frcmod files) for any novel ligand/molecule that is present in your system. Info on how to do this can be found linked from the AMBER page.

Right! Lets begin:

Step 1: Preparing your pdb file