]> git.donarmstrong.com Git - bamtools.git/commit
Major speedup in SamSequenceDictionary & SamReadGroupDictionary classes
authorderek <derekwbarnett@gmail.com>
Wed, 12 Oct 2011 20:30:59 +0000 (16:30 -0400)
committerderek <derekwbarnett@gmail.com>
Wed, 12 Oct 2011 20:30:59 +0000 (16:30 -0400)
commit270452a6f0a98cb1e4260b5501fe780c9b1806c0
treedfc66a0a7cf3788f41aa35c8125400425d95f023
parent15a173d229110e7fbac63774890853d78539fa1d
Major speedup in SamSequenceDictionary & SamReadGroupDictionary classes
 * Please note that this does introduce a minor source-incompatibility,
only affecting those working directly with the provided Sam*Iterator
typedefs. The short answer is that the iterator now references a
std::pair instead of the 'plain old' data. Use the pair's "second" field
to access the desired SamSequence or SamReadGroup.
 * Doxygen docs have been updated to reflect this and provide a bit more
explanation/examples (in docs folder run 'doxygen Doxyfile' to get the
updated API pages).
CMakeLists.txt
docs/Doxyfile
src/api/CMakeLists.txt
src/api/SamReadGroupDictionary.cpp
src/api/SamReadGroupDictionary.h
src/api/SamSequenceDictionary.cpp
src/api/SamSequenceDictionary.h
src/api/internal/SamFormatPrinter_p.cpp
src/api/internal/SamHeaderValidator_p.cpp
src/toolkit/bamtools_resolve.cpp