A simple tool for reading and parsing BAM file data.
python3>=3.8
git clone https://github.com/tom-murray98/minFQ_BAM/
cd minFQ_BAM
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Usage: python3 minFQ_ReadBam.py [OPTIONS] FILE_PATH
Options:
--rg Prints @RG tags found only in the BAM file header.
--help Show this message and exit.