Release bwa-0.7.9-r783
This commit is contained in:
parent
e4752b321b
commit
be74dbc00c
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
#CC= gcc
|
||||
CC= clang --analyze
|
||||
CC= gcc
|
||||
#CC= clang --analyze
|
||||
CFLAGS= -g -Wall -Wno-unused-function -O2
|
||||
WRAP_MALLOC=-DUSE_MALLOC_WRAPPERS
|
||||
AR= ar
|
||||
|
|
|
|||
2
NEWS.md
2
NEWS.md
|
|
@ -55,7 +55,7 @@ Changes in BWA-backtrack:
|
|||
* Bugfix: a segmentation fault when an alignment stands out of the end of the
|
||||
last chromosome.
|
||||
|
||||
(0.7.9: 19 May 2014, r782)
|
||||
(0.7.9: 19 May 2014, r783)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
2
bwa.1
2
bwa.1
|
|
@ -1,4 +1,4 @@
|
|||
.TH bwa 1 "19 May 2014" "bwa-0.7.9" "Bioinformatics tools"
|
||||
.TH bwa 1 "19 May 2014" "bwa-0.7.9-r783" "Bioinformatics tools"
|
||||
.SH NAME
|
||||
.PP
|
||||
bwa - Burrows-Wheeler Alignment Tool
|
||||
|
|
|
|||
Loading…
Reference in New Issue