Releases: bio-cr/hts.cr
Releases · bio-cr/hts.cr
Release list
v0.3.0
Breaking changes:
- Removed
Bcf::Info#[]. Use typed getters such asget_int,get_float,get_string, andget_flaginstead. - Removed
Bam::Aux#[],Bam#aux(tag), andBam#each_aux(tag). Use typed AUX getters instead. - Undefined BCF INFO/FORMAT tags now raise dedicated errors instead of returning
nil. - Some generic exceptions were replaced with dedicated error classes. Code that rescues specific errors may need updates.