Bug fixes
* Fix bug causing few barcodes missing from matrix when using multiple cpus (PR: https://github.com/bodegalab/irescue/pull/7)
* Skip BAM lines without the chosen cell barcode tag (for increased compatibility with Cell Ranger BAM files) (PR: https://github.com/bodegalab/irescue/pull/11)
* Fix bug causing not deduplicating UMIs when some UMI graph configurations occur (PR: https://github.com/bodegalab/irescue/pull/12)
Enhancements
* Add tests (PR: https://github.com/bodegalab/irescue/pull/6)
* Skip multiprocessing when using 1 cpu (should make preprocessing slightly faster) (PR: https://github.com/bodegalab/irescue/pull/5)
* Skip chr if not in rmsk (as above) (PR: https://github.com/bodegalab/irescue/pull/8)
* Better error handling: provide better error description in various situations, such as those described in 1 (PR: https://github.com/bodegalab/irescue/pull/10)
**Full Changelog**: https://github.com/bodegalab/irescue/compare/v1.0.2...v1.0.3