From 422a6450fadffc1b44281eaf590f035b8a3a90a3 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 29 Sep 2020 17:57:29 +0200 Subject: [PATCH] ecotag: clarified similarity circle documentation --- python/obitools3/commands/ecotag.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/commands/ecotag.pyx b/python/obitools3/commands/ecotag.pyx index 4c747ab..a66ea0a 100755 --- a/python/obitools3/commands/ecotag.pyx +++ b/python/obitools3/commands/ecotag.pyx @@ -48,7 +48,7 @@ def addOptions(parser): type=float, help="Minimum identity considered for the assignment circle " "(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 and the best assignment score found). " + "the threshold for this circle is the highest value between and the best assignment score found for the query sequence). " "Give value as a normalized identity, e.g. 0.95 for an identity of 95%%. " "Default: 0.99.")