Skip to content

Commit

Permalink
Release minimap2-2.19 (r1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed May 27, 2021
1 parent cec2313 commit 9febf53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
short time.

(2.20: 26 May 2021, r1055)
(2.20: 26 May 2021, r1057)



Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "mmpriv.h"
#include "ketopt.h"

#define MM_VERSION "2.19-r1055"
#define MM_VERSION "2.19-r1057"

#ifdef __linux__
#include <sys/resource.h>
Expand Down
2 changes: 1 addition & 1 deletion minimap2.1
Original file line number Diff line number Diff line change
@@ -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
.PP
minimap2 - mapping and alignment between collections of DNA sequences
Expand Down
2 changes: 1 addition & 1 deletion misc/paftools.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env k8

var paftools_version = '2.19-r1055';
var paftools_version = '2.19-r1057';

/*****************************
***** Library functions *****
Expand Down

0 comments on commit 9febf53

Please sign in to comment.