Heng Li
f4aedddee6
r819: bugfix - added too many sub-SMEMs
2014-09-08 11:32:48 -04:00
Heng Li
ca61fe3ad5
code backup
2014-09-08 08:52:02 -04:00
Heng Li
1934f0cf24
code backup
2014-09-05 13:20:52 -04:00
Heng Li
e4ad616d43
r816: read .alt file (not tested)
2014-09-05 12:49:50 -04:00
Heng Li
35ac99b4f7
r815: optionally output ref fasta header
...
Also fixed a bug in reading .ann files
2014-08-29 10:51:23 -04:00
Heng Li
c7679ee781
Merge pull request #31 from jwbargsten/master
...
wrong function to print @HD line in bwa_print_sam_hdr
2014-08-29 10:22:11 -04:00
Joachim Bargsten
9c5fd803e9
wrong function to print @HD line in bwa_print_sam_hdr
2014-08-29 11:51:07 +02:00
Heng Li
1e611b235c
r810: add err_puts()
...
puts() adds '\n', but fputs() does not.
2014-08-26 11:07:24 -04:00
Heng Li
d9f654908f
Merge pull request #30 from mp15/header_hd
...
Add @HD tag to SAM header
2014-08-26 09:44:29 -04:00
Martin O. Pollard
ec55ed8d83
Add @HD tag to SAM header
2014-08-26 12:06:16 +01:00
Heng Li
b5cba257c1
r809: new strategy for the -a mode
2014-08-25 11:59:27 -04:00
Heng Li
bf7d1d46ca
r808: a minor bug with the new index -b
2014-08-25 10:36:24 -04:00
Heng Li
1bba5ef20e
r807: allow to change block size in bwt_gen
...
For a very large reference genome, the default is too small.
2014-08-25 10:31:54 -04:00
Heng Li
1de61b556e
r806: polish BAM support
2014-08-08 13:36:56 -04:00
Heng Li
8a230db596
Merge branch 'nh_bam_support' of git://github.com/nh13/bwa into nh13-nh_bam_support
2014-08-08 13:12:54 -04:00
Heng Li
b73f4c977a
Merge branch 'master' into new-master
2014-08-07 21:51:58 -04:00
Mustafa Ozdal
0a6f2660b4
Fixed a bug related to the score returned.
2014-08-07 13:50:42 -07:00
Mustafa Ozdal
c1df343740
Merge branch 'master' of github.com:lh3/bwa
2014-08-07 13:49:01 -07:00
Heng Li
9bdcf31dec
don't process hard clipped SEQ
...
The full read sequence has to be present.
2014-08-07 13:48:51 -07:00
Heng Li
a1a57d97be
r796: more debugging code
2014-08-07 14:58:51 -04:00
Heng Li
d9dfab2ba2
r795: intel's ksw_extend() replacement
2014-08-07 13:43:07 -04:00
Heng Li
b5415ba23d
first integration; compiled, but NOT TESTED!
2014-08-07 11:59:37 -04:00
Heng Li
5e56bec0f4
don't process hard clipped SEQ
...
The full read sequence has to be present.
2014-08-07 10:36:28 -04:00
Nils Homer
482a47a57e
adding support for SAM/BAM output using htslib. Please turn on within
...
the Makefile.
2014-07-28 14:08:06 -04:00
Heng Li
705aa53894
Released 0.7.10
2014-07-13 22:57:27 -04:00
Heng Li
7fd6a11569
r788: segfault when the last ref is "weird"
...
mem_patch_reg() did not check if two hits are on the same strand, which may
lead to an alignment bridging the forward-backward boundary.
2014-07-10 10:53:56 -04:00
Heng Li
cffff4338f
r787: use mem_seed_sw() also for non-PacBio reads
...
In the previous version, mem_seed_sw() is only used for PacBio reads to filter
bad seeds. For non-PacBio long queries, bwa-mem uses mem_chain2aln_short() for
a similar purpose. However, it turns out that mem_chain2aln_short() is not
effective given long near-tandem repeats. Bwa-mem still wastes a lot of time
of futile ref substring and extensions.
In this commit, mem_chain2aln_short() has been removed. mem_seed_sw() is used
if the query sequence is long enough (~700bp). For shorter reads, the results
should be almost identical to the previous version.
2014-07-10 10:30:22 -04:00
Heng Li
3efc33160c
0.7.9a-r786: fixed a segfault in a rare case
...
More likely to happen given a circular genome
2014-05-19 16:47:25 -04:00
Heng Li
031d3d83ce
Wrong release number: 0.7.8 => 0.7.9
2014-05-19 09:49:26 -04:00
Heng Li
be74dbc00c
Release bwa-0.7.9-r783
2014-05-19 09:09:11 -04:00
Heng Li
e4752b321b
Release bwa-0.7.9-r782
2014-05-19 09:08:07 -04:00
Heng Li
f00cc94e1d
r779: fixed a memory leak in SE
2014-05-16 00:06:34 -04:00
Heng Li
a5ad0cff7f
r778: reduced the number of alloc() calls a bit
2014-05-15 23:23:04 -04:00
Heng Li
012d54fc49
Updated release notes
2014-05-15 11:48:28 -04:00
Heng Li
8d2986ece2
r770: fixed a compiling warning
2014-05-14 14:44:03 -04:00
Heng Li
8f3e7d573b
fixed wrong FAQ links
2014-05-14 14:36:52 -04:00
Heng Li
d67e923026
changed the heading format
2014-05-14 14:33:42 -04:00
Heng Li
1627f9dfae
updated README
2014-05-14 14:32:09 -04:00
Heng Li
061c63f36a
r766: removed useless code
2014-05-13 13:09:29 -04:00
Heng Li
0168f39eeb
r765: fixed a declaration error
...
Reported by Andreas Tile from Debian
2014-05-13 12:54:23 -04:00
Heng Li
08517ac09b
r764: changed -c in "-x pacbio" to 500
2014-05-13 12:53:24 -04:00
Heng Li
a35a6c2580
updated maual page
2014-05-12 12:52:16 -04:00
Heng Li
39a6cd5bb0
r762: cleanup for the new release; unfinished
...
It will take to make the documentation ready.
2014-05-11 15:15:44 -04:00
Heng Li
cfe6996173
r760: removed commented code
...
It is slow and is not very effective. And I hate useless code.
2014-05-09 14:59:07 -04:00
Heng Li
43b498a37e
r759: bugfix - frac_rep not working
...
Also added commented code for a 3rd round seeding. Not used.
2014-05-09 14:56:59 -04:00
Heng Li
c9b33502f3
r758: fixed a typo
...
mostly negligible in practice
2014-05-07 15:07:29 -04:00
Heng Li
e56572e88f
help on how to use bwa-helper.js
2014-05-06 17:11:17 -04:00
Heng Li
1ced2f386c
more debugging info at -v5
2014-05-06 16:35:40 -04:00
Heng Li
4b951592fb
download link of data used by genalt
2014-05-06 16:29:20 -04:00
Heng Li
6ac8dd5840
r754: added command msg for -h
2014-05-06 16:15:14 -04:00