Skip to content

Releases: fritzsedlazeck/Sniffles

v2.3.3

06 May 16:49
Compare
Choose a tag to compare

Bugfixes to make sure sniffles shuts down properly.

Full Changelog: v2.3.2...v2.3.3

v2.3.2

10 Apr 23:43
Compare
Choose a tag to compare

manage the Sniffles2Exit exception in order to not have --version and --help trowing an exit code 1 which made conda not accept sniffles v2.3.1

Full Changelog: v2.3.1...v2.3.2

Sniffles v2.3.1

10 Apr 19:28
Compare
Choose a tag to compare

Bug fixes that prevented pip installation to work and thus conda was unable to build and release
Full Changelog: v2.3...v2.3.1

Sniffles v2.3

09 Apr 18:50
Compare
Choose a tag to compare

This release includes new features for multisample calling and some restructuring of the codebase to facilitate easier development in the future.

New features:

  • Multisample calling for large input sets
    Sniffles multiprocessing code has undergone a major rewrite with focus of enabling multisample calling for a large number of input files. To support this, the new optional dependency psutil can be installed along with sniffles.

  • Using alignments for multisample calling
    Alignments can be used to improve separation of variants in multisample calling. This uses the new optional dependency edlib and can be tweaked with the new argument --combine-pctseq defaulting to 0.7.

Required Python version has been updated to Python 3.10.

Sniffles v2.2

13 Jul 19:54
Compare
Choose a tag to compare

This release includes a number of updated implementation, bug fixes and usability improvements.

  • Low frequency SV caller mode --non-germline has been updated to --mosaic
  • Sniffles now allow SV on the same breakpoint
  • Minimum SV length is updated to 50 bases
  • Minimum mapping quality is set to 20 as default
  • Translocation events: require a minimum anchor on each chromosome of 1kb and there a strand check (--bnd-min-split-length and --qc-bnd-filter-strand)
  • We include a link to a Sniffles2 plotting tools: https://github.com/farhangus/sniffle2_plot

Sniffles v2.0.7

25 Jul 09:30
Compare
Choose a tag to compare

This release includes a number of minor bugfixes and usability improvements.

  • Create output directories if they are not existing yet (@wdecoster)
  • Change --max-splits-kb to float (@wdecoster)
  • Fixed a problem where exit code 0 was returned on errors

Sniffles2 v2.0.3

07 Mar 01:03
eab4c6d
Compare
Choose a tag to compare

In comparison to 2.0.2 a number of improvements to multi-sample mode were added:

  • Improved choice of insertion sequence for reporting
  • Added additional INFO fields to multi-sample output
  • Fixed a problem causing inconsistent start/end coordinates for deletions
  • Increased strictness of default merging parameters

Sniffles2 v2.0.2

08 Feb 17:42
Compare
Choose a tag to compare

This is a major update to Sniffles v2 which includes:

  • Improved variant calling accuracy
  • Improved performance also on multi threading
  • New methods to enable family / population calling
  • New methods to enable somatic / mosaic SV detection

Detection of allele imbalance

14 Jul 17:27
Compare
Choose a tag to compare

Multiple improvements including:
-) Genotype prediction
-) Report of strand biases per allele
-) Higher sensitivity on low supported alleles
-) Improved forced calling

Better support for sequence resolved calls

29 Jan 18:13
Compare
Choose a tag to compare
  • Improved reporting of sequence resolved calls.
  • Minor bug fixes.