Skip to content

Commit

Permalink
Released bwa-0.7.17 (r1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Oct 23, 2017
1 parent b582816 commit 9f26bfc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release 0.7.17 (23 October 2017)
--------------------------------

This release adds option -q to preserve the mapping quality of split alignment
with a lower alignment score than the primary alignment. Option -5
automatically applies -q as well.

(0.7.17: 23 October 2017, r1188)



Release 0.7.16 (30 July 2017)
-----------------------------

Expand Down
9 changes: 7 additions & 2 deletions bwa.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH bwa 1 "30 July 2017" "bwa-0.7.16-r1180" "Bioinformatics tools"
.TH bwa 1 "23 October 2017" "bwa-0.7.17-r1188" "Bioinformatics tools"
.SH NAME
.PP
bwa - Burrows-Wheeler Alignment Tool
Expand Down Expand Up @@ -303,9 +303,14 @@ For compatibility with other BWA commands, this option may also be given as
.IR FILE .
[standard ouptut]
.TP
.B -q
Don't reduce the mapping quality of split alignment of lower alignment score.
.TP
.B -5
For split alignment, mark the segment with the smallest coordinate as the
primary. This option may help some Hi-C pipelines. By default, BWA-MEM marks
primary. It automatically applies option
.B -q
as well. This option may help some Hi-C pipelines. By default, BWA-MEM marks
highest scoring segment as primary.
.TP
.B -K \ INT
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "utils.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.16a-r1187-dirty"
#define PACKAGE_VERSION "0.7.17-r1188"
#endif

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

0 comments on commit 9f26bfc

Please sign in to comment.