File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ Release 0.7.18 (14 April 2024)
2
+ ------------------------------
3
+
4
+ Notable changes:
5
+
6
+ * Support ARM64 (#359 )
7
+ * Output SAM header line (#336 )
8
+ * Added the XB tag to output alignment score and mapping quality
9
+ * Fixed a compiling error with GCC 10 (#267 )
10
+ * Avoid potential buffer overflow (#232 )
11
+
12
+ (0.7.18: 14 April 2024, r1243)
13
+
14
+
15
+
1
16
Release 0.7.17 (23 October 2017)
2
17
--------------------------------
3
18
Original file line number Diff line number Diff line change 1
- .TH bwa 1 "23 October 2017 " "bwa-0.7.17-r1188 " "Bioinformatics tools"
1
+ .TH bwa 1 "14 April 2023 " "bwa-0.7.18-r1243 " "Bioinformatics tools"
2
2
.SH NAME
3
3
.PP
4
4
bwa - Burrows-Wheeler Alignment Tool
Original file line number Diff line number Diff line change 30
30
#include "utils.h"
31
31
32
32
#ifndef PACKAGE_VERSION
33
- #define PACKAGE_VERSION "0.7.17-r1198 -dirty"
33
+ #define PACKAGE_VERSION "0.7.18-r1243 -dirty"
34
34
#endif
35
35
36
36
int bwa_fa2pac (int argc , char * argv []);
You can’t perform that action at this time.
0 commit comments