Release minimap2-2.19 (r1057)

This commit is contained in:
Heng Li 2021-05-26 21:23:42 -04:00
parent cec23131e4
commit 9febf532c1
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Release 2.19-r1055 (26 May 2021) Release 2.19-r1057 (26 May 2021)
-------------------------------- --------------------------------
This release includes a few important improvements backported from unimap: This release includes a few important improvements backported from unimap:
@ -33,7 +33,7 @@ unimap for contig alignment. Unimap will remain an experimental project and is
no longer recommended over minimap2. Sorry for reverting the recommendation in no longer recommended over minimap2. Sorry for reverting the recommendation in
short time. short time.
(2.20: 26 May 2021, r1055) (2.20: 26 May 2021, r1057)

2
main.c
View File

@ -7,7 +7,7 @@
#include "mmpriv.h" #include "mmpriv.h"
#include "ketopt.h" #include "ketopt.h"
#define MM_VERSION "2.19-r1055" #define MM_VERSION "2.19-r1057"
#ifdef __linux__ #ifdef __linux__
#include <sys/resource.h> #include <sys/resource.h>

View File

@ -1,4 +1,4 @@
.TH minimap2 1 "26 May 2021" "minimap2-2.19 (r1055)" "Bioinformatics tools" .TH minimap2 1 "26 May 2021" "minimap2-2.19 (r1057)" "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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env k8 #!/usr/bin/env k8
var paftools_version = '2.19-r1055'; var paftools_version = '2.19-r1057';
/***************************** /*****************************
***** Library functions ***** ***** Library functions *****