![]() |
![]()
| ![]() |
![]()
NAMEgmx-dssp - Calculate protein secondary structure via DSSP algorithm SYNOPSISgmx dssp [-f [<.xtc/.trr/...>]] [-s [<.tpr/.gro/...>]] [-n [<.ndx>]] DESCRIPTIONgmx 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. One-symbol secondary structure designations that are used in the output file: H — alpha-helix; B — residue in isolated beta-bridge; E — extended strand that participates in beta-ladder; G — 3_10-helix; I — pi-helix; P — kappa-helix (poly-proline II helix); S — bend; T — hydrogen-bonded turn; = — break; ~ — loop (no special secondary structure designation). -num allows you to get a plot of the number of secondary structures of each type as a function of time at the output. -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). You should always use the "dssp" option for structures with absent hydrogen atoms! -hbond selects between different definitions of hydrogen bond. "energy" means the calculation of a hydrogen bond using the electrostatic interaction energy and "geometry" means the calculation of the hydrogen bond using geometric criterion for the existence of a hydrogen bond. -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. -clear allows you to ignore the analysis of the secondary structure residues that are missing one or more critical atoms (CA, C, N, O or H). Always use this option together with -hmode dssp for structures that lack hydrogen atoms! -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. -polypro enables the search for polyproline helices (default behavior, equivalent to DSSP v4). Disabling this option will result in disabling the search for polyproline helices, reproducing the behavior of DSSP v2. 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. OPTIONSOptions to specify input files:
Options to specify output files:
Other options:
SEE ALSOgmx(1) More information about GROMACS is available at <http://www.gromacs.org/>. COPYRIGHT2025, GROMACS development team
|