]> git.donarmstrong.com Git - bamtools.git/commit
Moved BamAlignment data structure out to its own .h/.cpp. BamAux.h was getting over...
authorDerek <derekwbarnett@gmail.com>
Sat, 18 Sep 2010 20:43:37 +0000 (16:43 -0400)
committerDerek <derekwbarnett@gmail.com>
Sat, 18 Sep 2010 20:43:37 +0000 (16:43 -0400)
commit049d6b2501ea9c9afeb8588013d5f536246a2ca8
tree50478982a6715c85d0426fdb929b7237d21b22f7
parent89dbe0f38482e43f5e49d9cc5c8670ec00f3f53f
Moved BamAlignment data structure out to its own .h/.cpp.  BamAux.h was getting over-crowded. *NOTE - This means that if you were using the BamAlignment data structure in code without a reader/writer, you need to include BamAlignment.h instead of BamAux.h.  If your code was using reader/writer, no changes should be necessary on your end.
src/api/BamAlignment.cpp [new file with mode: 0644]
src/api/BamAlignment.h [new file with mode: 0644]
src/api/BamAux.h
src/api/BamIndex.h
src/api/BamMultiReader.cpp
src/api/BamMultiReader.cpp~ [new file with mode: 0644]
src/api/BamMultiReader.h
src/api/BamReader.h
src/api/BamWriter.h