the Bioinformatic Analysis Tools
bioat, a python package & command line toolkit for Bioinformatics and data science!
# supported platform: Linux / MacOS (intel & arm64) / Windows
pip install --upgrade bioat
# or via conda / mamba / microconda / micromamba
# eg:
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
author: 赵华男 | Huanan Herman Zhao
email: [email protected]