# RCSB Python DSSP Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=&branchName=master)
## Introduction
This module contains utility methods for calculating DSSP secondary structure entries for models in the RCSB PDB archive.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_dssp.git
```
**Important:** Setup will require an up-to-date version of [cmake](https://cmake.org/install/) to be installed on the machine and the executable to be in the system's PATH.
Optionally, run test suite (Python versions 3.9) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
python setup.py test
or simply run
tox
```
Installation is via the program [pip](https://pypi.python.org/pypi/pip).
```bash
pip install rcsb.utils.dssp
or for the local repository:
pip install .
```
## References
* DSSP 4.0. Maarten L. Hekkelman, et al. https://github.com/PDB-REDO/dssp
* libcifpp. Maarten L. Hekkelman, et al. https://github.com/PDB-REDO/libcifpp
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_dssp",
"name": "rcsb.utils.dssp",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Dennis Piehl",
"author_email": "dennis.piehl@rcsb.org",
"download_url": "https://files.pythonhosted.org/packages/78/a0/55797f09bc5ea8d6cc3b191c383aed7cfa53ffbbc1214604905156ff8fbb/rcsb.utils.dssp-0.11.tar.gz",
"platform": null,
"description": "# RCSB Python DSSP Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=&branchName=master)\n\n## Introduction\n\nThis module contains utility methods for calculating DSSP secondary structure entries for models in the RCSB PDB archive.\n\n### Installation\n\nDownload the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_dssp.git\n\n```\n\n**Important:** Setup will require an up-to-date version of [cmake](https://cmake.org/install/) to be installed on the machine and the executable to be in the system's PATH.\n\nOptionally, run test suite (Python versions 3.9) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.utils.dssp\n\nor for the local repository:\n\npip install .\n```\n\n## References\n* DSSP 4.0. Maarten L. Hekkelman, et al. https://github.com/PDB-REDO/dssp\n* libcifpp. Maarten L. Hekkelman, et al. https://github.com/PDB-REDO/libcifpp\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python DSSP Utilities",
"version": "0.11",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "78a055797f09bc5ea8d6cc3b191c383aed7cfa53ffbbc1214604905156ff8fbb",
"md5": "7bd4cb8d45d79e798857d1e78bfd1440",
"sha256": "01be3f3359f6db387711c8a90eec9477cc44086b7c8eb08d7021b5ef3ccddd3b"
},
"downloads": -1,
"filename": "rcsb.utils.dssp-0.11.tar.gz",
"has_sig": false,
"md5_digest": "7bd4cb8d45d79e798857d1e78bfd1440",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7108,
"upload_time": "2023-01-11T19:02:21",
"upload_time_iso_8601": "2023-01-11T19:02:21.620062Z",
"url": "https://files.pythonhosted.org/packages/78/a0/55797f09bc5ea8d6cc3b191c383aed7cfa53ffbbc1214604905156ff8fbb/rcsb.utils.dssp-0.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-11 19:02:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_dssp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.16"
]
]
},
{
"name": "rcsb.utils.multiproc",
"specs": [
[
">=",
"0.18"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.dssp"
}