From 6982f38bf48f40058e10dd58f69c1d07c36c08c9 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 29 Sep 2020 17:56:36 +0200 Subject: [PATCH] Update Updating and release notes --- Updating-and-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updating-and-release-notes.md b/Updating-and-release-notes.md index 69b081d..6089f23 100644 --- a/Updating-and-release-notes.md +++ b/Updating-and-release-notes.md @@ -25,7 +25,7 @@ python3 setup.py install - `obi ls`: reworked a bit (mostly just now done in C instead of Cython) * `3.0.0b35`: - - `ecotag`: added separate threshold for minimum circle identity (sequence is assigned to the LCA of all sequences within a similarity circle of the best matches; the threshold for this circle is the highest value between the chosen minimum circle identity and the best assignment score found) + - `ecotag`: added separate threshold for minimum circle identity (sequence is assigned to the LCA of all sequences within a similarity circle of the best matches; the threshold for this circle is the highest value between the chosen minimum circle identity and the best assignment score found for the query sequence) * `3.0.0b34`: - `cat`: fixed open file descriptor leak