#ifndef _PHARAOH_ALIGNMENT_H_ #define _PHARAOH_ALIGNMENT_H_ #include #include #include #include "array2d.h" struct AlignmentPharaoh { static boost::shared_ptr > ReadPharaohAlignmentGrid(const std::string& al); static void SerializePharaohFormat(const Array2D& alignment, std::ostream* out); }; #endif