Highlights
1. Reimplemented in pure rust for BAM parsing (using Noodles, thanks (zaeleus)[https://github.com/zaeleus]!).
2. Uses a much more sensible number for threading if not provided.
3. Allows iteration of BAMs in a directory
4. Adds pre-commit
5. Allows the use of either `BAI` or `CSI` indexes, or indexless BAMs.
6. Improved progress bars
What's Changed
* Rewrite in pure rust using noodles by Adoni5 in https://github.com/Adoni5/cnv_from_bam/pull/1
* Issue2/add-pre-commit by Adoni5 in https://github.com/Adoni5/cnv_from_bam/pull/5
* Fix the readme by Adoni5 in https://github.com/Adoni5/cnv_from_bam/pull/6
* Issue4/read bams from directory by Adoni5 in https://github.com/Adoni5/cnv_from_bam/pull/7
New Contributors
* Adoni5 made their first contribution in https://github.com/Adoni5/cnv_from_bam/pull/1
**Full Changelog**: https://github.com/Adoni5/cnv_from_bam/compare/v0.0.1...v0.0.2