]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamMultiReader.h
Merge branch 'master' of git://github.com/ekg/bamtools
[bamtools.git] / src / api / BamMultiReader.h
index e1a6e941131e1988ae3e2477d468c2cf8a99d30a..fa28bcd39fd3193f103c83ad09215829c62a8b2f 100644 (file)
@@ -107,6 +107,9 @@ class BamMultiReader {
         // creates index for BAM files which lack them, saves to files (default = bamFilename + ".bai")\r
         bool CreateIndexes(bool useStandardIndex = true);\r
 \r
+        // sets the index caching mode for the readers\r
+        void SetIndexCacheMode(const BamIndex::BamIndexCacheMode mode);\r
+\r
         //const int GetReferenceID(const string& refName) const;\r
 \r
         // utility\r