- Improved BAM feature extraction performance by calling pysam.fetch() once for variant positions within 1000-bp of each other.
- Use CIGAR parsing as the default method for bam feature extraction, which improves performance especially for long-read data.
- Improved nearby indel accounting around soft-clipped reads.