<p align="center">
<a href="https://github.com/jlsteenwyk/biokit">
<img src="https://github.com/JLSteenwyk/BioKIT/blob/main/docs/_static/img/biokit_logo.jpg" alt="Logo" width="400">
</a>
<p align="center">
<a href="https://jlsteenwyk.com/BioKIT/">Docs</a>
·
<a href="https://github.com/jlsteenwyk/biokit/issues">Report Bug</a>
·
<a href="https://github.com/jlsteenwyk/biokit/issues">Request Feature</a>
</p>
<p align="center">
<a href="https://github.com/JLSteenwyk/BioKIT/actions" alt="Build">
<img src="https://img.shields.io/github/actions/workflow/status/JLSteenwyk/BioKIT/ci.yml?branch=main">
</a>
<a href="https://codecov.io/gh/JLSteenwyk/BioKIT" alt="Coverage">
<img src="https://codecov.io/gh/JLSteenwyk/BioKIT/branch/main/graph/badge.svg?token=5X9C6YAVIG">
</a>
<a href="https://github.com/jlsteenwyk/biokit/graphs/contributors" alt="Contributors">
<img src="https://img.shields.io/github/contributors/jlsteenwyk/biokit">
</a>
<a href="https://twitter.com/intent/follow?screen_name=jlsteenwyk" alt="Author Twitter">
<img src="https://img.shields.io/twitter/follow/jlsteenwyk?style=social&logo=twitter"
alt="follow on Twitter">
</a>
<br />
<a href="https://pepy.tech/badge/jlsteenwyk-biokit">
<img src="https://static.pepy.tech/personalized-badge/jlsteenwyk-biokit?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/jlsteenwyk-biokit/" alt="PyPI - Python Version">
<img src="https://img.shields.io/pypi/pyversions/jlsteenwyk-biokit">
</a>
<a href="https://academic.oup.com/genetics/advance-article/doi/10.1093/genetics/iyac079/6583183?login=true">
<img src="https://zenodo.org/badge/DOI/10.1093/genetics/iyac079.svg">
</a>
</p>
</p>
BioKIT is a UNIX shell toolkit for processing molecular sequence data.<br /><br />
If you found biokit useful, please cite the following: *BioKIT: a versatile toolkit for processing and analyzing diverse types of sequence data*. Genetics. doi: [10.1101/2021.10.02.462868](https://academic.oup.com/genetics/advance-article/doi/10.1093/genetics/iyac079/6583183).
<br /><br />
---
This documentation covers downloading and installing BioKIT. Details about each function as well as tutorials for using BioKIT are available in the <a href="https://jlsteenwyk.com/BioKIT/">online documentation</a>.
<br />
**Installation** <br />
**If you are having trouble installing BioKIT, 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 biokit
pip install jlsteenwyk-biokit
```
**Note, the virtual environment must be activated to use biokit.**
After using biokit, 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/BioKIT.git
cd biokit/
# 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 biokit.**
<br />
To install via anaconda, execute the following command:
```shell
conda install -c jlsteenwyk jlsteenwyk-biokit
```
Visit here for more information:
https://anaconda.org/JLSteenwyk/jlsteenwyk-biokit
<br />
To test biokit installation, launch the help message
```shell
biokit -h
```
Raw data
{
"_id": null,
"home_page": "https://github.com/jlsteenwyk/biokit",
"name": "jlsteenwyk-biokit",
"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/eb/05/7a3c4656360f27136d2f00f568e4edd5c0452f1b9ed47b650abf68c763a7/jlsteenwyk-biokit-1.1.3.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"https://github.com/jlsteenwyk/biokit\">\n <img src=\"https://github.com/JLSteenwyk/BioKIT/blob/main/docs/_static/img/biokit_logo.jpg\" alt=\"Logo\" width=\"400\">\n </a>\n <p align=\"center\">\n <a href=\"https://jlsteenwyk.com/BioKIT/\">Docs</a>\n \u00b7\n <a href=\"https://github.com/jlsteenwyk/biokit/issues\">Report Bug</a>\n \u00b7\n <a href=\"https://github.com/jlsteenwyk/biokit/issues\">Request Feature</a>\n </p>\n <p align=\"center\">\n <a href=\"https://github.com/JLSteenwyk/BioKIT/actions\" alt=\"Build\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/JLSteenwyk/BioKIT/ci.yml?branch=main\">\n </a>\n <a href=\"https://codecov.io/gh/JLSteenwyk/BioKIT\" alt=\"Coverage\">\n <img src=\"https://codecov.io/gh/JLSteenwyk/BioKIT/branch/main/graph/badge.svg?token=5X9C6YAVIG\">\n </a>\n <a href=\"https://github.com/jlsteenwyk/biokit/graphs/contributors\" alt=\"Contributors\">\n <img src=\"https://img.shields.io/github/contributors/jlsteenwyk/biokit\">\n </a>\n <a href=\"https://twitter.com/intent/follow?screen_name=jlsteenwyk\" alt=\"Author Twitter\">\n <img src=\"https://img.shields.io/twitter/follow/jlsteenwyk?style=social&logo=twitter\"\n alt=\"follow on Twitter\">\n </a>\n <br />\n <a href=\"https://pepy.tech/badge/jlsteenwyk-biokit\">\n <img src=\"https://static.pepy.tech/personalized-badge/jlsteenwyk-biokit?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/jlsteenwyk-biokit/\" alt=\"PyPI - Python Version\">\n <img src=\"https://img.shields.io/pypi/pyversions/jlsteenwyk-biokit\">\n </a>\n <a href=\"https://academic.oup.com/genetics/advance-article/doi/10.1093/genetics/iyac079/6583183?login=true\">\n <img src=\"https://zenodo.org/badge/DOI/10.1093/genetics/iyac079.svg\">\n </a>\n </p>\n</p>\n\nBioKIT is a UNIX shell toolkit for processing molecular sequence data.<br /><br />\nIf you found biokit useful, please cite the following: *BioKIT: a versatile toolkit for processing and analyzing diverse types of sequence data*. Genetics. doi: [10.1101/2021.10.02.462868](https://academic.oup.com/genetics/advance-article/doi/10.1093/genetics/iyac079/6583183).\n<br /><br />\n\n---\n\nThis documentation covers downloading and installing BioKIT. Details about each function as well as tutorials for using BioKIT are available in the <a href=\"https://jlsteenwyk.com/BioKIT/\">online documentation</a>.\n\n<br />\n\n**Installation** <br />\n\n**If you are having trouble installing BioKIT, 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 biokit\npip install jlsteenwyk-biokit\n```\n\n**Note, the virtual environment must be activated to use biokit.**\n\nAfter using biokit, 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/BioKIT.git\ncd biokit/\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 biokit.**\n\n<br />\n\nTo install via anaconda, execute the following command:\n```shell\nconda install -c jlsteenwyk jlsteenwyk-biokit\n```\nVisit here for more information:\nhttps://anaconda.org/JLSteenwyk/jlsteenwyk-biokit\n\n<br />\n\nTo test biokit installation, launch the help message\n\n```shell\nbiokit -h\n```\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "1.1.3",
"project_urls": {
"Homepage": "https://github.com/jlsteenwyk/biokit"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "21c15a6224d312f576a3b236fcc363bdd4871d163ef01c4d4f824da8e21bc754",
"md5": "c36a3056589df52d86272d3cae71de10",
"sha256": "db39a81c7250456e49ed767ea8d3756c44cc5760321fc042f98bcce3ee7dfc1b"
},
"downloads": -1,
"filename": "jlsteenwyk_biokit-1.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c36a3056589df52d86272d3cae71de10",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 70906,
"upload_time": "2024-06-12T18:49:59",
"upload_time_iso_8601": "2024-06-12T18:49:59.566929Z",
"url": "https://files.pythonhosted.org/packages/21/c1/5a6224d312f576a3b236fcc363bdd4871d163ef01c4d4f824da8e21bc754/jlsteenwyk_biokit-1.1.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eb057a3c4656360f27136d2f00f568e4edd5c0452f1b9ed47b650abf68c763a7",
"md5": "d890b6b41fcb40115b91eef55b698164",
"sha256": "4f4d7ba24639873d3836e2db270140d43e03f03bfbc1237fc9c71e2ce8682676"
},
"downloads": -1,
"filename": "jlsteenwyk-biokit-1.1.3.tar.gz",
"has_sig": false,
"md5_digest": "d890b6b41fcb40115b91eef55b698164",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37304,
"upload_time": "2024-06-12T18:50:01",
"upload_time_iso_8601": "2024-06-12T18:50:01.228608Z",
"url": "https://files.pythonhosted.org/packages/eb/05/7a3c4656360f27136d2f00f568e4edd5c0452f1b9ed47b650abf68c763a7/jlsteenwyk-biokit-1.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-12 18:50:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jlsteenwyk",
"github_project": "biokit",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "jlsteenwyk-biokit"
}