the Bioinformatic Analysis Tools
Bref: bioat, a python package & command line toolkit for Bioinformatics and data science!
Home: https://github.com/hermanzhaozzzz/bioat
License: Apache-2.0
Name | Downloads | Version | Platforms | Test |
---|---|---|---|---|
Name: 赵华男 | Huanan Herman Zhao | EMail: hermanzhaozzzz AT gmail.com | Zhihu | BLOG
# supported platform: Linux / MacOS (intel & arm64) / Windows
pip install --upgrade bioat
# use conda
conda install -c conda-forge bioat
# 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
See Doc