// ***************************************************************************
// BamAlgorithms.h (c) 2009 Derek Barnett
// Marth Lab, Department of Biology, Boston College
// All rights reserved.
// ---------------------------------------------------------------------------
// Last modified: 10 October 2011 (DB)
// ---------------------------------------------------------------------------
// Provides generic algorithms that are intended to work with BamTools data
// structures. Where possible, these are intended to be STL-compatible.
// ***************************************************************************

#ifndef BAMALGORITHMS_H
#define BAMALGORITHMS_H

#include "bamtools/api/algorithms/Sort.h"

/*! \namespace BamTools::Algorithms
    \brief Provides convenient classes & methods for working with BAM data
*/

#endif // BAM_ALGORITHMS_H
