Skip to content

PDB-REDO/dssp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 26, 2025
3cbec3a · Feb 26, 2025
Jan 15, 2025
Mar 13, 2024
Mar 9, 2024
Feb 26, 2025
Aug 15, 2023
Feb 5, 2025
Mar 9, 2024
Jul 14, 2023
Aug 15, 2023
Oct 25, 2022
Feb 26, 2025
Jan 4, 2024
Jul 1, 2022
Mar 13, 2024
Feb 26, 2025

Repository files navigation

github CI GitHub License

DSSP 4.4

This is a rewrite of DSSP, now offering full mmCIF support. The difference with previous releases of DSSP is that it now writes out an annotated mmCIF file by default, storing the secondary structure information in the _struct_conf category.

Another new feature in this version of DSSP is that it now defines Poly-Proline helices as well.

The DSSP program was designed by Wolfgang Kabsch and Chris Sander to standardize secondary structure assignment. DSSP is a database of secondary structure assignments (and much more) for all protein entries in the Protein Data Bank (PDB). DSSP is also the program that calculates DSSP entries from PDB entries.

DSSP does not predict secondary structure.

Requirements

A good, modern compiler is needed to build the mkdssp program since it uses many new C++20 features.

Building

The new makefile for dssp will take care of downloading and building all requirements automatically. So in theory, building is as simple as:

git clone https://github.com/PDB-REDO/dssp.git
cd dssp
cmake -S . -B build
cmake --build build
cmake --install build

Usage

See manual page for more info. Or even better, see the DSSP website.