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