clipkit


Nameclipkit JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://github.com/jlsteenwyk/clipkit
SummaryAlignment trimming software for phylogenetics.
upload_time2025-02-16 04:10:39
maintainerNone
docs_urlNone
authorJacob L. Steenwyk
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements appdirs attrs biopython click importlib-metadata more-itertools numpy packaging pathspec pluggy pyparsing pytest pytest-mock regex six toml wcwidth zipp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <a href="https://github.com/jlsteenwyk/clipkit">
    <img src="https://raw.githubusercontent.com/JLSteenwyk/ClipKIT/master/docs/_static/img/logo.jpg" alt="Logo" width="400">
  </a>
  <p align="center">
    <a href="https://jlsteenwyk.com/ClipKIT/">Docs</a>
    ·
    <a href="https://github.com/jlsteenwyk/clipkit/issues">Report Bug</a>
    ·
    <a href="https://github.com/jlsteenwyk/clipkit/issues">Request Feature</a>
  </p>
    <p align="center">
        <a href="https://github.com/JLSteenwyk/ClipKIT/actions" alt="Build">
            <img src="https://img.shields.io/github/actions/workflow/status/JLSteenwyk/ClipKIT/ci.yml?branch=master">
        </a>
        <a href="https://codecov.io/gh/jlsteenwyk/clipkit" alt="Coverage">
          <img src="https://codecov.io/gh/jlsteenwyk/clipkit/branch/master/graph/badge.svg?token=0J49I6441V">
        </a>
        <a href="https://github.com/jlsteenwyk/clipkit/graphs/contributors" alt="Contributors">
            <img src="https://img.shields.io/github/contributors/jlsteenwyk/clipkit">
        </a>
        <a href="https://bsky.app/profile/jlsteenwyk.bsky.social" target="_blank" rel="noopener noreferrer">
          <img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff">
        </a>
        <br />
        <a href="https://pepy.tech/badge/clipkit">
          <img src="https://static.pepy.tech/personalized-badge/clipkit?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads">
        </a>
        <a href="https://lbesson.mit-license.org/" alt="License">
            <img src="https://img.shields.io/badge/License-MIT-blue.svg">
        </a>
        <a href="https://pypi.org/project/clipkit/" alt="PyPI - Python Version">
            <img src="https://img.shields.io/pypi/pyversions/clipkit">
        </a>
        <a href="https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3001007">
          <img src="https://zenodo.org/badge/DOI/10.1371/journal.pbio.3001007.svg">  
        </a>   
    </p>
</p>


<center><h2>Run <a href="https://clipkit.genomelybio.com/">ClipKIT in the browser</a> and leave the computing up to <a href="https://www.genomelybio.com/">us</a>!</h2></center>
<br />

