Skip to content

vg 1.43.0 - Barisano

Compare
Choose a tag to compare
@adamnovak adamnovak released this 29 Aug 20:26
· 1390 commits to master since this release
de51eb5

Download for Linux

Don't forget to mark the static binary executable:

chmod +x vg

Docker Image: quay.io/vgteam/vg:v1.43.0

Buildable Source Tarball: vg-v1.43.0.tar.gz

Includes source for vg and all submodules. Use this instead of Github's "Source Code" downloads; those will not build as they do not include code for bundled dependencies that the vg build process needs.

This release includes:

  • Mac CI now runs on MacOS 12
  • uniform_int_distribution unit tests no longer hang on MacOS 12
  • vg giraffe can now --align-from-chains to do long-read alignments
  • Makefile now supports make bin/unittest/<test_file_name> to build a dynamically-linked binary for just one file of unit tests, for faster iteration.
  • -c option added to vg depth path coverage in order to count each time a path steps on a position. By default vg depth continues to only count each path once

Updated Submodules

The vcflib submodule has been updated.