BamTools 2.5.2
Loading...
Searching...
No Matches
BamAlgorithms.h
Go to the documentation of this file.
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
21#endif // BAM_ALGORITHMS_H