]> git.donarmstrong.com Git - bamtools.git/commit
Fixed: bug related to accessing data (or regions with no alignments) near the ends...
authorDerek <derekwbarnett@gmail.com>
Sat, 18 Sep 2010 04:42:23 +0000 (00:42 -0400)
committerDerek <derekwbarnett@gmail.com>
Sat, 18 Sep 2010 04:42:23 +0000 (00:42 -0400)
commit89dbe0f38482e43f5e49d9cc5c8670ec00f3f53f
tree9ba8e6ab893c7e7b9a8d6180dd142eb1a7b26d4f
parent7124011e66fb0345c57b6f6046527049fda9f461
Fixed: bug related to accessing data (or regions with no alignments) near the ends of references, when using .bti index files. Required modifying the BamToolsIndex build step.  *NOTE: This update invalidates any existing .bti files, please re-generate any that you have currently.* Versioning system in BTI will not allow users to use the older, buggy version... so no chance of accidental usage.
src/api/BamIndex.cpp
src/api/BamIndex.h
src/api/BamReader.cpp