Skip to content

Releases: PacificBiosciences/HiFi-SVTopo

Fix chain plotter crash from empty blocks

18 Nov 15:48
Compare
Choose a tag to compare

SVTopo

  • Version bump

SVTopoVz

  • Fix crash from bug introduced in v0.1.2

Fix segfault issue with some bams

17 Nov 00:04
Compare
Choose a tag to compare

SVTopo

  • Fixes an instability where some BAMs led to a segmentation fault due to negative indices of chromosome names

SVTopoVz

  • Minor fix for ordering of multi-segment inversion blocks

Remove unstable URL option for exclude regions

23 Oct 23:00
680419a
Compare
Choose a tag to compare

SVTopo

  • Removes the URL option for exclude regions bed file as it proved unstable across different platforms.
  • Adds filter for phase consistency in reads connecting same-chromosome breakends: if alignments connecting two breakends are tagged from different phasesets or haplotypes they are dropped. This does not apply to connections formed from VCF calls.
  • Drops max size for same-chromosome connections

SVTopoVz

  • Unchanged

vcf-supported version

18 Oct 23:44
Compare
Choose a tag to compare

SVTopo

  • Adds support for sawfish VCF to improve variant identification accuracy with the new --supporting-reads and --vcf.
  • Simplifies user interface by removing the following:
    • --quiet
    • --allow-unphased
    • --no-filter
  • Changes the --prefix to the simpler option --json-out
  • Adds the --exclude-regions argument as a required bed file for region exclusion.

SVTopoVz

  • Changes --log-level to --verbose for consistency with svtopo.
  • Alters the exclusion of simple variants to default by changing the --ignore-simple-dels and --ignore-simple-dups to --include-simple-dels and --include-simple-dups, respectively.

SVTopoVz split view

30 May 04:50
9ce20ee
Compare
Choose a tag to compare
SVTopoVz split view Pre-release
Pre-release

This release includes a split-view option for extra-large genomic regions. It is intended to shortly provide support for multi-chromosomal rearrangements.

This release also adds some minimal changes to the plotting view:

  • Legend with block sizes
  • Sample chain plot in normalized sizes instead of proportional
  • Extra reference chain plot at the bottom in normalized sizing

The SVTopoVz interface now allows filtering on best-guess variant types DEL and DUP. This option has been dropped from SVTopo.

  • DEL: two forward spanned blocks, one forward unspanned
  • DUP: two forward spanned blocks, one reverse unspanned

Initial release

26 Mar 21:54
086be33
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First HiFi-SVTopo release, with rust binary for BAM parsing and python source code for generation of complex SV plots.