From 98c48a1c455ca4d0dae33fc518f72e06743cb78b Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 3 Sep 2018 09:07:34 -0400 Subject: [PATCH] Fixed wrong version links in the cookbook --- cookbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook.md b/cookbook.md index 0cd24d4..fa5f14e 100644 --- a/cookbook.md +++ b/cookbook.md @@ -24,7 +24,7 @@ This cookbook walks you through a variety of applications of minimap2 and its companion script `paftools.js`. All data here are freely available from the -minimap2 release page at version tag [v2.12][v2.12]. Some examples only work +minimap2 release page at version tag [v2.10][v2.10]. Some examples only work with v2.10 or later. To acquire the data used in this cookbook and to install minimap2 and paftools, @@ -240,4 +240,4 @@ with `-x ava-pb` (99% vs 93% with `-x ava-ont`). [pbsim]: https://github.com/pfaucon/PBSIM-PacBio-Simulator [mason2]: https://github.com/seqan/seqan/tree/master/apps/mason2 [paf]: https://github.com/lh3/miniasm/blob/master/PAF.md -[v2.12]: https://github.com/lh3/minimap2/releases/tag/v2.12 +[v2.10]: https://github.com/lh3/minimap2/releases/tag/v2.10