26 #ifndef SHORE_IO_MUMMER_HPP__
27 #define SHORE_IO_MUMMER_HPP__
45 std::string m_splitbuf[7];
60 bool has_data()
const;
73 std::map<std::string,shore::sequence_record> m_ref;
74 std::map<std::string,shore::sequence_record> m_qry;
76 shore::wga_record m_current;
79 std::string m_mmbuf_ref;
80 std::string m_mmbuf_qry;
82 std::vector<int> m_deltabuf;
87 typedef shore::wga_record current_type;
89 wga_parser(
const std::string& seqfn1,
const std::string& seqfn2);
91 const shore::wga_record& current()
const;
92 bool has_data()
const;
101 #endif // SHORE_IO_MUMMER_HPP__