Heng Li
|
f0c94d80d1
|
r379: fixed compiling error
|
2013-04-19 12:04:00 -04:00 |
Heng Li
|
be11e27e12
|
r378: bugfix - wrong CIGAR
This is actually caused by a bug in SSE2-SW, where the query begin may be
smaller than the true one if there is an exact tandem repeat.
|
2013-04-19 12:00:37 -04:00 |
Heng Li
|
3d8a8c1e37
|
r374: fix - clipping penalty not always working
This only happens to gaps where mem underestimates the bandwidth without
considering the clipping penalty.
|
2013-04-10 01:09:37 -04:00 |
Heng Li
|
e6c262594f
|
bwa-sw: ditch stdaln
|
2013-03-05 10:12:38 -05:00 |
Heng Li
|
e0991d6a45
|
r323: added Z-dropoff, a variant of blast's X-drop
|
2013-03-05 00:34:33 -05:00 |
Heng Li
|
59bc9341f6
|
code backup; more changes coming later
|
2013-03-04 17:29:07 -05:00 |
Heng Li
|
4bb0bdddca
|
r306: introduce clipping penalty
More clipping leads to more severe reference bias. We should not clip the
alignment unless necessary.
|
2013-02-27 21:13:39 -05:00 |
Heng Li
|
b621d3ae38
|
r301: left-align indels
Don't know why the change is working...
|
2013-02-27 00:42:19 -05:00 |
Heng Li
|
ea8f4f4d34
|
clean bill from valgrind
|
2013-02-20 20:26:57 -05:00 |
Heng Li
|
557daabf38
|
bugfix: bug in the new ksw.c
On my test data, one alignment is different, caused by polyA
|
2013-02-12 17:48:46 -05:00 |
Heng Li
|
28a7d501f2
|
updated to the latest ksw; NOT TESTED YET!!!
|
2013-02-12 16:35:05 -05:00 |
Heng Li
|
d8e4d57956
|
Don't use narrow band.
I may retry this feature if the profilter indicates that this greatly helps.
|
2013-02-07 21:22:54 -05:00 |
Heng Li
|
14e6a7bdb9
|
fixed a silly bug in ksw_extend()
Query return value is assigned to the target variable and vice versa...
|
2013-02-05 17:29:03 -05:00 |
Heng Li
|
1e16f3e701
|
calling ksw_global(); ksw_extend() is buggy!
|
2013-02-05 17:13:12 -05:00 |
Heng Li
|
86caae811e
|
added comments
|
2013-02-05 16:58:35 -05:00 |
Heng Li
|
1bc9712cd8
|
explicitly use bit to keep bt matrix
This also simplifies backtracking.
|
2013-02-05 16:28:15 -05:00 |
Heng Li
|
7e1466c885
|
implemented NW backtrack
|
2013-02-05 16:05:53 -05:00 |
Heng Li
|
d91e320972
|
towards reimplementing banded NW alignment
|
2013-02-05 12:06:56 -05:00 |
Heng Li
|
788e9d1e3d
|
fixed a couple of leaks; buggy atm
|
2013-02-04 15:40:26 -05:00 |
Heng Li
|
ba18db1a9f
|
sw extension works for the simplest case
|
2013-02-04 12:37:38 -05:00 |
Heng Li
|
f83dea36d8
|
no effective changes
|
2013-02-03 18:16:43 -05:00 |
Heng Li
|
2093398231
|
bugfix: the first line is wrong
|
2013-02-03 17:47:57 -05:00 |
Heng Li
|
e8a1962efe
|
code backup; it is wrong
|
2013-02-03 17:25:40 -05:00 |
Heng Li
|
92b084e553
|
reimplemented SW extension; not tested yet
|
2013-02-02 16:38:21 -05:00 |
Heng Li
|
182cb2e89c
|
use standard SW when no SSE2
|
2011-11-19 19:38:21 -05:00 |
Heng Li
|
c8c79ef024
|
mate rescue seems working (not MT)
|
2011-11-06 16:20:40 -05:00 |