r230: code formatting changes only

This commit is contained in:
Heng Li 2017-07-30 12:31:40 -04:00
parent 5934d68772
commit 1f78e1ee53
4 changed files with 5 additions and 11 deletions

View File

@ -87,10 +87,8 @@ highlighted in bold.
## Limitations ## Limitations
* Minimap2 may produce suboptimal alignments through long low-complexity * Minimap2 may produce suboptimal alignments through long low-complexity
regions where seed positions may be inaccurate. regions where seed positions may be suboptimal. This should not be a big
concern because even the optimal alignment may be wrong in such regions.
* Minimap2 may produce poor alignments that may need post-filtering. We are
still exploring a reliable and consistent way to report good alignments.
* Minimap2 does not work well with Illumina short reads as of now. * Minimap2 does not work well with Illumina short reads as of now.

2
main.c
View File

@ -8,7 +8,7 @@
#include "minimap.h" #include "minimap.h"
#include "mmpriv.h" #include "mmpriv.h"
#define MM_VERSION "2.0-r229-dirty" #define MM_VERSION "2.0-r230-dirty"
void liftrlimit() void liftrlimit()
{ {

View File

@ -1,4 +1,4 @@
.TH minimap2 1 "29 July 2017" "minimap2-2.0-r224-dirty" "Bioinformatics tools" .TH minimap2 1 "30 July 2017" "minimap2-2.0-r230-dirty" "Bioinformatics tools"
.SH NAME .SH NAME
.PP .PP
minimap2 - mapping and alignment between collections of DNA sequences minimap2 - mapping and alignment between collections of DNA sequences
@ -348,10 +348,6 @@ where seed positions may be suboptimal. This should not be a big concern
because even the optimal alignment may be wrong in such regions. because even the optimal alignment may be wrong in such regions.
.TP .TP
* *
Minimap2 may produce poor alignments that may need post-filtering. We are still
exploring a reliable and consistent way to report good alignments.
.TP
*
Minimap2 does not work well with Illumina short reads as of now. Minimap2 does not work well with Illumina short reads as of now.
.TP .TP
* *