# RCSB Python Sequence Alignment Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=24&branchName=main)
## Introduction
This module contains wrapper methods for sequence alignment tasks
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_seqalign.git
```
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.seqalign
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_seqalign",
"name": "rcsb.utils.seqalign",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "John Westbrook",
"author_email": "john.westbrook@rcsb.org",
"download_url": "https://files.pythonhosted.org/packages/0f/e9/25fb557f637baf658ef48e17090d6e6261081291a44bc2185683879ba56c/rcsb_utils_seqalign-0.30.tar.gz",
"platform": null,
"description": "# RCSB Python Sequence Alignment Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=24&branchName=main)\n\n## Introduction\n\nThis module contains wrapper methods for sequence alignment tasks\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_seqalign.git\n\n```\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.seqalign\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Wrapper Module for Sequence Alignment Utilities",
"version": "0.30",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_seqalign"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0fe925fb557f637baf658ef48e17090d6e6261081291a44bc2185683879ba56c",
"md5": "87fd018a1d7370954f70e6445c949b3e",
"sha256": "72fce177a49847d84298c4d8e778f9255c1d5465336386e5be41c030da1befb5"
},
"downloads": -1,
"filename": "rcsb_utils_seqalign-0.30.tar.gz",
"has_sig": false,
"md5_digest": "87fd018a1d7370954f70e6445c949b3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10495,
"upload_time": "2024-12-10T00:05:52",
"upload_time_iso_8601": "2024-12-10T00:05:52.004382Z",
"url": "https://files.pythonhosted.org/packages/0f/e9/25fb557f637baf658ef48e17090d6e6261081291a44bc2185683879ba56c/rcsb_utils_seqalign-0.30.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 00:05:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_seqalign",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.00"
]
]
},
{
"name": "rcsb.utils.taxonomy",
"specs": [
[
">=",
"0.36"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.seqalign"
}