Skip to content

1000000000000000000000000000000/DSSPparser_Modified2

Repository files navigation

DSSPparser

#NOTE: THIS IS NOT 1000000000000000000000000000000's code. Copied and slightly modified from neolei's 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

stable verison

pip install DSSPparser

lastest version

pip install git+https://github.com/1000000000000000000000000000000/DSSPparser_Modified2.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_local2
result = pdbToxssp_local2("2GW9")

License

Released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages