gotoh


Namegotoh JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/rbturnbull/gotoh
SummarySequence Alignment with different penalties for opening gaps and extending them.
upload_time2023-07-17 06:53:50
maintainer
docs_urlNone
authorRobert Turnbull
requires_python>=3.8,<4.0
licenseApache-2.0
keywords multiple sequence alignment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "multiple sequence alignment",
    "author": "Robert Turnbull",
    "author_email": "robert.turnbull@unimelb.edu.au",
    "download_url": "https://files.pythonhosted.org/packages/48/be/b5e86a5ad01723c2934cbf9f61c9ad9c216d18614888564daf938676e6b6/gotoh-0.1.4.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.4",
    "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": "8a438d911b1641d832c4851859ed79aff307447d4061191e52fdd3e2a479f756",
                "md5": "f24c65980901c2e845ae0c86b4af0c00",
                "sha256": "046f3b1b9cf020419fce607943aaeb22b5a857fbe3a18da7593a1fa85bdc96c1"
            },
            "downloads": -1,
            "filename": "gotoh-0.1.4-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f24c65980901c2e845ae0c86b4af0c00",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8,<4.0",
            "size": 91932,
            "upload_time": "2023-07-17T06:53:48",
            "upload_time_iso_8601": "2023-07-17T06:53:48.318243Z",
            "url": "https://files.pythonhosted.org/packages/8a/43/8d911b1641d832c4851859ed79aff307447d4061191e52fdd3e2a479f756/gotoh-0.1.4-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48beb5e86a5ad01723c2934cbf9f61c9ad9c216d18614888564daf938676e6b6",
                "md5": "32d0fd874c55a3eecb3091ce81dd1caf",
                "sha256": "ab7ed3ff18ddfba2b4c01e97936f9510c7e7e44dab118b0449b2c43e9058699a"
            },
            "downloads": -1,
            "filename": "gotoh-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "32d0fd874c55a3eecb3091ce81dd1caf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 89815,
            "upload_time": "2023-07-17T06:53:50",
            "upload_time_iso_8601": "2023-07-17T06:53:50.082945Z",
            "url": "https://files.pythonhosted.org/packages/48/be/b5e86a5ad01723c2934cbf9f61c9ad9c216d18614888564daf938676e6b6/gotoh-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-17 06:53:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rbturnbull",
    "github_project": "gotoh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gotoh"
}
        
Elapsed time: 0.11338s