DSSPparser
DSSPparser is an easy tool to parse dssp file, and can transform PDB format file to dssp format file by xssp,also support the tansfrom between the PDB id and dssp format, hssp format and sequence.
Install / Use
/learn @wangleiofficial/DSSPparserREADME
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_local("2GW9")
License
Released under the MIT license.
Related Skills
openhue
347.0kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
347.0kElevenLabs text-to-speech with mac-style say UX.
weather
347.0kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.6kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
