diff --git a/gatb-core/RELEASES.md b/gatb-core/RELEASES.md index 68cf400e3..bd1f9a020 100644 --- a/gatb-core/RELEASES.md +++ b/gatb-core/RELEASES.md @@ -16,7 +16,7 @@ * New compact encoding scheme to load the abundance values in memory (encoded on 8 bits, value range = 0 to 50k with 5% max error) -* Parameterizable graph simplifications steps (see `Graph.hpp` and Minia): optional tip-clipping, bulge removal, erroneous connection +* Parameterizable graph simplifications steps (see `Graph.hpp` and Minia): optional tip-clipping, bulge and erroneous connection removal * Preliminary support for loading unitigs (in `GraphUnitigs.cpp`) from a GFA1 graph format generated by BCALM (using `scripts/convertToGFA.py` in BCALM repository)