Commit Graph

806 Commits (a61b1dc6108b68d412055306bfca0fb133be37f3)

Author SHA1 Message Date
Heng Li c44357926f updated README, a bit 2014-10-14 23:46:59 -04:00
Heng Li 71277f0fea r896: more flexible ALT reading 2014-10-14 23:37:24 -04:00
Heng Li 2a18fa114f r895: increase the default max_XA_hits_alt to 200
Because there are >100 HLA haplotypes
2014-10-14 16:58:42 -04:00
Heng Li 647b0e828a wrong flag in the SAM output 2014-10-14 16:57:57 -04:00
Heng Li c79427a22d improved CLI 2014-10-14 16:31:40 -04:00
Heng Li 15becdd3df use weight1 by default 2014-10-14 14:50:37 -04:00
Heng Li df20911110 r890: bns_intv2rid() may wrongly return -1 2014-10-14 14:49:53 -04:00
Heng Li 2485a3ca02 bug in the last commit 2014-10-12 18:24:40 -04:00
Heng Li bf08f76a3c requiring full overlap 2014-10-12 17:17:29 -04:00
Heng Li 4356fd485c changed weighting 2014-10-10 13:41:53 -04:00
Heng Li 2d7ec6b051 ALT genotyping semi-working, but ...
... the result is not good.
2014-10-05 22:18:07 -04:00
Heng Li 2c3619d569 code backup 2014-10-02 23:48:03 -04:00
Heng Li 7026b3ec68 code backup 2014-10-02 21:49:29 -04:00
Heng Li cd44ac48cd code backup 2014-10-02 18:04:36 -04:00
Heng Li c4bdf1678d code backup 2014-10-02 17:11:37 -04:00
Heng Li 0a526c698a code backup 2014-10-02 16:23:55 -04:00
Heng Li 7b62fbb4ba r880: bug in writing .ann file 2014-10-02 15:34:49 -04:00
Heng Li d802cfb7f5 code backup 2014-09-30 20:50:26 -04:00
Heng Li a03d01f944 r878: XA is given to the best alignment
Non-ALT hits may get ALT hits in the XA tag. This will simplify haplotype
assignment.
2014-09-30 13:50:51 -04:00
Heng Li 0a2cf98293 r876: optionally ignore idxbase.alt file 2014-09-27 23:21:50 -04:00
Heng Li dae4ca3ced r875: invalid SAM output for ALT hits 2014-09-26 15:29:08 -04:00
Heng Li 8d61316cc8 more comments 2014-09-23 10:33:15 -04:00
Heng Li 5fc0f44e27 mapQ is not quite right 2014-09-19 23:39:59 -04:00
Heng Li a33ca20499 separate postalt to a separate script 2014-09-19 23:23:54 -04:00
Heng Li 23bc50e240 removed altlift; suppress primary hit by default 2014-09-19 17:05:27 -04:00
Heng Li 7426a750ec r868: use soft clip for ALT hits 2014-09-19 16:58:18 -04:00
Heng Li 9af36064e8 r867: fixed a few bugs; added ALT hits to XA 2014-09-19 16:50:21 -04:00
Heng Li b22bed2b5e removed <> from markdown 2014-09-18 11:54:23 -04:00
Heng Li 030825ae85 updated release notes 2014-09-18 11:51:52 -04:00
Heng Li ba7ed47d40 error in altpost 2014-09-18 11:18:10 -04:00
Heng Li a41afe4c97 These files were committed on a wrong branch 2014-09-18 10:49:35 -04:00
Heng Li a32d44d8d6 r855: show ALT hits in the PE mode, too
In the previous version, it does not
2014-09-17 23:07:56 -04:00
Heng Li c982443210 r854: improved the calculation of pa
and build pa filtering into BWA-MEM
2014-09-17 16:26:28 -04:00
Heng Li f5a0e576e6 added postalt to bwa-helper for post processing 2014-09-17 14:18:40 -04:00
Heng Li 825ae92e58 r849: the pa tag now gives a number
... which is the ratio of this hit to the best ALT hit.
2014-09-17 13:05:35 -04:00
Heng Li 6f37c14f26 r848: tag alignments with primary ALT 2014-09-16 18:52:49 -04:00
Heng Li a458442b24 r845: updated NEWS
I will use the new version for a while and then release it.
2014-09-16 14:38:41 -04:00
Heng Li 92bc6849a3 r844: added intra-species contig mapping mode 2014-09-16 10:53:07 -04:00
Heng Li 90518f11e3 r843: presetting for ONT 2d reads
Somewhat working for 1d reads, but not very well
2014-09-16 10:38:15 -04:00
Heng Li 230cd16712 updated dependency 2014-09-16 10:17:30 -04:00
Heng Li d0af3648d1 Fixed a typo 2014-09-16 10:16:45 -04:00
Heng Li 43ce69104d Removed PacBio read-to-read instruction 2014-09-15 23:59:35 -04:00
Heng Li d013ea94b0 Removed instruction on ALT alignment
Favoring the new method
2014-09-15 23:45:17 -04:00
Heng Li 4b6eeb34c8 r830: optionally fixed chunk size 2014-09-15 23:42:24 -04:00
Heng Li 624687b072 r829: killed a harmless gcc warning 2014-09-15 23:33:22 -04:00
Heng Li 5d26ab0ee3 r828: changed the default scoring for pacbio 2014-09-15 23:22:05 -04:00
Heng Li b07587f806 r827: an alt hit as good as a pri hit as supp 2014-09-15 16:07:51 -04:00
Heng Li bd85af08ab r826: improved alt mapping for PE 2014-09-15 12:13:04 -04:00
Heng Li aee53f1334 r824: ALT mapping seems working 2014-09-15 00:29:05 -04:00
Heng Li 015ab3f6c3 r823: towards ALT support 2014-09-14 16:41:14 -04:00