]> git.donarmstrong.com Git - bamtools.git/blob - src/api/BamAlgorithms.h
8a8e16bb9bdb9220a8364c0e98fa0958b072ca9b
[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: 29 September 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
18 #endif // BAM_ALGORITHMS_H