mention bwa-mem2

This commit is contained in:
Heng Li 2019-07-09 10:25:57 -04:00
parent cd29a7cb54
commit 9b12309015
1 changed files with 3 additions and 0 deletions

View File

@ -5,8 +5,11 @@
**Note: [minimap2][minimap2] has replaced BWA-MEM for __PacBio and Nanopore__ read
alignment.** It retains all major BWA-MEM features, but is ~50 times as fast,
more versatile, more accurate and produces better base-level alignment.
A beta version of [BWA-MEM2][bwa-mem2] has been released for short-read mapping.
BWA-MEM2 is about twice as fast as BWA-MEM and outputs near identical alignments.
[minimap2]: https://github.com/lh3/minimap2
[bwa-mem2]: https://github.com/bwa-mem2/bwa-mem2
## Getting started