Skip to content

Version 1.1.0

Choose a tag to compare

@hannespetur hannespetur released this 18 Feb 15:20
· 2 commits to master since this release
ea6297d

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.1.0/popvcf
chmod a+x popvcf

Release notes

  • Adds benchmarks to README.
  • Adds a tar.gz with source code, including submodules, that can be used for the bioconda package.
  • Several code optimizations to speed up both encoding and decoding.
  • Minor encoding changes include skipping writing TAB after '&' or '$' for a slightly better compression ratios. If you have some popVCF compressed files, please do not update or decode using popVCF v1.0 and re-encode using popVCF v1.1.