Skip to content

vg 1.60.0 - Annicco

Latest
Compare
Choose a tag to compare
@adamnovak adamnovak released this 23 Sep 19:07
d6ea214

Download for Linux

Don't forget to mark the static binary executable:

chmod +x vg

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

Buildable Source Tarball: vg-v1.60.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:

  • vg's self-reported version information should no longer be able to lag behind the actual Git revision checked out
  • vg stats --snarl-contents added to print a table of snarl / depth / parent / nested node ids
  • vg inject can now handle reads that softclip after the end of the target path
  • vg paths -n option added to normalize graphs using path information to "snap together" redundant paths through snarls. After running, no two path traversals through a snarl will ever produce the same sequence string without the traversals themselves being identical.
  • vg build system no longer patches kff-cpp-api CMakeLists.txt.

Updated Submodules

The kff-cpp-api, libbdsg and sublinear-Li-Stephens submodules have been updated.