Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mozack/abra2

v2.24

13 Aug 19:04

Choose a tag to compare

  • Cadabra now filters somatic calls with a low odds ratio by default. Use param --oddsr to adjust.

v2.23

14 Sep 20:25

Choose a tag to compare

  • Fix for rare contig too long crash problem

v2.22

10 Oct 17:31

Choose a tag to compare

  • Disable GKL by default - appears to still cause instability in some cases

v2.21

10 Oct 14:12

Choose a tag to compare

  • Added option --no-edge-ci to prevent reads from being output with complex indels at the read edges. This allows Manta to run to completion on ABRA2 generated BAM files.

  • Removed option for ignoring bad assemblies - this should no longer be necessary.

  • Enable Genomics Kernel Library by default for faster compression / decompression

  • Added experimental option --ujac for using junctions as contigs. Use of this option can potentially increase compute resource requirements dramatically.

v2.20

30 Aug 16:09

Choose a tag to compare

  • Corrected realignment reproducibility problems. Run to run variation should now be eliminated.

v2.19

05 Dec 20:18

Choose a tag to compare

  • Added MNP support to SimpleAlleleCounter

v2.18

21 Sep 19:30

Choose a tag to compare

  • Allow multiple ABRA2 runs against the same BAM file (by avoiding PG record id collisions)
  • Handle leading inserts in Semi-Global alignment properly - was causing invalid SAM records in rare cases.

v2.17

03 Aug 13:58

Choose a tag to compare

  • Memory corruption and leak fixes
  • Corrected minor assembly issue related to non-condensed final node
  • Increased MAX_SAMPLES to 16

v2.16

20 Jul 18:29

Choose a tag to compare

  • Added SimpleAlleleCounter
  • Added script for filtering indels adjacent to introns post-hoc (filter_intron_adjacent_indels.py)

v2.15

01 May 15:30

Choose a tag to compare

  • Added option --ignore-bad-assembly to skip over regions with corrupted assembly. See: #18