Skip to content

vg 1.64.1 - Vibbiana

Choose a tag to compare

@adamnovak adamnovak released this 24 Mar 20:43
· 729 commits to master since this release

Download for Linux

Don't forget to mark the static binary executable:

chmod +x vg

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

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

  • Giraffe will no longer cut nodes wrong when anchoring an extracted subgraph's end on the reverse strand of the same node as its start
  • Giraffe will make fewer tips, by enforcing path length strictly for connecting subgraph extraction. Dagification will still produce tips that will still be trimmed.
  • vg giraffe will no longer confuse the two orientations of single bounding nodes when aligning between positions, a source of invalid alignments.
  • New vg align --between POS,POS feature for manually exercisign the align-between-positions code used by vg giraffe.
  • vg now only builds required parts of vcflib
  • vgmanmd.py now properly handles --help failures

Updated Submodules

The gbwtgraph, gcsa2, libhandlegraph, and libvgio submodules have been updated.