vg 1.62.0 - Ranzano
Don't forget to mark the static binary executable:
chmod +x vg
Docker Image: quay.io/vgteam/vg:v1.62.0
Buildable Source Tarball: vg-v1.62.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:
- GBWT construction from a GAM/GAF file now uses parallel construction jobs.
vg chunkandvg findnow generate subpaths with subrange metadata when cutting up paths.vg gbwtwill accept subranges on fragment 0 and discard the fragment number.vg map,vg mpmap, andvg giraffecan now annotate output with SAM-style flags from FASTQ comments with--comments-as-tagsvg surjectnow detects when multipath alignments obviously don't belong to the graph they are being surjected to.- Updated
libbdsgto check if a distance index actually has distances and to improve memory use of distance indexing when not including distances vg indexnow includes include flag--no-nested-distanceto build a distance index with distances only on the top-level chain- Add
--snarl-sampletovg stats -R. This adds BED-style reference coordinates to the front of each row in the snarl output table, using the input sample to select reference paths. If no selected path is found.'s are written. If multiple paths / intervals find (in case of cyclces), the first one found is printed. vg deconstruct -nbug that bypassed some nested sites fixed.- When reading a
.gff3file withvg rna, validate exon ordering by base-pair position instead of number attribute. This allows reverse-strand exons to be numbered either by base-pair order or transcription order. - Have
vg rnagracefully ignore features with bad chromosome names if they're not included in--feature-typeand thus won't be parsed anyways
Updated Submodules
The gbwt, gbwtgraph, gcsa2, libbdsg, libvgio, sdsl-lite, and sublinear-Li-Stephens submodules have been updated.
