00001 // *************************************************************************** 00002 // BamAlgorithms.h (c) 2009 Derek Barnett 00003 // Marth Lab, Department of Biology, Boston College 00004 // All rights reserved. 00005 // --------------------------------------------------------------------------- 00006 // Last modified: 10 October 2011 (DB) 00007 // --------------------------------------------------------------------------- 00008 // Provides generic algorithms that are intended to work with BamTools data 00009 // structures. Where possible, these are intended to be STL-compatible. 00010 // *************************************************************************** 00011 00012 #ifndef BAMALGORITHMS_H 00013 #define BAMALGORITHMS_H 00014 00015 #include "api/algorithms/Sort.h" 00016 00021 #endif // BAM_ALGORITHMS_H