Skip to content

Releases: marschall-lab/GFAffix

Added parallelization, refined decollapse

04 Jan 09:24
Compare
Choose a tag to compare

New features:

  • command line interface has changed: refined graph is now written to stdout by default, unless -o option is used
  • LOG level is now set in command line interface: by default, info log messages are output to stderr, debug log messages can be shown with -v option
  • Parallel computation support for core algorithm (search & collapse of redundant affixes)
  • Decollapse of don't-collapse-nodes is completely rewritten and now based only on graph alone (previous version also needed paths), it's now faster and more precise.
  • gz-compressed GFA files are accepted as input, GFAffix also supports to output refined graph as compressed GFA file
  • lots of improved checks for correctness of the transformation into the refined graph
  • dependencies are updated

Fix critical bug caused by missing selfedges

18 Oct 13:39
Compare
Choose a tag to compare

Bugfixes + MacOS X arm64 support

16 Aug 11:17
Compare
Choose a tag to compare

Fixes issues

  • critical bug of #11 (concerning missing edges), and
  • #6 and
  • #7

Now supports MacOS X arm64 (see binary releases)

Fixes bug caused by simultaneous collapse of overlapping vertex sets

24 Mar 13:17
Compare
Choose a tag to compare

Fixes bug caused by hairpin loops that are precluded palindromes as a result of additional affix matches to other nodes

26 Sep 09:25
Compare
Choose a tag to compare
0.1.4

fixing bug caused by hairpin loops that are precluded palindromes as …

Fixes critical bug in collapsing nodes with shared prefixes

24 Mar 19:30
Compare
Choose a tag to compare

0.1.2.5

10 Feb 15:36
Compare
Choose a tag to compare
increase version counter

Fixes bugs due to Clap version update

13 Dec 08:13
Compare
Choose a tag to compare
0.1.2.4

push version counter up

0.1.2.3

17 Nov 21:32
Compare
Choose a tag to compare
increase version number

0.1.2.2

09 Oct 14:45
Compare
Choose a tag to compare

Fixes bug occuring with shared prefixes of palindromic nodes