All Projects → PDB-REDO → dssp

PDB-REDO / dssp

Licence: BSD-2-Clause license
Application to assign secondary structure to proteins

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to dssp

Vimpdb
Pdb and Vim integration
Stars: ✭ 188 (+235.71%)
Mutual labels:  pdb
libmol
Single Page Web Application for displaying and studying molecular models
Stars: ✭ 29 (-48.21%)
Mutual labels:  pdb
nopdb
NoPdb: Non-interactive Python Debugger
Stars: ✭ 67 (+19.64%)
Mutual labels:  pdb
Rmsd
Calculate Root-mean-square deviation (RMSD) of two molecules, using rotation, in xyz or pdb format
Stars: ✭ 215 (+283.93%)
Mutual labels:  pdb
Porter5
Fast, state-of-the-art ab initio prediction of protein secondary structure in 3 and 8 classes
Stars: ✭ 39 (-30.36%)
Mutual labels:  proteins
pdb-tools
A dependency-free cross-platform swiss army knife for PDB files.
Stars: ✭ 240 (+328.57%)
Mutual labels:  pdb
Fakepdb
Tool for PDB generation from IDA Pro database
Stars: ✭ 186 (+232.14%)
Mutual labels:  pdb
pdbfetch
Fetch PDB symbols directly from Microsoft's symbol servers
Stars: ✭ 33 (-41.07%)
Mutual labels:  pdb
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (-1.79%)
Mutual labels:  pdb
psipred
PSIPRED Protein Secondary Structure Predictor
Stars: ✭ 38 (-32.14%)
Mutual labels:  proteins
oncoEnrichR
Cancer-dedicated gene set interpretation
Stars: ✭ 35 (-37.5%)
Mutual labels:  proteins
bioSyntax-archive
Syntax highlighting for computational biology
Stars: ✭ 16 (-71.43%)
Mutual labels:  pdb
progen
Implementation and replication of ProGen, Language Modeling for Protein Generation, in Jax
Stars: ✭ 71 (+26.79%)
Mutual labels:  proteins
Ducible
A tool to make Windows builds reproducible.
Stars: ✭ 211 (+276.79%)
Mutual labels:  pdb
pmartR
The pmartR R package provides functionality for quality control, normalization, exploratory data analysis, and statistical analysis of mass spectrometry (MS) omics data, in particular proteomic (either at the peptide or the protein level), lipidomic, and metabolomic data. This includes data transformation, specification of groups that are to be …
Stars: ✭ 19 (-66.07%)
Mutual labels:  proteins
Python Remote Pdb
Remote vanilla PDB (over TCP sockets).
Stars: ✭ 186 (+232.14%)
Mutual labels:  pdb
MolArt
MOLeculAR structure annoTator
Stars: ✭ 25 (-55.36%)
Mutual labels:  pdb
DbgSymGrabber
Just another tool to download specify Symbol (.pdb) files
Stars: ✭ 35 (-37.5%)
Mutual labels:  pdb
symreader-converter
Converts between Windows PDB and Portable PDB formats.
Stars: ✭ 50 (-10.71%)
Mutual labels:  pdb
RamaNet
Preforms De novo protein design using machine learning and PyRosetta to generate a novel protein structure
Stars: ✭ 41 (-26.79%)
Mutual labels:  pdb

DSSP 4.0

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

The tools are based on libcif++ and the code is written in modern C++ so you need a compiler capable of handling C++17 code.

Building

Make sure you install libcif++ first before building.

After that, building should be as easy as typing:

git clone https://github.com/PDB-REDO/dssp.git
cd dssp
mkdir build
cd build
cmake ..
cmake --build . --config Release
ctest -C Release
cmake --install .

This will install the mkdssp program in $HOME/.local/bin. If you want to install elsewhere, specify the prefix with the CMAKE_INSTALL_PREFIX variable.

Usage

See manual page for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].