[package] name = "filter_cigars" version = "0.0.1" edition = "2021" license = "MIT" readme = "README.md" authors = ["Colin Diesh "] repository = "https://github.com/cmdcolin/filter_cigars" description = "Filters reads from a BAM file that have insertions/deletions at the zero'th position, which gives errors in the variant caller `mutato`" [dependencies] bio = "0.31" rust-htslib = "0.31"