pdb2gmx

Main Table of Contents

VERSION 3.1
Thu 28 Feb 2002


Description

This program reads a pdb file, lets you choose a forcefield, reads some database files, adds hydrogens to the molecules and generates coordinates in Gromacs (Gromos) format and a topology in Gromacs format. These files can subsequently be processed to generate a run input file.

Note that a pdb file is nothing more than a file format, and it need not necessarily contain a protein structure. Every kind of molecule for which there is support in the database can be converted. If there is no support in the database, you can add it yourself.

The program has limited intelligence, it reads a number of database files, that allow it to make special bonds (Cys-Cys, Heme-His, etc.), if necessary this can be done manually. The program can prompt the user to select which kind of LYS, ASP, GLU, CYS or HIS residue she wants. For LYS the choice is between LYS (two protons on NZ) or LYSH (three protons, default), for ASP and GLU unprotonated (default) or protonated, for HIS the proton can be either on ND1 (HISA), on NE2 (HISB) or on both (HISH). By default these selections are done automatically. For His, this is based on an optimal hydrogen bonding conformation. Hydrogen bonds are defined based on a simple geometric criterium, specified by the maximum hydrogen-donor-acceptor angle and donor-acceptor distance, which are set by -angle and -dist respectively.

Option -merge will ask if you want to merge consecutive chains into one molecule, this can be useful for connecting chains with a disulfide brigde.

pdb2gmx will also check the occupancy field of the pdb file. If any of the occupanccies are not one, indicating that the atom is not resolved well in the structure, a warning message is issued. When a pdb file does not originate from an X-Ray structure determination all occupancy fields may be zero. Either way, it is up to the user to verify the correctness of the input data (read the article!).

During processing the atoms will be reordered according to Gromacs conventions. With -n an index file can be generated that contains one group reordered in the same way. This allows you to convert a Gromos trajectory and coordinate file to Gromos. There is one limitation: reordering is done after the hydrogens are stripped from the input and before new hydrogens are added. This means that you should not use -ignh.

The .gro and .g96 file formats do not support chain identifiers. Therefore it is useful to enter a pdb file name at the -o option when you want to convert a multichain pdb file.

-sort will sort all residues according to the order in the database, sometimes this is necessary to get charge groups together.

-alldih will generate all proper dihedrals instead of only those with as few hydrogens as possible, this is useful for use with the Charmm forcefield.

The option -dummy removes hydrogen and fast improper dihedral motions. Angular and out-of-plane motions can be removed by changing hydrogens into dummy atoms and fixing angles, which fixes their position relative to neighboring atoms. Additionally, all atoms in the aromatic rings of the standard amino acids (i.e. PHE, TRP, TYR and HIS) can be converted into dummy atoms, elminating the fast improper dihedral fluctuations in these rings. Note that in this case all other hydrogen atoms are also converted to dummy atoms. The mass of all atoms that are converted into dummy atoms, is added to the heavy atoms.

Also slowing down of dihedral motion can be done with -heavyh done by increasing the hydrogen-mass by a factor of 4. This is also done for water hydrogens to slow down the rotational motion of water. The increase in mass of the hydrogens is subtracted from the bonded (heavy) atom so that the total mass of the system remains the same. Reference Feenstra et al., J. Comput. Chem. 20, 786 (1999).

Files

optionfilenametypedescription
-f eiwit.pdb Input Generic structure: gro g96 pdb tpr tpb tpa
-o conf.gro Output Generic structure: gro g96 pdb
-p topol.top Output Topology file
-i posre.itp Output Include file for topology
-n clean.ndx Output, Opt. Index file
-q clean.pdb Output, Opt. Generic structure: gro g96 pdb

Other options

optiontypedefaultdescription
-[no]h bool no Print help info and quit
-[no]X bool no Use dialog box GUI to edit command line options
-nice int 0 Set the nicelevel
-[no]merge bool no Merge multiple chains into one molecule
-[no]inter bool no Set the next 6 options to interactive
-[no]ss bool no Interactive SS bridge selection
-[no]ter bool no Interactive termini selection, iso charged
-[no]lys bool no Interactive Lysine selection, iso charged
-[no]asp bool no Interactive Aspartic Acid selection, iso charged
-[no]glu bool no Interactive Glutamic Acid selection, iso charged