Skip to content

Releases: Parsoa/SVDSS

v2.1.1

10 Apr 08:28

Choose a tag to compare

SVDSS version 2.1.0

  • (bugfix) Output SFS batches only once (depending on number of reads and --bsize, some batches were output twice)
  • (bugfix) Fix check on SV length
  • (change) Default to 0/1 genotypes. We still suggest genotyping the calls with an external genotyper

v2.1.0

12 May 09:39
eb09066

Choose a tag to compare

SVDSS version 2.1.0

  • change to smoother: alignment accuracy (old --accq) is now autocomputed using the first 10k primary alignments and then selecting the 98th percentile (see --accp)
  • move to robebwt3
  • update abpoa to v1.5.3
  • use ksw2 to realign consensus
  • remove genotyper (use kanpig if needed)
  • new script (run_svdss) to run the entire pipeline (including optional genotyping)

v2.0.0

21 Oct 07:50

Choose a tag to compare

SVDSS v2:

  • haplotags (if present in the input BAM file) can be used to guide subclustering and SV calling
  • bug fixes
  • changes to CLI

v2.0.0-alpha.3

22 Jul 09:01
a403bdb

Choose a tag to compare

v2.0.0-alpha.3 Pre-release
Pre-release

Third alpha release for SVDSS2:

  • rename fasta/q CLI option to fastx
  • CLI option to filter based on mapping quality
  • CLI option to remove 0/0 calls
  • CLI option to ignore haplotag information

v2.0.0-alpha.2

27 Nov 10:00
b49b7bf

Choose a tag to compare

v2.0.0-alpha.2 Pre-release
Pre-release

Second alpha release for SVDSS2:

  • fixes a bug in pingpong (small batches were potentially skipped)

v2.0.0-alpha.1

10 Aug 15:28
bde4fc2

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release

First alpha release for SVDSS2

v1.0.5-fix

10 Aug 14:46

Choose a tag to compare

Bug fixing for v1.0.5:

  • Multiple extended SFSs when too close
  • Missing first base in insertion alleles
  • Segmentation fault in clipped mode (#24)

This is the last patch for SVDSS v1. We will move to SVDSS2

v1.0.5

13 Jan 10:43

Choose a tag to compare

Patch over v1.0.4:

  • bug fixing
  • various heuristic improvements

Please check PR #18 for more info.

v1.0.4

24 Jun 10:12

Choose a tag to compare

Patch over v1.0.3:

  • updates abpoa to v1.4.1 to solve "random" segfaults - see #12
  • removes filtering of "unwanted" chromosomes (i.e. ALT contigs. User should take care of it) - see #10
  • fixes search over a fastq
  • improves cli

v1.0.3

17 May 14:34

Choose a tag to compare

Patch over v1.0.2:

  • fixes portable compilation (removes -march=native)
  • fixes a bug in assemble mode
  • small help improvements