An open API service indexing awesome lists of open source software.

https://github.com/mdanalysis/pystride

Python bindings to STRIDE
https://github.com/mdanalysis/pystride

Last synced: 5 months ago
JSON representation

Python bindings to STRIDE

Awesome Lists containing this project

README

          

Python bindings for STRIDE: Protein secondary structure assignment from atomic coordinates

About STRIDE:

STRIDE [1] is a program to recognize secondary structural elements in
proteins from their atomic coordinates. It performs the same task as
DSSP by Kabsch and Sander [2] but utilizes both hydrogen bond energy
and mainchain dihedral angles rather than hydrogen bonds alone. It
relies on database-derived recognition parameters with the
crystallographers' secondary structure definitions as a standard-of-
truth. Please see Frishman and Argos [1] for detailed description of
the algorithm.

1. Frishman,D & Argos,P. (1995) Knowledge-based secondary structure
assignment. Proteins: structure, function and genetics, 23,
566-579.

2. Kabsch,W. & Sander,C. (1983) Dictionary of protein secondary
structure: pattern recognition of hydrogen-bonded and
geometrical features. Biopolymers, 22: 2577-2637.

About the python bindings:

```python
import pystride

pystride.stride('adk_oplsaa.pdb')

```