Skip to content

vg 1.55.0 - Bernolda

Compare
Choose a tag to compare
@jeizenga jeizenga released this 26 Feb 22:30
· 285 commits to master since this release
67c20e9

Download for Linux

Don't forget to mark the static binary executable:

chmod +x vg

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

Buildable Source Tarball: vg-v1.55.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 gamcompare now keeps track of whether reads could have possibly been gotten correct, based on there being a truth position for them in the truth set, and excludes reads without a truth from plots and accuracy statistics.
  • vg giraffe no longer produces alignments with deletions on one end
  • Multithreaded path cover / local haplotypes GBWT construction.
  • CI should no longer fail due to truncated FTP download
  • GBZ paper citation link now points to the right place
  • vg surject will left align relative to the forward strand most of the time.

Updated Submodules

  • gbwtgraph