Commit Graph

  • c6b226d719 r292: fixed a very stupid bug on CLI Heng Li 2013-02-26 12:49:48 -0500
  • bfb2583d7f r291: summary - bwt.c micro optimization Heng Li 2013-02-26 12:10:19 -0500
  • aa92c720b5 cleanup bwt_occ() Heng Li 2013-02-26 12:09:28 -0500
  • 80e1137a6c move bwt_invPsi() from bwt.h to bwt.c Heng Li 2013-02-26 11:57:36 -0500
  • fd67064207 removed an unnecessary condition Heng Li 2013-02-26 11:51:03 -0500
  • 264d5e42e5 simplified bwt_occ4() a little Heng Li 2013-02-26 11:49:39 -0500
  • c848b44481 code backup Heng Li 2013-02-26 11:22:24 -0500
  • 174fe0f1d5 code backup: less dependent on gcc optimization Heng Li 2013-02-26 11:14:19 -0500
  • e70c7c2a71 r284: amend cross-reference hit Heng Li 2013-02-26 00:03:49 -0500
  • 61dd3bf13a r283: prepare for fixing cross-ref aln Heng Li 2013-02-25 22:49:15 -0500
  • 77b5b586ad r282: set min split_len to read length Heng Li 2013-02-25 17:29:35 -0500
  • 30cc8a95d1 fixed an unimportant memory leak Heng Li 2013-02-25 16:34:19 -0500
  • d19e834d84 r280: align two ends in the same thread Heng Li 2013-02-25 15:40:15 -0500
  • 20aa848b3c r279: for PE mapq, consider the number of pairs Heng Li 2013-02-25 13:00:35 -0500
  • 9957e04590 r278: don't perform too many mate-sw Heng Li 2013-02-25 11:56:02 -0500
  • e9e5ee6a3d r277: updated the revision number Heng Li 2013-02-25 11:34:06 -0500
  • 5092211d75 controllable scoring matrix Heng Li 2013-02-25 11:24:21 -0500
  • 5ead86acd3 optionally mark split hit as secondary Heng Li 2013-02-25 11:18:35 -0500
  • 514563bd0a no poor hits with -a; reduce mapq for 2nd primary Heng Li 2013-02-25 10:54:12 -0500
  • 4dc982a3c7 support interleaved fastq Heng Li 2013-02-25 00:13:32 -0500
  • 570e082b38 change CC back to gcc Heng Li 2013-02-24 23:45:40 -0500
  • 29e41b592c bugfix: isize is off by 1 Heng Li 2013-02-24 23:00:51 -0500
  • 0b4a40dc25 updated revision number; to merge into master Heng Li 2013-02-24 13:34:20 -0500
  • 85775c3384 output multiple hits Heng Li 2013-02-24 13:23:43 -0500
  • 6bdccf2a8a added a bit documentation Heng Li 2013-02-24 13:09:29 -0500
  • ee59a13109 simplified bwamem.h Heng Li 2013-02-24 12:17:29 -0500
  • cda85be059 fixed a couple bugs identified by gcc Heng Li 2013-02-23 17:15:07 -0500
  • 6e7903e9f3 added kopen support Heng Li 2013-02-23 17:09:23 -0500
  • b4c38bcc1c append fasta/q comment Heng Li 2013-02-23 16:57:34 -0500
  • 33236de32e a bit more error message Heng Li 2013-02-23 16:44:02 -0500
  • ee4540c394 support read group in bwa-mem Heng Li 2013-02-23 16:41:44 -0500
  • cfa7165036 cleanup index loading code Heng Li 2013-02-23 16:10:48 -0500
  • 67543f19a1 code refactoring Heng Li 2013-02-23 15:55:55 -0500
  • e613195e17 moved some common code to bwa.{c,h} Heng Li 2013-02-23 15:30:46 -0500
  • 3c330d5049 for another round of code cleanup Heng Li 2013-02-23 15:12:26 -0500
  • d460f2ec9e bugfix in multi-threaded bwa-mem Heng Li 2013-02-23 14:48:54 -0500
  • a19ab654df no effective change Heng Li 2013-02-23 14:21:19 -0500
  • dd85c528d6 an alternative bwt_invPsi() implementation Heng Li 2013-02-23 13:59:18 -0500
  • 904c3205c0 removed a few unused variables Heng Li 2013-02-23 13:26:50 -0500
  • 6230f86799 merged bwtmisc.c to bwtindex.c Heng Li 2013-02-22 17:23:34 -0500
  • 545fb87feb removed another part related to color-space Heng Li 2013-02-22 17:15:57 -0500
  • f122fad562 minor code clean up Heng Li 2013-02-22 17:09:40 -0500
  • 17c123d65a pring paired-end SAM Heng Li 2013-02-22 16:38:48 -0500
  • ba15b787cb rework PE mapq; don't know if better Heng Li 2013-02-22 14:47:57 -0500
  • 6c1a113753 mate-SW for all high-scoring hits Heng Li 2013-02-22 13:26:23 -0500
  • 38fc5c8822 reduce mapQ when a read is moved Heng Li 2013-02-22 12:54:42 -0500
  • 6a16edc15e tuning PE mapQ Heng Li 2013-02-22 12:47:26 -0500
  • c0093264de wrong logic: paired mapQ should <q_pe Heng Li 2013-02-22 12:34:46 -0500
  • c5ce72f593 scoring pairs by score, not by errors Heng Li 2013-02-22 12:10:20 -0500
  • ed08d08f36 fixed bugs caused by interger overflow Heng Li 2013-02-22 11:17:31 -0500
  • dfc63acc11 bugfix: another ">" vs. "<" bug Heng Li 2013-02-22 11:06:36 -0500
  • d5820177c6 bugfix: wrong mate-sw qry coor for rev Heng Li 2013-02-22 11:02:14 -0500
  • 81fe6f8e38 bugfix: a typo leading to wrong pairing Heng Li 2013-02-22 10:57:07 -0500
  • 58e4cc207f bugfix: 1) fill seedcov; 2) pairing not working Heng Li 2013-02-21 21:26:01 -0500
  • d4cf6d97a6 bugfix: memory leak Heng Li 2013-02-21 15:04:31 -0500
  • a578688fa8 generate multiple alignments from one chain Heng Li 2013-02-21 14:58:51 -0500
  • cfbc4c89e3 perform extension when there are, say, 20bp tandem Heng Li 2013-02-21 14:34:10 -0500
  • 54da54ffd4 extend more seeds (and thus slower...) Heng Li 2013-02-21 12:52:00 -0500
  • f8829318cf weakened the chain filter Heng Li 2013-02-21 12:25:20 -0500
  • 84a328764a bugfix: mis-chaining caused by integer overflow Heng Li 2013-02-21 11:42:30 -0500
  • a9cae8c9af minor changes Heng Li 2013-02-21 10:39:17 -0500
  • 41624fb347 bugfix: choosing the worse instead of the best Heng Li 2013-02-20 20:43:22 -0500
  • ea8f4f4d34 clean bill from valgrind Heng Li 2013-02-20 20:26:57 -0500
  • 5626fe29b7 Well, at least output sth Heng Li 2013-02-20 19:11:44 -0500
  • a7d574d125 backup comments Heng Li 2013-02-20 01:11:38 -0500
  • 688872fb1b code backup Heng Li 2013-02-19 00:50:39 -0500
  • 66585b7982 code backup Heng Li 2013-02-18 16:33:06 -0500
  • f0a6285aba perform mate-SW for some suboptimal alignments Heng Li 2013-02-16 11:52:04 -0500
  • ea9fc7df48 keep the number of SW performed Heng Li 2013-02-16 11:03:27 -0500
  • 8ee464478a matesw working; for testing only Heng Li 2013-02-16 10:48:50 -0500
  • fe2236f6fe code backup Heng Li 2013-02-16 10:09:30 -0500
  • 5f8c6efbc3 forbid x-bounary bns_get_seq(); code backup Heng Li 2013-02-16 09:48:44 -0500
  • df1ff2b36e better and proper way to infer orinentation Heng Li 2013-02-14 12:59:32 -0500
  • 688b524cdf code backup; tired.. Heng Li 2013-02-13 23:55:56 -0500
  • 87d619a21f minor code simplification Heng Li 2013-02-13 23:16:16 -0500
  • 557daabf38 bugfix: bug in the new ksw.c Heng Li 2013-02-12 17:48:46 -0500
  • 28a7d501f2 updated to the latest ksw; NOT TESTED YET!!! Heng Li 2013-02-12 16:35:05 -0500
  • 604e3d8da1 code backup; to upgrade ksw.{c,h} Heng Li 2013-02-12 16:15:26 -0500
  • 325ba8213b move mark primary to worker1() Heng Li 2013-02-12 15:54:55 -0500
  • cd0969332f keep track of the "parent" of a secondary Heng Li 2013-02-12 15:52:23 -0500
  • 22b79b3475 mark primary, instead of dropping secondary Heng Li 2013-02-12 15:34:44 -0500
  • 2fc469d0c9 code backup Heng Li 2013-02-12 12:09:36 -0500
  • cfdc938fc3 to exclude "test64" Heng Li 2013-02-12 10:39:16 -0500
  • 95d18449b3 merge bseq.{h,c} to utils.{h,c} Heng Li 2013-02-12 10:36:15 -0500
  • 6ad5a3c086 removed color-space support Heng Li 2013-02-12 10:21:17 -0500
  • e5ab59db53 Multiple changes: Heng Li 2013-02-12 09:50:28 -0500
  • 13288e2dcd code backup Heng Li 2013-02-12 09:22:47 -0500
  • dcb190069a PE NOT working, yet Heng Li 2013-02-11 16:10:14 -0500
  • 99907c98fb separated and improved SAM printing code Heng Li 2013-02-11 15:29:03 -0500
  • b6006cbe9d skip orientations that are much smaller than best Heng Li 2013-02-11 13:44:39 -0500
  • 4431e359e2 analyze isize distribution Heng Li 2013-02-11 12:15:12 -0500
  • 987d4b4205 fixed a stupid bug in fastq reading Heng Li 2013-02-11 11:27:35 -0500
  • 59eaf650ac code backup Heng Li 2013-02-11 10:59:38 -0500
  • f4c0672800 move sort_and_dedup() to worker1() Heng Li 2013-02-10 12:55:19 -0500
  • c310fb7424 a little refactoring for PE support Heng Li 2013-02-10 12:24:33 -0500
  • cb55617f50 added a new line Heng Li 2013-02-08 22:12:18 -0500
  • 95a79afe71 command-line prompt Heng Li 2013-02-08 22:11:44 -0500
  • 829664d6b5 missing identical hits; improved sub_n Heng Li 2013-02-08 17:55:35 -0500
  • b2c7148dc9 consider the number of suboptimal hits Heng Li 2013-02-08 17:20:44 -0500
  • 39607065e0 allow more seeds to be seen (thus slower..) Heng Li 2013-02-08 16:56:28 -0500