]> git.donarmstrong.com Git - samtools.git/commit
Verify old BIN value of reads during 'samtools index'.
authorpeterjc <p.j.a.cock@googlemail.com>
Fri, 19 Apr 2013 14:13:32 +0000 (15:13 +0100)
committerpeterjc <p.j.a.cock@googlemail.com>
Fri, 19 Apr 2013 14:13:32 +0000 (15:13 +0100)
commit8e3b3f229a04cb81b680987ce06ae1507c9d8b69
treead53df29e3ba369ff92df999182a2bb223775deb
parent7c3295ba455fdc9269156dd1246c92ea5df3efd4
Verify old BIN value of reads during 'samtools index'.

This simple check catches invalid BIN values in reads which can cause
subtle bugs due to position-based retrieval missing data, and simple
out of bounds errors if a BIN is used beyond the length of the reference.
bam_index.c