vg 1.68.0 - Rimbocchi
Don't forget to mark the static binary executable:
chmod +x vg
Docker Image: quay.io/vgteam/vg:v1.68.0
Buildable Source Tarball: vg-v1.68.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 indexnow accepts a-woption to up-weight nodes to push the top-level chain through them when finding snarls- Added a warning that path selection options are not compatible with
vg paths -g vg haplotypesexits with an error if the snarl decomposition contains a cyclical top-level chain.scripts/check_options.pynow catches if something other than,is between shortform and longform options- Add option
vg autoindex --no-guessingto allow force-regenerating indices - Lookup of regions within paths that are themselves subpaths (like
Stella_v1p1#0#Chr4__Stella_v1p1[11578420-11580540]:0-100) should now work again. - Add errors when using incompatible options in
vg depth - SAM-style tags are no longer lost on unmapped reads during surject
- vg's vcflib build will now use the default
python3instead of the latest installed Python (which might not have its headers) - Add
nodesas avg filter --tsv-outfield option; prints a comma-separated list of nodes traversed by the read's path vg giraffenow has a--softclip-penaltyflag to reduce alignment scores per-base for softclipsvg filternow has a-W/--overwite-scoreflag to save the scores from--rescore.vg filternow checks to make sure you aren't using--rescoreor related options when they would do nothing.- Internal changes in
vg giraffeto allow multiple presets to potentially share settings. - Bug fixes for chain transition distance measurement with the zip code tree in
vg giraffe - vg now supports Protobuf 30+ and its string view return types.
vg modnow has an--invert-keep-pathsoption to save the complement of path names passed to--keep-pathsvg giraffe -b hifipreset now uses a--max-min-chain-scoreof 100vgnow has alibbdsgthat can runis_regular_snarl()on a distance-less distance index.
Updated Submodules
- gbwtgraph
- libbdsg
- libvgio
