mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-18 18:18:26 +08:00
Fixed grammar errors
This commit is contained in:
@@ -43,7 +43,7 @@ piece-wise affine gap cost.
|
||||
* Minimap2 does not work well with Illumina short reads as of now.
|
||||
|
||||
* Minimap2 requires SSE2 instructions to compile. It is possible to add
|
||||
non-SSE2 support, but it would minimap2 times slower.
|
||||
non-SSE2 support, but it would make minimap2 slower by several times.
|
||||
|
||||
In general, minimap2 is a young project with most code written since June,
|
||||
2017. It may have bugs and room for improvements. Bug reports and suggestions
|
||||
|
||||
@@ -341,7 +341,7 @@ Minimap2 does not work well with Illumina short reads as of now.
|
||||
.TP
|
||||
*
|
||||
Minimap2 requires SSE2 instructions to compile. It is possible to add
|
||||
non-SSE2 support, but it would minimap2 times slower.
|
||||
non-SSE2 support, but it would make minimap2 slower by several times.
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
miniasm(1), minimap(1), bwa(1).
|
||||
|
||||
Reference in New Issue
Block a user