]> git.donarmstrong.com Git - bamtools.git/blob - src/api/BamAlgorithms.h
9493c7fd5a1987f5e2c5715da2e2c5493bc7d6b9
[bamtools.git] / src / api / BamAlgorithms.h
1 // ***************************************************************************
2 // BamAlgorithms.h (c) 2009 Derek Barnett
3 // Marth Lab, Department of Biology, Boston College
4 // All rights reserved.
5 // ---------------------------------------------------------------------------
6 // Last modified: 10 October 2011 (DB)
7 // ---------------------------------------------------------------------------
8 // Provides generic algorithms that are intended to work with BamTools data
9 // structures. Where possible, these are intended to be STL-compatible.
10 // ***************************************************************************
11
12 #ifndef BAMALGORITHMS_H
13 #define BAMALGORITHMS_H
14
15 #include <api/algorithms/Sort.h>
16
17 /*! \namespace BamTools::Algorithms
18     \brief Provides convenient classes & methods for working with BAM data
19 */
20
21 #endif // BAM_ALGORITHMS_H