项目作者: hkabbech

项目描述 :
Programming project (Python) - Implementation of the DSSP method (Secondary Structure Assignment)
高级语言: Python
项目地址: git://github.com/hkabbech/DSSP_implt.git
创建时间: 2018-09-05T17:24:12Z
项目社区:https://github.com/hkabbech/DSSP_implt

开源协议:

下载


DSSP implementation

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

Installation

Requirements

  • Python 3.6
  • Biopython package
    1. pip install biopython

Clone the repository

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

Run the program

Examples

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

Get help

  1. $ ./dssp.py -h
  2. Usage: dssp.py [options]
  3. Options:
  4. --version show program's version number and exit
  5. -h, --help show this help message and exit
  6. -i FILE, --input=FILE
  7. the file name of a PDB formatted file containing the
  8. protein structure data
  9. -o FILE, --output=FILE
  10. the file name of a DSSP file to create

Reference

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