Skip to content

Releases: bcgsc/abyss

2.3.9

11 Sep 21:32
d3a0c13
Compare
Choose a tag to compare

Release version 2.3.9

General:

  • Deallocate memory used by alignment data structure in dialign

2.3.8

19 Jul 16:22
116a6bf
Compare
Choose a tag to compare
  • Release version 2.3.8

    General:

    • Type changes to allow building with LTO

2.3.7

16 May 23:29
42bb250
Compare
Choose a tag to compare
  • Release version 2.3.7

    General:

    • Fix build on macOS-12 and macOS-13 (Thanks @parham-k!)

2.3.6

04 May 18:32
f88beae
Compare
Choose a tag to compare
  • Release version 2.3.6

    General:

    • btllib is now a dependency
    • Documentation updates

    abyss-rresolver-short:

    • btllib source code removed due to btllib now being a dependency

2.3.5

11 May 22:38
Compare
Choose a tag to compare
  • Release version 2.3.5

    General:

    • Fixed compile errors when using the -DNDEBUG flag.
    • Removed deprecated C++ features.

2.3.4

20 Dec 20:34
Compare
Choose a tag to compare
  • Release version 2.3.4

    General:

    • Dropped support for gcc5 due to lack of support for more recent C++ features.

    abyss-rresolver-short:

    • Reduced memory consumption.
    • Better calculation of read size proportions in the input dataset.
    • Increased max read read size allowed.

2.3.3

10 Nov 21:20
Compare
Choose a tag to compare
  • Release version 2.3.3

General:

  • Fixed a contig overlap distance assertion.

abyss-rresolver-short:

  • Multiple read sizes are better handled. E.g. 150 and 151 are processed as one read size.
  • Updated default parameters.

2.3.2

13 Oct 21:37
Compare
Choose a tag to compare
  • Release version 2.3.2

General:

  • Updated the m parameter and the S and N scaffolding parameters to better defaults.

abyss-rresolver-short:

  • Updated btllib to 1.1.7

2.3.1

21 Apr 23:57
Compare
Choose a tag to compare

abyss-rresolver-short:

  • Fixed a bug that crashed ABySS if Bloom filter size is not specified.
  • Fixed a compilation error for clang-10.

2.3.0

23 Mar 05:57
Compare
Choose a tag to compare
  • The RResolver algorithm is now part of the default pipeline. RResolver resolves repeats using short reads and generates assemblies with better contiguity and often fewer misassemblies.