This is part of the setup module |
This command is used to provide information on the molecules that are present in your system.
The information on the molecules in your system can either be provided in the form of a pdb file or as a set of lists of atoms that describe the various chains in your system. If a pdb file is used plumed the MOLINFO command will endeavor to recognize the various chains and residues that make up the molecules in your system using the chainIDs and resnumbers from the pdb file. You can then use this information in later commands to specify atom lists in terms residues. For example using this command you can find the backbone atoms in your structure automatically.
gmx editconf -f topol.tpr -o reference.pdb
.Using MOLINFO with a protein's pdb extend the possibility of atoms selection using the @ special symbol.
Providing MOLTYPE=protein
, MOLTYPE=rna
, or MOLTYPE=dna
will instruct plumed to look for known residues from these three types of molecule (so that any of these three choice can be safely used in a RNA/protein complex).
For protein residues, the following groups are available:
@phi-# @psi-# @omega-# @chi1-#
that select the appropriate atoms that define each dihedral angle for residue #.
For DNA or RNA residues, the following groups are available:
# quadruplets for backbone dihedral angles @alpha-# @beta-# @gamma-# @delta-# @epsilon-# @zeta-# # quadruplets for sugar dihedral angles @v0-# @v1-# @v2-# @v3-# @v4-# # backbone, sugar, and base heavy atoms @back-# @sugar-# @base-#
Notice that zeta
and epsilon
groups should not be used on 3' end residue and alpha
and beta
should not be used on 5' end residue.
CHAIN | (for masochists ( mostly Davide Branduardi ) ) The atoms involved in each of the chains of interest in the structure.. For more information on how to specify lists of atoms see Groups and Virtual Atoms |
STRUCTURE | a file in pdb format containing a reference structure. This is used to defines the atoms in the various residues, chains, etc . For more details on the PDB file format visit http://www.wwpdb.org/docs.html |
MOLTYPE | ( default=protein ) what kind of molecule is contained in the pdb file |
In the following example the MOLINFO command is used to provide the information on which atoms are in the backbone of a protein to the ALPHARMSD CV.
MOLINFO STRUCTURE=reference.pdb ALPHARMSD RESIDUES=all TYPE=DRMSD LESS_THAN={RATIONAL R_0=0.08 NN=8 MM=12} LABEL=a
(see also ALPHARMSD)