Galaxy | Tool Preview

GROMACS check (version 2022+galaxy0)
Enter the trajectory file. Accepted formats: xtc, trr, cpt, gro, pdb.

What it does

This tool reads a trajectory (trr or xtc), an energy file (edr) or an index file (ndx) and prints out useful information about them.

Selecting 'information about the structure of a system' checks for the presence of coordinates, velocities and the box in the file, close contacts (smaller than van der Waals radii and not bound, i.e. not between minimal fraction of sum of van der Waals radii and maximal fraction of sum of van der Waals radii, all relative to the sum of the two van der Waals radii) and atoms outside the box (these can occur often and are not a problem). If velocities are present, an estimated temperature will be calculated from them.

If an index file is given, its contents will be summarized.

The program can compare two runtime input files (tpr) when both topology file 1 and topology file 2 are provided. When comparing run input files this way, the default relative tolerance is reduced to 0.000001 and the absolute tolerance set to zero to find any differences not due to minor compiler optimization differences, although you can of course still set any other tolerances through the options. Similarly a pair of trajectory files can be compared (using compare two trajectories), or a pair of energy files (using compare two energy files).


Inputs

Information about a trajectory
  • Trajectory file : trajectory file in xtc, trr, cpt, gro or pdb format.
Compare two trajectories
  • Trajectory file 1 : trajectory file in xtc, trr, cpt, gro or pdb format.
  • Trajectory file 2 : trajectory file in xtc, trr, cpt, gro or pdb format.
  • Do you want to display the RMSD? : print RMSD for x, v and f.
  • Enter relative tolerance : relative tolerance for comparing real values.
  • Enter absolute tolerance : absolute tolerance, useful when sums are close to zero.
Information about the structure of a system
  • Structure file : structure file in tpr, gro, pdb, brk or ent format.
  • Enter the fraction of sum of VdW radii : fraction of sum of VdW radii used as warning cutoff.
  • Enter the minimal fraction of sum of van der Waals radii for bonded atoms : minimal fraction of sum of van der Waals radii for bonded atoms.
  • Enter the maximal fraction of sum of van der Waals radii for bonded atoms : maximal fraction of sum of van der Waals radii for bonded atoms.
Information about the energy of a system
  • Energy file : energy file in edr format.
Information about the index of a system
  • Index file : index file in ndx format.
Compare two topologies
  • Topology file 1 : topology file in tpr format.
  • Topology file 2 : topology file in tpr format.
  • Enter absolute tolerance : absolute tolerance, useful when sums are close to zero.
Compare two energy files
  • Energy file 1 : energy file in edr format.
  • Energy file 2 : energy file in edr format.
  • Enter relative tolerance : relative tolerance for comparing real values.
  • Enter absolute tolerance : absolute tolerance, useful when sums are close to zero.
  • Enter the last energy term to compare : last energy term to compare (if not given all are tested). It makes sense to go up until the pressure.

Output

  • list with one or more text files. This file contains either information about the trajectory, the structure, the index or the energy, or a comparison between two trajectories, two topologies or two energy files.