Release minimap2-2.0rc1-r232
This commit is contained in:
parent
e51dfd0330
commit
d8d4d29b68
8
NEWS.md
8
NEWS.md
|
|
@ -1,5 +1,5 @@
|
||||||
Release 2.0-rc1-r213 (27 July 2017)
|
Release 2.0rc1-r232 (30 July 2017)
|
||||||
-----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
This release improves the accuracy of long-read alignment and added several
|
This release improves the accuracy of long-read alignment and added several
|
||||||
minor features.
|
minor features.
|
||||||
|
|
@ -18,9 +18,9 @@ minor features.
|
||||||
mapping accuracy for reads simulated with pbsim.
|
mapping accuracy for reads simulated with pbsim.
|
||||||
|
|
||||||
This release completes features intended for v2.0. No major features will be
|
This release completes features intended for v2.0. No major features will be
|
||||||
added to the master branch before v2.0.
|
added to the master branch before the final v2.0.
|
||||||
|
|
||||||
(2.0-rc1: 27 July 2017, r213)
|
(2.0rc1: 30 July 2017, r232)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
main.c
2
main.c
|
|
@ -8,7 +8,7 @@
|
||||||
#include "minimap.h"
|
#include "minimap.h"
|
||||||
#include "mmpriv.h"
|
#include "mmpriv.h"
|
||||||
|
|
||||||
#define MM_VERSION "2.0-r230-dirty"
|
#define MM_VERSION "2.0rc1-r232"
|
||||||
|
|
||||||
void liftrlimit()
|
void liftrlimit()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.TH minimap2 1 "30 July 2017" "minimap2-2.0-r230-dirty" "Bioinformatics tools"
|
.TH minimap2 1 "30 July 2017" "minimap2-2.0rc1-r232" "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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue