vg 1.39.0 - Runzi
Don't forget to mark the static binary executable:
chmod +x vg
Docker Image: quay.io/vgteam/vg:v1.39.0
Buildable Source Tarball: vg-v1.39.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:
- CI now uses Toil compatible with pip 22.
vg giraffe
can now produce GAF using GFA segment name coordinates.vg sim
no longer annotates reads with positions along synthesized haplotype pathsvg sim
supports--multi-position
option ofvg annotate
, for annotating simulated reads with path positions per node.vg gbwt
supports--pass-paths
option to use paths from a passed-in graph when computing a path cover or local haplotype cover GBWT.vg sim
supports simulation from a set of HSTs in a pantranscriptome fromvg rna
vg giraffe
supports annotating reads with coverage by minimizers that gave rise to correct seeds.
Updated Submodules
gssw
libvgio
Make sure to git submodule sync
and git submodule update --init --recursive
if building from source.