Don't forget to mark the static binary executable:
chmod +x vg
Docker Image: quay.io/vgteam/vg:v1.73.0
Buildable Source Tarball: vg-v1.73.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:
- Off-reference cover logic moved from
vg deconstructtovg paths.deconstructandcallnow have prototype logic to fully take advantage of it. - Fix regression in
vg clip,depth,simplifyand potentially some uses ofdeconstructandcall, that results from a change that ignores haplotypes in .vg files (to be consistent with how .gbz files would have been treated). - Better distance indexing in complex DAG snarls. Distance indexes should be re-made.
- vg wiki manpage links to subcommand sections now work
- Add option
--exclude-sampletovg paths - Stable GAF sorting is actually stable.
vg surject -Sno longer loses read names with GAM input- Added the total number of recombination in a chain, recombinant anchor are now marked in the chain dump file
- Very minor
vg giraffechaining mode speedup vg surjectnow takes--read-length shortand--read-length long, and sets low-complexity pruning correctly.vg giraffe's built-in surjection now uses low-complexity pruning by default for long reads.vg giraffenow has--no-XXXand--XXXflag options in pairs.- R plotting scripts no longer insist on installing all their dependencies
- Add
#definecompile-time option to print info about sampled haplotypes invg haplotypes - vg
call -Ccan now be used with-a - GBZ-to-GBZ chunking with
vg chunk --gbz(can choose all components or components by contig name). vg convertoptions--gbwtgraph-algorithmand--drop-haplotypeswork correctly together in GBZ to GFA conversion.vg describeworks better with old obsolete files.- Add
vg sim --use-average-lengthoption
Updated Submodules
The gbwt, gbwtgraph, and libbdsg submodules have been updated.
