bioat


Namebioat JSON
Version 0.15.9 PyPI version JSON
download
home_pagehttps://github.com/hermanzhaozzzz/bioat
Summarybioat, a python package & command line toolkit for Bioinformatics and data science!
upload_time2025-07-17 14:49:41
maintainerHuanan Herman Zhao
docs_urlNone
authorHuanan Herman Zhao
requires_python<3.13.0,>=3.10.0
licenseApache-2.0
keywords bioat python data-science bioinformatics bioinformatics-tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BioAT
the Bioinformatic Analysis Tools
## About bioat
Bref:  <u>**bioat**, a python **package** & **command line toolkit** for Bioinformatics and data science!</u>

Home: https://github.com/hermanzhaozzzz/bioat

License: Apache-2.0

| Name | Downloads | Version | Platforms | Test |
| --- | --- | --- | --- | --- |
|[![Conda Recipe](https://img.shields.io/badge/recipe-bioat-green.svg)](https://anaconda.org/conda-forge/bioat) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/bioat.svg)](https://anaconda.org/conda-forge/bioat) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/bioat.svg)](https://anaconda.org/conda-forge/bioat) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/bioat.svg)](https://anaconda.org/conda-forge/bioat) | [![Azure Pipelines](https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/bioat-feedstock?branchName=main)](https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=23719&branchName=main) |

## About author
Name: [赵华男 | Huanan Herman Zhao](https://scholar.google.com/citations?user=ojSVoWQAAAAJ&hl=en) |  EMail: hermanzhaozzzz AT gmail.com | [Zhihu](https://www.zhihu.com/people/hymanzhaozzzz) | [BLOG](http://zhaohuanan.cc)

## Installation
```shell
# supported platform: Linux / MacOS (intel & arm64) / Windows
pip install --upgrade bioat
# use conda
conda install -c conda-forge bioat
```

## Usage
```shell
# list commands
bioat list
# check version
bioat version
# check information about bioat
bioat about

# example usage
bioat bam remove_clip --help
samtools view -h test_sorted_n.bam | bioat bam remove_clip | tail
```
[circos plot](docs/demo_circos-plot.ipynb)

## Doc

See [Doc](https://bioat.readthedocs.io/en/latest/)

## Citation
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15093444.svg)](https://doi.org/10.5281/zenodo.15093444)

```latex
@software{huanan_herman_zhao_2025_15093444,
  author       = {Huanan Herman Zhao},
  title        = {BioAT, a python package \& command line toolkit for
                   bioinformatics and data science
                  },
  month        = mar,
  year         = 2025,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.15093444},
  url          = {https://doi.org/10.5281/zenodo.15093444},
  swhid        = {swh:1:dir:19b60f4b0b93f490798727c05ab41a3222b555a1
                   ;origin=https://doi.org/10.5281/zenodo.15093443;vi
                   sit=swh:1:snp:793130e9e84df8cf427ab2b6a69c0dc77146
                   1e6a;anchor=swh:1:rel:dc0fa360dfdaf99222cf7db99e8e
                   e9e898ac1c64;path=hermanzhaozzzz-bioat-4b611f2
                  },
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hermanzhaozzzz/bioat",
    "name": "bioat",
    "maintainer": "Huanan Herman Zhao",
    "docs_url": null,
    "requires_python": "<3.13.0,>=3.10.0",
    "maintainer_email": "hermanzhaozzzz@gmail.com",
    "keywords": "bioat, python, data-science, bioinformatics, bioinformatics-tool",
    "author": "Huanan Herman Zhao",
    "author_email": "hermanzhaozzzz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d8/e6/aab9c6ddea2fe1dbf429432f80cb4bf92ff285438c82078b9765397c28a9/bioat-0.15.9.tar.gz",
    "platform": null,
    "description": "# BioAT\nthe Bioinformatic Analysis Tools\n## About bioat\nBref:  <u>**bioat**, a python **package** & **command line toolkit** for Bioinformatics and data science!</u>\n\nHome: https://github.com/hermanzhaozzzz/bioat\n\nLicense: Apache-2.0\n\n| Name | Downloads | Version | Platforms | Test |\n| --- | --- | --- | --- | --- |\n|[![Conda Recipe](https://img.shields.io/badge/recipe-bioat-green.svg)](https://anaconda.org/conda-forge/bioat) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/bioat.svg)](https://anaconda.org/conda-forge/bioat) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/bioat.svg)](https://anaconda.org/conda-forge/bioat) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/bioat.svg)](https://anaconda.org/conda-forge/bioat) | [![Azure Pipelines](https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/bioat-feedstock?branchName=main)](https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=23719&branchName=main) |\n\n## About author\nName: [\u8d75\u534e\u7537 | Huanan Herman Zhao](https://scholar.google.com/citations?user=ojSVoWQAAAAJ&hl=en) |  EMail: hermanzhaozzzz AT gmail.com | [Zhihu](https://www.zhihu.com/people/hymanzhaozzzz) | [BLOG](http://zhaohuanan.cc)\n\n## Installation\n```shell\n# supported platform: Linux / MacOS (intel & arm64) / Windows\npip install --upgrade bioat\n# use conda\nconda install -c conda-forge bioat\n```\n\n## Usage\n```shell\n# list commands\nbioat list\n# check version\nbioat version\n# check information about bioat\nbioat about\n\n# example usage\nbioat bam remove_clip --help\nsamtools view -h test_sorted_n.bam | bioat bam remove_clip | tail\n```\n[circos plot](docs/demo_circos-plot.ipynb)\n\n## Doc\n\nSee [Doc](https://bioat.readthedocs.io/en/latest/)\n\n## Citation\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15093444.svg)](https://doi.org/10.5281/zenodo.15093444)\n\n```latex\n@software{huanan_herman_zhao_2025_15093444,\n  author       = {Huanan Herman Zhao},\n  title        = {BioAT, a python package \\& command line toolkit for\n                   bioinformatics and data science\n                  },\n  month        = mar,\n  year         = 2025,\n  publisher    = {Zenodo},\n  doi          = {10.5281/zenodo.15093444},\n  url          = {https://doi.org/10.5281/zenodo.15093444},\n  swhid        = {swh:1:dir:19b60f4b0b93f490798727c05ab41a3222b555a1\n                   ;origin=https://doi.org/10.5281/zenodo.15093443;vi\n                   sit=swh:1:snp:793130e9e84df8cf427ab2b6a69c0dc77146\n                   1e6a;anchor=swh:1:rel:dc0fa360dfdaf99222cf7db99e8e\n                   e9e898ac1c64;path=hermanzhaozzzz-bioat-4b611f2\n                  },\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "bioat, a python package & command line toolkit for Bioinformatics and data science!",
    "version": "0.15.9",
    "project_urls": {
        "Documentation": "https://bioat.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/hermanzhaozzzz/bioat",
        "Repository": "https://github.com/hermanzhaozzzz/bioat"
    },
    "split_keywords": [
        "bioat",
        " python",
        " data-science",
        " bioinformatics",
        " bioinformatics-tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf177fc11496b2758ee52e75c8be633ebb9be58a2895b99e7a1542f2520abda6",
                "md5": "8b72e0f8abc80423bab2befed1b840a3",
                "sha256": "c6933a2355606f9bf3a9f95188bae45ed37253bf984c37320625f153bdac6204"
            },
            "downloads": -1,
            "filename": "bioat-0.15.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b72e0f8abc80423bab2befed1b840a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13.0,>=3.10.0",
            "size": 1079085,
            "upload_time": "2025-07-17T14:49:39",
            "upload_time_iso_8601": "2025-07-17T14:49:39.766496Z",
            "url": "https://files.pythonhosted.org/packages/cf/17/7fc11496b2758ee52e75c8be633ebb9be58a2895b99e7a1542f2520abda6/bioat-0.15.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8e6aab9c6ddea2fe1dbf429432f80cb4bf92ff285438c82078b9765397c28a9",
                "md5": "6871da43bd8beda53bae63a5415c7c57",
                "sha256": "d617ea90d0a315f93418dadef17e180260b80f2f76cd9e1c56cad9da359786ec"
            },
            "downloads": -1,
            "filename": "bioat-0.15.9.tar.gz",
            "has_sig": false,
            "md5_digest": "6871da43bd8beda53bae63a5415c7c57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13.0,>=3.10.0",
            "size": 1065668,
            "upload_time": "2025-07-17T14:49:41",
            "upload_time_iso_8601": "2025-07-17T14:49:41.427027Z",
            "url": "https://files.pythonhosted.org/packages/d8/e6/aab9c6ddea2fe1dbf429432f80cb4bf92ff285438c82078b9765397c28a9/bioat-0.15.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 14:49:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hermanzhaozzzz",
    "github_project": "bioat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bioat"
}
        
Elapsed time: 0.46596s