Version 1.0.1
Download release
The binary is statically linked for linux 64bit and should run without installing the dependencies. Before running the binary you should enable executable permissions
wget https://github.com/DecodeGenetics/popvcf/releases/download/v1.0.1/popvcf
chmod a+x popvcf
Release notes
This is a minor release with no changes made to encoding/decoding scheme, so v1.0.1 can decode files made with v1.0.0 and vice versa.
- Wrapped I/O streams in std::unique_ptr
- Added a benchmark with tabix indexing.
- Several code optimizations. Considerable benefit is seen in "popvcf decode".
- Fixed clang-tidy warning