Skip to content

Releases: BirolLab/abyss

2.3.10

Choose a tag to compare

@lcoombe lcoombe released this 18 Oct 22:35
5dc06d6
  • Release version 2.3.10

    General:

    • Fix usage of N and S parameters for scaffolding stage

2.3.9

Choose a tag to compare

@jwong-1 jwong-1 released this 11 Sep 21:32
d3a0c13

Release version 2.3.9

General:

  • Deallocate memory used by alignment data structure in dialign

2.3.8

Choose a tag to compare

@lcoombe lcoombe released this 19 Jul 16:22
116a6bf
  • Release version 2.3.8

    General:

    • Type changes to allow building with LTO

2.3.7

Choose a tag to compare

@lcoombe lcoombe released this 16 May 23:29
42bb250
  • Release version 2.3.7

    General:

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

2.3.6

Choose a tag to compare

@lcoombe lcoombe released this 04 May 18:32
f88beae
  • 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

Choose a tag to compare

@vlad0x00 vlad0x00 released this 11 May 22:38
  • Release version 2.3.5

    General:

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

2.3.4

Choose a tag to compare

@vlad0x00 vlad0x00 released this 20 Dec 20:34
  • 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

Choose a tag to compare

@vlad0x00 vlad0x00 released this 10 Nov 21:20
  • 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

Choose a tag to compare

@vlad0x00 vlad0x00 released this 13 Oct 21:37
  • 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

Choose a tag to compare

@vlad0x00 vlad0x00 released this 21 Apr 23:57

abyss-rresolver-short:

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