ClipKIT is a fast and flexible alignment trimming tool that keeps phylogenetically informative sites and removes others.<br /><br />
If you found clipkit useful, please cite *ClipKIT: a multiple sequence alignment trimming software for accurate phylogenomic inference*. Steenwyk et al. 2020, PLOS Biology. doi: [10.1371/journal.pbio.3001007](https://jlsteenwyk.com/publication_pdfs/2020_Steenwyk_etal_PLOS_Biology.pdf).

<br /><br />

---

<br />

This documentation covers downloading and installing ClipKIT. Details about each function as well as tutorials for using ClipKIT are available in the [online documentation](https://jlsteenwyk.com/ClipKIT/).

<br />

**Quick Start**

```shell
# install
pip install clipkit
# run
clipkit input.fa
```

<br />

**Installation**

**If you are having trouble installing ClipKIT, please contact the lead developer, Jacob L. Steenwyk, via [email](https://jlsteenwyk.com/contact.html) or [twitter](https://twitter.com/jlsteenwyk) to get help.**

To install using *pip*, we strongly recommend building a virtual environment to avoid software dependency issues. To do so, execute the following commands:
```shell
# create virtual environment
python -m venv venv
# activate virtual environment
source venv/bin/activate
# install clipkit
pip install clipkit
```
**Note, the virtual environment must be activated to use *clipkit*.**

After using ClipKIT, you may wish to deactivate your virtual environment and can do so using the following command:
```shell
# deactivate virtual environment
deactivate
```

<br />

Similarly, to install from source, we strongly recommend using a virtual environment. To do so, use the following commands:
```shell
# download
git clone https://github.com/JLSteenwyk/ClipKIT.git
cd ClipKIT/
# create virtual environment
python -m venv venv
# activate virtual environment
source venv/bin/activate
# install
make install
```
To deactivate your virtual environment, use the following command:
```shell
# deactivate virtual environment
deactivate
```
**Note, the virtual environment must be activated to use *clipkit*.**

<br />

To install via anaconda, execute the following command:

``` shell
conda install bioconda::clipkit
```
Visit here for more information: https://anaconda.org/bioconda/clipkit

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jlsteenwyk/clipkit",
    "name": "clipkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jacob L. Steenwyk",
    "author_email": "jlsteenwyk@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/87/a2071037c7419fdb40a7b4b60a89f55aa0805792cb4d3e77eb29e0277030/clipkit-2.4.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <a href=\"https://github.com/jlsteenwyk/clipkit\">\n    <img src=\"https://raw.githubusercontent.com/JLSteenwyk/ClipKIT/master/docs/_static/img/logo.jpg\" alt=\"Logo\" width=\"400\">\n  </a>\n  <p align=\"center\">\n    <a href=\"https://jlsteenwyk.com/ClipKIT/\">Docs</a>\n    \u00b7\n    <a href=\"https://github.com/jlsteenwyk/clipkit/issues\">Report Bug</a>\n    \u00b7\n    <a href=\"https://github.com/jlsteenwyk/clipkit/issues\">Request Feature</a>\n  </p>\n    <p align=\"center\">\n        <a href=\"https://github.com/JLSteenwyk/ClipKIT/actions\" alt=\"Build\">\n            <img src=\"https://img.shields.io/github/actions/workflow/status/JLSteenwyk/ClipKIT/ci.yml?branch=master\">\n        </a>\n        <a href=\"https://codecov.io/gh/jlsteenwyk/clipkit\" alt=\"Coverage\">\n          <img src=\"https://codecov.io/gh/jlsteenwyk/clipkit/branch/master/graph/badge.svg?token=0J49I6441V\">\n        </a>\n        <a href=\"https://github.com/jlsteenwyk/clipkit/graphs/contributors\" alt=\"Contributors\">\n            <img src=\"https://img.shields.io/github/contributors/jlsteenwyk/clipkit\">\n        </a>\n        <a href=\"https://bsky.app/profile/jlsteenwyk.bsky.social\" target=\"_blank\" rel=\"noopener noreferrer\">\n          <img src=\"https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff\">\n        </a>\n        <br />\n        <a href=\"https://pepy.tech/badge/clipkit\">\n          <img src=\"https://static.pepy.tech/personalized-badge/clipkit?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads\">\n        </a>\n        <a href=\"https://lbesson.mit-license.org/\" alt=\"License\">\n            <img src=\"https://img.shields.io/badge/License-MIT-blue.svg\">\n        </a>\n        <a href=\"https://pypi.org/project/clipkit/\" alt=\"PyPI - Python Version\">\n            <img src=\"https://img.shields.io/pypi/pyversions/clipkit\">\n        </a>\n        <a href=\"https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3001007\">\n          <img src=\"https://zenodo.org/badge/DOI/10.1371/journal.pbio.3001007.svg\">  \n        </a>   \n    </p>\n</p>\n\n\n<center><h2>Run <a href=\"https://clipkit.genomelybio.com/\">ClipKIT in the browser</a> and leave the computing up to <a href=\"https://www.genomelybio.com/\">us</a>!</h2></center>\n<br />\n\nClipKIT is a fast and flexible alignment trimming tool that keeps phylogenetically informative sites and removes others.<br /><br />\nIf you found clipkit useful, please cite *ClipKIT: a multiple sequence alignment trimming software for accurate phylogenomic inference*. Steenwyk et al. 2020, PLOS Biology. doi: [10.1371/journal.pbio.3001007](https://jlsteenwyk.com/publication_pdfs/2020_Steenwyk_etal_PLOS_Biology.pdf).\n\n<br /><br />\n\n---\n\n<br />\n\nThis documentation covers downloading and installing ClipKIT. Details about each function as well as tutorials for using ClipKIT are available in the [online documentation](https://jlsteenwyk.com/ClipKIT/).\n\n<br />\n\n**Quick Start**\n\n```shell\n# install\npip install clipkit\n# run\nclipkit input.fa\n```\n\n<br />\n\n**Installation**\n\n**If you are having trouble installing ClipKIT, please contact the lead developer, Jacob L. Steenwyk, via [email](https://jlsteenwyk.com/contact.html) or [twitter](https://twitter.com/jlsteenwyk) to get help.**\n\nTo install using *pip*, we strongly recommend building a virtual environment to avoid software dependency issues. To do so, execute the following commands:\n```shell\n# create virtual environment\npython -m venv venv\n# activate virtual environment\nsource venv/bin/activate\n# install clipkit\npip install clipkit\n```\n**Note, the virtual environment must be activated to use *clipkit*.**\n\nAfter using ClipKIT, you may wish to deactivate your virtual environment and can do so using the following command:\n```shell\n# deactivate virtual environment\ndeactivate\n```\n\n<br />\n\nSimilarly, to install from source, we strongly recommend using a virtual environment. To do so, use the following commands:\n```shell\n# download\ngit clone https://github.com/JLSteenwyk/ClipKIT.git\ncd ClipKIT/\n# create virtual environment\npython -m venv venv\n# activate virtual environment\nsource venv/bin/activate\n# install\nmake install\n```\nTo deactivate your virtual environment, use the following command:\n```shell\n# deactivate virtual environment\ndeactivate\n```\n**Note, the virtual environment must be activated to use *clipkit*.**\n\n<br />\n\nTo install via anaconda, execute the following command:\n\n``` shell\nconda install bioconda::clipkit\n```\nVisit here for more information: https://anaconda.org/bioconda/clipkit\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Alignment trimming software for phylogenetics.",
    "version": "2.4.0",
    "project_urls": {
        "Homepage": "https://github.com/jlsteenwyk/clipkit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4610636b6788c0b39c922d6f6b345b310c62137d068cb4a970512ac397468fc8",
                "md5": "9317fb67609ec9c5a9d1214b35036a98",
                "sha256": "06483ff736998334f47f6d79dfe65c1d4cb3f7d2901a54b07befefba8c44bf1c"
            },
            "downloads": -1,
            "filename": "clipkit-2.4.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9317fb67609ec9c5a9d1214b35036a98",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20195,
            "upload_time": "2025-02-16T04:10:37",
            "upload_time_iso_8601": "2025-02-16T04:10:37.264230Z",
            "url": "https://files.pythonhosted.org/packages/46/10/636b6788c0b39c922d6f6b345b310c62137d068cb4a970512ac397468fc8/clipkit-2.4.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2387a2071037c7419fdb40a7b4b60a89f55aa0805792cb4d3e77eb29e0277030",
                "md5": "b32255b23cc1e1042e365c2b36b7fc61",
                "sha256": "488f2c20cc8fe4d979b8687e4e1e622a6c62d7c2007ad38dcb7a238e68628875"
            },
            "downloads": -1,
            "filename": "clipkit-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b32255b23cc1e1042e365c2b36b7fc61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17415,
            "upload_time": "2025-02-16T04:10:39",
            "upload_time_iso_8601": "2025-02-16T04:10:39.066765Z",
            "url": "https://files.pythonhosted.org/packages/23/87/a2071037c7419fdb40a7b4b60a89f55aa0805792cb4d3e77eb29e0277030/clipkit-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-16 04:10:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jlsteenwyk",
    "github_project": "clipkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "appdirs",
            "specs": [
                [
                    "==",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "19.3.0"
                ]
            ]
        },
        {
            "name": "biopython",
            "specs": [
                [
                    "==",
                    "1.82"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "7.1.2"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "1.6.0"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "8.2.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.24.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "20.3"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "2.4.7"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.1.1"
                ]
            ]
        },
        {
            "name": "pytest-mock",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "==",
                    "2020.5.7"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.14.0"
                ]
            ]
        },
        {
            "name": "toml",
            "specs": [
                [
                    "==",
                    "0.10.0"
                ]
            ]
        },
        {
            "name": "wcwidth",
            "specs": [
                [
                    "==",
                    "0.1.9"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.1.0"
                ]
            ]
        }
    ],
    "lcname": "clipkit"
}
        
Elapsed time: 1.30582s