DSSPparser
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.
Release files for DSSPparser 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| DSSPparser-0.1.3.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| DSSPparser-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.6 kB
Release files / DSSPparser-0.1.3.tar.gz
| Download URL | DSSPparser-0.1.3.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5cce0d065e09392809eb9abc06b690ea526bc897fc03fbf6a6735d0d05fd302f
|
|
BLAKE2b-256 checksum How to use checksums |
5b30e1772642d45fe1869de81968cb752153ed600b354cc3039eea887da74d82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|
Release files / DSSPparser-0.1.3-py3-none-any.whl
| Download URL | DSSPparser-0.1.3-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb8f37e7e27027b1133069fc6810fbd3de650c29df1bcef22bd6b489e8f0e355
|
|
BLAKE2b-256 checksum How to use checksums |
abd155c40bb05a27c322a606925e528548a9f75436e0972f1c549f07a160a411
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|