Releases: marschall-lab/GFAffix
Releases · marschall-lab/GFAffix
Added parallelization, refined decollapse
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
Fixes #11, a second time.
Bugfixes + MacOS X arm64 support
Fixes bug caused by simultaneous collapse of overlapping vertex sets
0.1.4b raise version number (slightly)
Fixes bug caused by hairpin loops that are precluded palindromes as a result of additional affix matches to other nodes
0.1.4 fixing bug caused by hairpin loops that are precluded palindromes as …
Fixes critical bug in collapsing nodes with shared prefixes
0.1.3 fmt & minor improvements
0.1.2.5
Fixes bugs due to Clap version update
0.1.2.4 push version counter up