Skip to content

vcf-supported version

Compare
Choose a tag to compare
@jbelyeu jbelyeu released this 18 Oct 23:44
· 28 commits to main since this release

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.