Skip to content

vg 1.51.0 - Quellenhof

Compare
Choose a tag to compare
@adamnovak adamnovak released this 18 Sep 17:58
· 1971 commits to master since this release
89eefd9

Download for Linux

Don't forget to mark the static binary executable:

chmod +x vg

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

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

  • Giraffe can do haplotype sampling automatically if sufficient inputs are provided.
  • Simplified vg giraffe command line help; full list of options is still available with -h.
  • Diploid mode for haplotype sampling: first select N haplotypes, then choose the best pair.
  • Add ref-path stubbification option -S to vg clip
  • vg validate now complains about duplicate path names
  • vg CI expects only the allocated cores on the Gitlab runners
  • vg CI Buildkit docker builds use the local Docker Hub mirror
  • vg convert option --no-translation for converting GBWTGraph to GFA directly without using the node-to-segment translation.
  • vg rna will not crash when adding transcripts with an intron of length 0
  • vg paths now supports -H for selecting haplotype paths and -R for selecting reference paths

Updated Submodules

  • backward-cpp
  • gbwtgraph
  • libbdsg