Skip to content

Releases: arq5x/lumpy-sv

v0.3.1

14 Sep 18:57
Compare
Choose a tag to compare

New release for DOI.

v0.3.0

20 Feb 21:31
800c67c
Compare
Choose a tag to compare
  • Add a few new wrappers to lumpy, the latest and recommended is smoove
  • Add CRAM support
  • Many improvements to the extraction of paired-end and split-read alignments from source BAM
  • Fix SV evidence display with the -e option

v0.2.13

30 Mar 22:17
Compare
Choose a tag to compare

Small update to the VCF header output to include the BD info field.

v0.2.12

15 Mar 15:57
Compare
Choose a tag to compare

In general, this version should be more robust to BAMs with funny CIGAR strings and lumpyexpress also be more robust.

Here is a summary of the changes since 0.2.11.

  • Enable BAM streaming to bamfilterrg for samtools (chapmanb)
  • Fix for streaming to pysam in bamfilterrg (chapmanb)
  • fix mem leaks
  • add cnvnator to bedpe
  • fix issue with zero len read
  • use gawk instead of awk, since some versions of awk do not support i=1;i<=k;++i style for loops
  • many fixes to lsort and lmerge
  • Add translocations to BEDPE
  • get rid of -M in lumpyexpress

v0.2.11

08 Apr 13:55
Compare
Choose a tag to compare

Fix test cases.

v0.2.10

03 Apr 12:18
Compare
Choose a tag to compare

Fixed test data

v0.2.9

07 Jan 18:15
Compare
Choose a tag to compare
  • Add the ability to handle multiple read groups within a single BAM
  • Fix an issue with the right-hand PDF when using the "-P" option
  • Remove a check that ignored split reads flagged as paired

v0.2.8

03 Oct 19:03
Compare
Choose a tag to compare

Added a check to make sure the CIGAR string has at least 1 M.

v0.2.7

18 Aug 14:41
Compare
Choose a tag to compare

Remove a debug statement.

v0.2.6

31 Jul 13:29
Compare
Choose a tag to compare

Documentation updates and a split-read interchromosomal bug fix.