Skip to content

Releases: KolmogorovLab/Severus

Severus v1.2

25 Sep 20:15
Compare
Choose a tag to compare

With version 1.2:

  • Severus now supports PoN input for tumor-only runs. We provide PoN data for GRCh38 and chm13

  • Improvements in the failed SV filtering

  • Improved single BND detection

  • New parameter added: --max-unmapped-seq to define the maximum unmapped sequence between two mapped sequences (length of sequence reported in INSSEQ in the vcf)

  • Updates in vcf format:

  1. INV and DEL are now restricted to the reciprocal inversions and true deletions with decreased coverage. The rest are represented as BNDs. For reciprocal inversions, instead of representing it with two rows (4 BPs), we will represent it with a single row (2 BPs).

  2. Minor fixes in vcf formating.

Severus v1.1

01 Jul 16:10
Compare
Choose a tag to compare

Improvements in

  • memory usage and run-time #17

  • detection of mosaic SVs in VNTR regions

  • single breakend detection: new ALIGNED_POS field added to INFO column to provide the imprecise pair position for the single breakends

Bugs fixed:

  • Multiple bam files with the same name #20

  • Severus version in vcf outputs #22

  • DUP in vntrs #19

  • --write_alignments only outputs split reads

We are sincerely grateful to Sergey Aganezov (@aganezov) for testing and feedback.

Severus v1.0

21 Mar 19:07
Compare
Choose a tag to compare
  • Update on the complex SV clustering
  • New graph format with plotly
  • Plotly is now required to run Severus
  • A new parameter is added, --use-supplementary-tag, to be used with phasing tools for independent phase supplementary alignments, i.e., HiPhase, LongPhase
  • VNTR annotation for indels is added
  • --between-junction-ins is added to output unmapped inserts between breakpoints.

Severus 0.1.2

09 Jan 13:26
Compare
Choose a tag to compare
  • Update on the complex SV clustering
  • Improvements in SV filtering
  • New parameter added: --output-read-ids
  • Multisample SV option added

Severus 0.1.1

29 Oct 16:13
Compare
Choose a tag to compare

Minor changes in the installation methods, no functional changes.

severus v0.1.0

24 Oct 15:25
b71898c
Compare
Choose a tag to compare

The initial release of Severus