]> git.donarmstrong.com Git - bamtools.git/commit
Separated indexing ops to new class. Implemented a fixed-partition-size index format...
authorDerek <derekwbarnett@gmail.com>
Fri, 9 Jul 2010 16:06:27 +0000 (12:06 -0400)
committerDerek <derekwbarnett@gmail.com>
Fri, 9 Jul 2010 16:06:27 +0000 (12:06 -0400)
commit9c0245facde1cd542ca59d66082b3525ad897af3
tree1d83c4f47a7df1d6426a3a49ffb71f602e00c85f
parent78a223dbe7949c65cfc16d972ef84f4a62351fc7
Separated indexing ops to new class. Implemented a fixed-partition-size index format (.bti) as an alternative to the BAM default (.bai)
BamAux.h
BamIndex.cpp [new file with mode: 0644]
BamIndex.h [new file with mode: 0644]
BamMultiReader.cpp
BamMultiReader.h
BamReader.cpp
BamReader.h
BamWriter.cpp