From bb3048b2a02799655a0aa7b60d4c79812c563f8b Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 7 Aug 2021 16:55:02 -0400 Subject: [PATCH] removed one extra sentence --- tex/mm2-update.tex | 2 -- 1 file changed, 2 deletions(-) diff --git a/tex/mm2-update.tex b/tex/mm2-update.tex index c131f7a..4909c7d 100644 --- a/tex/mm2-update.tex +++ b/tex/mm2-update.tex @@ -69,8 +69,6 @@ minimizers. Suppose we are looking at two adjacent low-occurence $k$-mers located at position $x_1$ and $x_2$, respectively. If $|x_1-x_2|\ge500$, minimap2 v2.22 additionally selects $\lfloor|x_1-x_2|/500\rfloor$ minimizers of the lowest occurrence among minimizers between $x_1$ and $x_2$. -We use a binary heap data -structure to select minimizers of the lowest occurrence in this interval. This strategy adds necessary anchors at the cost of increasing total alignment time by a few percent on real data.