Skip to content

vg 1.27.1 - Deliceto

Compare
Choose a tag to compare
@adamnovak adamnovak released this 02 Oct 17:31
· 4033 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.27.1

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

  • No longer crashes when converting GFAs that lack a header line
  • GAF support in vg paths
  • GAF support in vg augment
  • vg mpmap can now produce spliced alignments when using the rna preset
  • vg gampcompare now handles spliced GAMP files correctly
  • Build an r-index with vg gbwt.
  • vg snarls -e will output a traversal for every embedded path through each snarl, regardless of snarl complexity
  • Refactored vg gbwt.
  • Fixed a rare GaplessExtender bug.
  • Use the same temp directory for all submodules in vg index.
  • Faster parallel GAF input streaming, especially in vg pack.

New and Updated Submodules

The gbwt, gfakluge, and libvgio submodules have been updated.

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