GMX-DSSP(1) | GROMACS | GMX-DSSP(1) |
gmx-dssp - Calculate protein secondary structure via DSSP algorithm
gmx dssp [-f [<.xtc/.trr/...>]] [-s [<.tpr/.gro/...>]] [-n [<.ndx>]] [-o [<.dat>]] [-b <time>] [-e <time>] [-dt <time>] [-tu <enum>] [-fgroup <selection>] [-xvg <enum>] [-[no]rmpbc] [-[no]pbc] [-sf <file>] [-selrpos <enum>] [-seltype <enum>] [-sel <selection>] [-hmode <enum>] [-[no]nb] [-cutoff <real>] [-[no]pihelix] [-ppstretch <enum>]
gmx dssp allows using the DSSP algorithm (namely, by detecting specific patterns of hydrogen bonds between amino acid residues) to determine the secondary structure of a protein.
-hmode selects between using hydrogen atoms directly from the structure ("gromacs" option) and using hydrogen pseudo-atoms based on C and O atom coordinates of previous residue ("dssp" option).
-nb allows using GROMACS neighbor-search method to find residue pairs that may have a hydrogen bond instead of simply iterating over the residues among themselves.
-cutoff is a real value that defines maximum distance from residue to its neighbor residue used in -nb. Minimum (and also recommended) value is 0.9.
-pihelix changes pattern-search algorithm towards preference of pi-helices.
-ppstretch defines stretch value of polyproline-helices. "shortened" means stretch with size 2 and "default" means stretch with size 3.
Note that gmx dssp currently is not capable of reproducing the secondary structure of proteins whose structure is determined by methods other than X-ray crystallography (structures in .pdb format with incorrect values in the CRYST1 line) due to the incorrect cell size in such structures.
Please note that the computation is always done in single precision, regardless of the precision for which GROMACS was configured.
Options to specify input files:
Options to specify output files:
Other options:
gmx(1)
More information about GROMACS is available at <http://www.gromacs.org/>.
2023, GROMACS development team
October 19, 2023 | 2023.3 |