From c83589b9ea61a7a2ebc32659b1147e8f0b7a0575 Mon Sep 17 00:00:00 2001 From: Torsten Houwaart Date: Mon, 7 Jun 2021 15:31:58 +0200 Subject: [PATCH] Update README.md Clarification on approximate mapping --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1255c91..d016a46 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ with the ARM related command lines given above. Without any options, minimap2 takes a reference database and a query sequence file as input and produce approximate mapping, without base-level alignment -(i.e. no CIGAR), in the [PAF format][paf]: +(i.e. coordinates are only approximate and no CIGAR in output), in the [PAF format][paf]: ```sh minimap2 ref.fa query.fq > approx-mapping.paf ```