Skip to content

Commit

Permalink
Release bwa-0.7.18 (r1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Apr 15, 2024
1 parent 139f68f commit 79b230d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
@@ -1,3 +1,18 @@
Release 0.7.18 (14 April 2024)
------------------------------

Notable changes:

* Support ARM64 (#359)
* Output SAM header line (#336)
* Added the XB tag to output alignment score and mapping quality
* Fixed a compiling error with GCC 10 (#267)
* Avoid potential buffer overflow (#232)

(0.7.18: 14 April 2024, r1243)



Release 0.7.17 (23 October 2017)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bwa.1
@@ -1,4 +1,4 @@
.TH bwa 1 "23 October 2017" "bwa-0.7.17-r1188" "Bioinformatics tools"
.TH bwa 1 "14 April 2023" "bwa-0.7.18-r1243" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool
Expand Down
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -30,7 +30,7 @@
#include "utils.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.17-r1198-dirty"
#define PACKAGE_VERSION "0.7.18-r1243-dirty"
#endif

int bwa_fa2pac(int argc, char *argv[]);
Expand Down

0 comments on commit 79b230d

Please sign in to comment.