# gotoh
![pipline](https://github.com/rbturnbull/gotoh/actions/workflows/pipeline.yml/badge.svg)
Performs a global sequence alignment (Needleman-Wunsch) with affine gap penalties (Gotoh). It returns a tuple with the number of characters that match, mismatch, open gaps and extend gaps. The scores/penalties are given as arguments and the defaults correspond to the basic Levenshtein distance.
It can also produce a multiple sequence alignment.
Based on Brent Pedersen’s nwalign which was originally posted at https://bitbucket.org/brentp/biostuff/ but now has disappeared.
For more information, see chapter 7 of Robert Turnbull's thesis 'The Textual History of Codex Sinaiticus Arabicus and its Family'.
Documentation and code clean up to come.
Raw data
{
"_id": null,
"home_page": "https://github.com/rbturnbull/gotoh",
"name": "gotoh",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "multiple sequence alignment",
"author": "Robert Turnbull",
"author_email": "robert.turnbull@unimelb.edu.au",
"download_url": "https://files.pythonhosted.org/packages/a6/bd/e58532025026f72195fbef2e43cf3c161090c600002050862a7e84cfd1df/gotoh-0.1.5.tar.gz",
"platform": null,
"description": "# gotoh\n\n![pipline](https://github.com/rbturnbull/gotoh/actions/workflows/pipeline.yml/badge.svg)\n\nPerforms a global sequence alignment (Needleman-Wunsch) with affine gap penalties (Gotoh). It returns a tuple with the number of characters that match, mismatch, open gaps and extend gaps. The scores/penalties are given as arguments and the defaults correspond to the basic Levenshtein distance.\n\nIt can also produce a multiple sequence alignment.\n\nBased on Brent Pedersen\u2019s nwalign which was originally posted at https://bitbucket.org/brentp/biostuff/ but now has disappeared.\n\nFor more information, see chapter 7 of Robert Turnbull's thesis 'The Textual History of Codex Sinaiticus Arabicus and its Family'.\n\nDocumentation and code clean up to come.",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Sequence Alignment with different penalties for opening gaps and extending them.",
"version": "0.1.5",
"project_urls": {
"Homepage": "https://github.com/rbturnbull/gotoh",
"Repository": "https://github.com/rbturnbull/gotoh"
},
"split_keywords": [
"multiple",
"sequence",
"alignment"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e7b00bb16800ed7d0d5ae9790f9e0ba487e65d5fa26e2d279fe6ed6daa937448",
"md5": "35a4335e2ead5989eecaf359b8cba23f",
"sha256": "ad03d36cb61437524d2a56c291306986d63bad8f15dc7ae37d78c88053ce3062"
},
"downloads": -1,
"filename": "gotoh-0.1.5-cp310-cp310-macosx_14_0_x86_64.whl",
"has_sig": false,
"md5_digest": "35a4335e2ead5989eecaf359b8cba23f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.8",
"size": 119796,
"upload_time": "2024-11-04T03:16:59",
"upload_time_iso_8601": "2024-11-04T03:16:59.670308Z",
"url": "https://files.pythonhosted.org/packages/e7/b0/0bb16800ed7d0d5ae9790f9e0ba487e65d5fa26e2d279fe6ed6daa937448/gotoh-0.1.5-cp310-cp310-macosx_14_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a6bde58532025026f72195fbef2e43cf3c161090c600002050862a7e84cfd1df",
"md5": "f648f5eb2571bd95893f750edc8b1f52",
"sha256": "c413b73e511adf5fe45ad684bd772cec00b41553093ea5f0adaf04235dd0e29a"
},
"downloads": -1,
"filename": "gotoh-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "f648f5eb2571bd95893f750edc8b1f52",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 117378,
"upload_time": "2024-11-04T03:17:01",
"upload_time_iso_8601": "2024-11-04T03:17:01.583595Z",
"url": "https://files.pythonhosted.org/packages/a6/bd/e58532025026f72195fbef2e43cf3c161090c600002050862a7e84cfd1df/gotoh-0.1.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 03:17:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rbturnbull",
"github_project": "gotoh",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gotoh"
}