Skip to main content

parse protein secondary structure; dssp file; DSSP api interface; transform PDB format to dssp format

Project description

DSSPparser

PyPI - Version PyPI - Python Version GitHub - LICENSE Build Status codecov

DSSPparser is an easy tool to parse dssp file, and can transform PDB format file to dssp format file by dssp,also support the tansfrom between the PDB id and dssp format, hssp format and sequence.

Install

stabel verison

pip install DSSPparser

lastest version

pip install git+https://github.com/neolei/DSSPparser.git

Examples

parse dssp file to pandas.dataframe

from DSSPparser import parseDSSP
parser = parseDSSP('2GW9.dssp')
parser.parse()
pddict = parser.dictTodataframe()

Transform between the PDB format and dssp format

  • Note: please install the DSSP software.
conda install -c salilab dssp
from DSSPparser import pdbToxssp_local
result = pdbToxssp("2GW9")

License

Released under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DSSPparser-0.1.3.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

DSSPparser-0.1.3-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page