Commit Graph

78 Commits (de54c9dac2f8afaca4bb9d0facf8fddf43adf7c4)

Author SHA1 Message Date
Heng Li de54c9dac2 r77: fixed an index loading bug (offset not set) 2017-06-26 13:56:25 -04:00
Heng Li 10644f2165 r76: missing header file 2017-06-26 12:36:37 -04:00
Heng Li 4b8e88a5f4 use long options 2017-06-26 12:31:36 -04:00
Heng Li 640b1a1727 command-line option to control CIGAR output 2017-06-26 11:41:09 -04:00
Heng Li 24d7f7f8b1 disabled dynamic banding; buggy 2017-06-25 22:43:15 -04:00
Heng Li b1077ff14c sam output 2017-06-25 22:05:20 -04:00
Heng Li 39083be9ab separated formating printing
for SAM in future; and for performance
2017-06-25 16:13:54 -04:00
Heng Li 7780ab792a removed some comment lines 2017-06-25 11:53:35 -04:00
Heng Li 56364200c8 avoid contained hits due to split 2017-06-25 11:43:50 -04:00
Heng Li f20d550a59 fixed the NM bug
due to reversed CIGAR
2017-06-25 11:24:39 -04:00
Heng Li b261a4a74b zdrop sort of works, but has issues
left and right extensions are different; NM is also wrong
2017-06-25 10:52:14 -04:00
Heng Li 72dfb0c99e fixed a bug in ksw2 2017-06-25 10:22:13 -04:00
Heng Li ef5dd318ca implemented chain splitting; NOT tested!!! 2017-06-24 22:57:43 -04:00
Heng Li aa5881e7bb backup 2017-06-24 22:51:31 -04:00
Heng Li d08b58d21f minor 2017-06-24 19:33:59 -04:00
Heng Li 672782f03a simplified hp_len a little 2017-06-24 19:27:58 -04:00
Heng Li 2d8fda9586 an alternative strategy to fix for HPC
it makes the result better, but still not quite right.
2017-06-24 09:26:24 -04:00
Heng Li 6088dc11ff wrong SW score 2017-06-23 23:24:49 -04:00
Heng Li 0c274280ae output the original score 2017-06-23 22:56:50 -04:00
Heng Li 2987be288c output cigar 2017-06-23 22:53:47 -04:00
Heng Li 35b84f88c6 backup 2017-06-23 22:42:15 -04:00
Heng Li 523a8832ad backup 2017-06-23 20:57:17 -04:00
Heng Li 7ed26a4857 backup 2017-06-23 19:31:23 -04:00
Heng Li d75b5b4e8a backup; NOT working yet 2017-06-23 19:21:47 -04:00
Heng Li 4fea3d778a backup 2017-06-23 18:57:00 -04:00
Heng Li 6c8368c24c get the left-extension sequence correctly 2017-06-23 18:25:47 -04:00
Heng Li 990f7b0b71 backup 2017-06-23 15:13:53 -04:00
Heng Li 4ae0b46972 min_ksw_len 2017-06-23 14:38:28 -04:00
Heng Li 9cd313eae1 sequence retrieval working 2017-06-23 14:11:56 -04:00
Heng Li 326d91deb0 backup 2017-06-23 14:06:00 -04:00
Heng Li 44cdd18de0 start to work on alignment 2017-06-23 13:44:45 -04:00
Heng Li c6d5dea314 replace with newer versions 2017-06-22 12:30:45 -04:00
Heng Li fbfd4a3eff to replace 2017-06-22 12:30:22 -04:00
Heng Li 8e0d73740e moved aln-dp.tex to ksw2/tex (a new repo) 2017-06-18 11:21:34 -04:00
Heng Li fe8327500f implemented SSE version; NOT working yet
need to take a rest. Debugging is going to be tough.
2017-06-16 21:35:51 -04:00
Heng Li 359b829350 fixed a boundary bug in global()
Actually global2() is correct. It is global() that is wrong.
2017-06-16 12:47:09 -04:00
Heng Li 7d33acbccc diagonal global almost working
one shot, though gaps not left-aligned at the boundary
2017-06-16 12:17:23 -04:00
Heng Li c4564c31a2 explain DP 2017-06-15 19:37:48 -04:00
Heng Li 78fe89d1ab revert to fixed band 2017-06-14 14:22:23 -04:00
Heng Li d3f17b1e05 updated ksw 2017-06-11 16:51:01 -04:00
Heng Li 372698bb23 disable k-mer intersection for now
My current focus is long-read mapping. This functionality is not needed right now.
2017-06-11 14:13:41 -04:00
Heng Li b04e4b9215 r36: bring back primary; don't output all mappings 2017-06-08 15:28:19 -04:00
Heng Li 6c099bef89 removed some debugging code
not necessary when we can print PAF
2017-06-07 14:49:11 -04:00
Heng Li 19e43571c1 r34: removed a bit unused code 2017-06-07 14:35:57 -04:00
Heng Li be9a7f4e41 removed the old print code 2017-06-07 14:24:31 -04:00
Heng Li 8ad5cfde42 output PAF 2017-06-07 14:18:32 -04:00
Heng Li c01f2dd757 fixed a bug 2017-06-07 11:40:13 -04:00
Heng Li 77c76c1e14 fixed an integer overflow 2017-06-06 22:20:45 -04:00
Heng Li c1c946aa67 fixed memory leaks
though some of them are not really leaks when kalloc is in use.
2017-06-06 21:45:55 -04:00
Heng Li e6adb673f9 fixed a stupid bug 2017-06-06 15:45:42 -04:00