Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@hannespetur hannespetur released this 07 Feb 22:13
· 3 commits to master since this release
f44fe05

Download release

Linux 64bit binary

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