Skip to content

Releases: bcgsc/abyss

rresolver-release

13 Mar 00:05
Compare
Choose a tag to compare
  • Added the RResolver component to the ABySS pipeline. This release updates the 2.2.4 ABySS version and is used as a reference for the RResolver manuscript.

2.2.5

18 Sep 20:55
d908f48
Compare
Choose a tag to compare

Release version 2.2.5

General:

  • Resolve various compilation errors in newer versions of clang
  • Use ntHash's 0th hash as the default hash instead of the 1st hash
  • Added optional RResolver module, not currently part of the ABySS assembly pipeline

abyss-rresolver-short:

misc:

  • Extract all tags in a SAM file

2.2.4

30 Jan 19:48
Compare
Choose a tag to compare
  • Release version 2.2.4

General:

  • Refactor deprecated functions in clang-8

Sealer:

  • Remove unsupported -D option from help page

abyss-bloom:

  • Add counting Bloom Filter instruction to help page

abyss-bloom-dbg:

  • Report coverage information of unitigs

2.2.3

27 Sep 21:27
Compare
Choose a tag to compare
  • Release version 2.2.3
  • Revert memory consumption of Bloom filters to pre 2.2.0 behaviour.
    ABySS will now share the specified memory among all Bloom filters
    instead of just the counting Bloom filter.
  • Fix gcc-9 compilation warnings

2.2.2

27 Sep 20:56
Compare
Choose a tag to compare
  • Release version 2.2.2
  • Fix abyss-overlap for 32-bit systems

2.2.1

12 Aug 19:58
Compare
Choose a tag to compare
  • Release version 2.2.1
  • Fix abyss-bloom for macOS

2.2.0

06 Aug 18:34
Compare
Choose a tag to compare
  • Release version 2.2.0
  • Construct a counting bloom filter instead of a cascading bloom filter.

abyss-bloom:

  • Add 'counting' as valid argument to '-t' option to build a counting
    bloom filter

2.1.5

05 Dec 00:55
Compare
Choose a tag to compare
  • Release version 2.1.5
  • Compiler fixes and increase stack size limits to avoid stack overflows.

abyss-pe:

  • Add 'ulimit' statements to the Makefile to increase a thread's stack size to 64MB.

2.1.4

09 Nov 19:44
Compare
Choose a tag to compare

This release provides major improvements to Bloom filter assembly contiguity
and correctness. Bloom filter assemblies now have equivalent scaffold contiguity
and better correctness than MPI assemblies of the same data, while still
requiring less than 1/10th of the memory. On human, Bloom filter assembly times
are still a few hours longer than MPI assemblies (e.g. 17 hours vs. 13 hours,
using 48 threads).

abyss-pe:

  • Change default value of m from 50 => 0, which has the effect
    of disallowing sequence overlaps < k-1 bp. QUAST tests on E. coli /
    C. elegans / H. sapiens showed that both contiguity and
    correctness were improved by allowing only overlaps of k-1 bp
    between sequence ends.

2.1.3

05 Nov 18:44
Compare
Choose a tag to compare

This release fixes a SAM-formatting bug that broke the ABySS-LR pipeline (Tigmint/ARCS).

abyss-bloom:

  • Added graph command for visualizing neighbourhoods of the
    Bloom filter de Bruijn graph (produces GraphViz)

abyss-fixmate-ssq:

  • Fixed missing tab in SAM output which broke ABySS linked reads
    pipeline (Tigmint/ARCS)