0.2.0
BREAKING
From this release, ranges are represented as one-based closed intervals. For example,
{:chr "chr1", :start 1, :end 3}
represents the first three bases of chromosome 1.
Added
Changed
- Improve performance of reading BAM files. #22
- Replace candidate-message function with one in clj-sub-command.
- Improve performance of reading vcf file. #29