From a8bca883bfa6e959b057c54c69634bbb19b3f074 Mon Sep 17 00:00:00 2001 From: Claire Lemaitre Date: Mon, 20 Nov 2017 10:55:55 +0100 Subject: [PATCH] last edits to 1.4.0 release note --- gatb-core/RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)