From 19e05a099d63572b890c1ff2316d7849436d6137 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 1 Mar 2018 18:25:29 -0500 Subject: [PATCH] for clarity --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b096fe1..22d5c9c 100644 --- a/README.md +++ b/README.md @@ -346,9 +346,9 @@ mappy` or [from BioConda][mappyconda] via `conda install -c bioconda mappy`. possible to add non-SIMD support, but it would make minimap2 slower by several times. -* Minimap2 does not work with a single query or database sequence up to ~2 - billion bases (2,147,483,647 to be exact). The total length of all sequences - can well exceed this threshold. +* Minimap2 does not work with a single query or database sequence ~2 + billion bases or longer (2,147,483,647 to be exact). The total length of all + sequences can well exceed this threshold.