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