From 7fd30e15b8a4a38d29914be8a8608fbbfc0cdc85 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 4 Aug 2021 03:47:05 -0700 Subject: [PATCH] Final README version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aaaa69..16a5d96 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ make ### Usage The usage of mm2-fast is same as minimap2. Here is an example of mapping ONT reads with test data. ```sh -./mm2-fast -ax map-ont test/MT-human.fa test/MT-orang.fa > mm2-fast_output +./minimap2 -ax map-ont test/MT-human.fa test/MT-orang.fa > mm2-fast_output ``` ### Accuracy evaluation