Skip to content

vg 1.40.0 - Suardi

Compare
Choose a tag to compare
@StephenHwang StephenHwang released this 25 Apr 21:10
· 1955 commits to master since this release
7705d3c

Download for Linux

Don't forget to mark the static binary executable:

chmod +x vg

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

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

  • README now explains how to migrate to ARM Macs
  • vg mpmap now distinguishes unmapped reads from reads with MAPQ 0
  • vg mpmap is faster on very complex cyclic graphs
  • vg chunk -m no longer bothers parsing Alignments
  • vg sim will stop if there are too many Ns in the source graph instead of spinning forever

Updated Submodules

  • libzstd
  • libbdsg
  • xg

Make sure to git submodule sync and git submodule update --init --recursive if building from source.