vg 1.36.0 - Cibottola
Don't forget to mark the static binary executable:
chmod +x vg
Docker Image: quay.io/vgteam/vg:v1.36.0
Buildable Source Tarball: vg-v1.36.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:
- Builds again on Ubuntu 18.04
- Giraffe records read and pair mapping wall clock times
- Giraffe can no longer output fragment length annotations too large to convert from JSON to GAM
- Giraffe no longer uses duplicate minimizers as often for seeds, potentially increasing mapping speed.
- Giraffe
--track-provenance
will no longer crash when considering improperly paired mappings - Surjection can now prune back low-complexity or short anchors to give more-optimal alignments against the target paths (
--prune-low-cplx
) - GFA file input is now checked by the parser and not just trusted to match the spec
- Mac CI Homebrew package installation is more robust
- Better handling of reversing reference paths in
vg call
- Multiple
-P
allowed invg clip
vg paths
messaging cleaned up to acknowledge thatvg paths -E -g
does indeed need a graph.vg giraffe
andvg mpmap
no longer crash when reads are in lowercasevg map -h
should now print help again- CI now supports secure Docker Hub mirrors
vg call
joinsdeconstruct
andsurject
in transparently supporting reference subpathsvg deconstruct
changed to writeLV
andPS
tags wrt sites in the VCF (and will not longer reference un-exported sites from the graph)vg clip
gets-D
option for clipping out big deletion edges- Specified
--align-out
parameter invg sim
as GAM-format output - PATH is now quoted when added to
New and Updated Submodules
gfakluge
has been updated.
Make sure to git submodule sync
and git submodule update --init --recursive
if building from source.