From 13fb4ed50645e5c511d507be5265634380fb03ad Mon Sep 17 00:00:00 2001 From: SaurabhKalikar <46084334+SaurabhKalikar@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:05:56 +0530 Subject: [PATCH] Downloads count --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f4a7434..9dded5f8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![GitHub Downloads](https://img.shields.io/github/downloads/bwa-mem2/mm2-fast/total?label=GitHub%20Downloads)](https://github.com/bwa-mem2/mm2-fast/releases) ## mm2-fast ### Introduction mm2-fast is an accelerated implementation of minimap2 on modern CPUs. mm2-fast accelerates all the three major modules of minimap2: (a) seeding, (b) chaining, and (c) pairwise alignment, achieving up to 1.8x speedup using AVX512 over minimap2.