v0.3.0
General improvements
- ~8% speed increase from less work in the path-searching
- Partial haplotypes bug fix increases accuracy
- Fixed SQ and FT fields
- Dedicated writing thread helps reduce memory usage by preventing a backlog of completed variants while reading
- Default
--out
is stdout to allow easier compression/indexing (e.g.kanpig .. | bcftools sort -O z -o out.vcf.gz
) - IUPAC codes are fixed by kanpig according to vcf specifications (Issue #1)
- Fixed filtering of symbolic alts and BNDs
- Argument validation
Full Changelog: v0.2.0...v0.3.0