Vcflib v1.0.4 Release Notes
-
๐ This is a release with some major changes.
Important changes:
- vcfwave is introduced and vcfallelicprimitimes is now considered obsolete
- ๐ INFO fields output order is now the same as on input parsing
TODO
- ๐ [ ] vcfwave check merging of genotypes - write tests
- ๐ [ ] vcfwave recompute AC, AFs from merged record
- ๐ [ ] RELEASE 1.0.4
- ๐ [ ] vcfcreatemulti merge multiple rows
- [ ] rewrite vcfcreatemulti
- [ ] check for indels which are really the same
- [ ] combine vcfwave duplicated functionality
- ๐ [ ] RELEASE 1.0.5
- [ ] vcfuniq combine genotypes from non-unique records
- [ ] vcfwave check polyploids
- ๐ [ ] RELEASE 1.0.6
Introduction of O(n) wavefront algorithm WF to replace O(n2) Smith-Waterman SW. Note that the output is different from the original SW implementation. SW is still optionally available but considered obsolete. Use the bi-directional vcfwave instead of vcfallelicprimitives.
- โ Added realignment using the wavefront algorithm (now the default). See [vcfwave](./doc/vcfwave.md) (thank you Erik Garrison https://github.com/ekg and Santiago Marco-Sola https://github.com/smarco).
- ๐ Support longer read inversions in vcfwave!
- vcfallelicprimitives now considered legacy/obsolete
- ๐ Improved CMake configuration
- ๐ vcflib compiles with both gcc and clang++ and tests pass, see [guix-clang.scm](./guix-clang.scm) - mind that git submodules such as WFA2-lib still override to gcc
- ๐ Fixed local build for tabixpp+htslib - note that htslib should be an upstream released version (currently 1.15.1). Unfortunately git submodule does not handle tags.
- ๐ Fix for -L switch for vcfallelicprimitives
- โ Added libasan and lto support
- โ Removed useless googletest submodule
- โ Added python bindings with pybind11
- โ Added python testing framework
- โ Added tabixpp back in as a submodule, fixes https://github.com/vcflib/vcflib/issues/305
- ๐ Optimizations and bug fixes. (thanks @mphschmitt)