vg 1.43.0 - Barisano
Don't forget to mark the static binary executable:
chmod +x vg
Docker Image: quay.io/vgteam/vg:v1.43.0
Buildable Source Tarball: vg-v1.43.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:
- Mac CI now runs on MacOS 12
uniform_int_distribution
unit tests no longer hang on MacOS 12vg giraffe
can now--align-from-chains
to do long-read alignments- Makefile now supports
make bin/unittest/<test_file_name>
to build a dynamically-linked binary for just one file of unit tests, for faster iteration. -c
option added tovg depth
path coverage in order to count each time a path steps on a position. By defaultvg depth
continues to only count each path once
Updated Submodules
The vcflib
submodule has been updated.