Skip to content

Programming project (Python) - Implementation of the DSSP method (Secondary Structure Assignment)

Notifications You must be signed in to change notification settings

hkabbech/DSSP_implt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSSP implementation

Secondary Structure Assignment using the DSSP method (see Reference).

Installation

Requirements

  • Python 3.6
  • Biopython package
pip install biopython

Clone the repository

git clone https://github.com/kabhel/DSSP_implt.git
cd DSSP_implt
chmod +x dssp.py

Run the program

Examples

./dssp.py -i data/1bta.pdb
./dssp.py -i data/1itv.pdb -o res/1itv.dssp

Get help

$ ./dssp.py -h
Usage: dssp.py [options]

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -i FILE, --input=FILE
                        the file name of a PDB formatted file containing the
                        protein structure data
  -o FILE, --output=FILE
                        the  file  name  of  a  DSSP  file to create

Reference

W. Kabsch and C.Sander, Biopolymers 22 (1983) 2577-2637

About

Programming project (Python) - Implementation of the DSSP method (Secondary Structure Assignment)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages