add Mussa::save_motif()
[mussa.git] / alg / mussa.hpp
index 64f46499b2ccd0eb450d051e219335eb59256c2e..27cd239f41c78091abda71fb58f1b95190307da7 100644 (file)
@@ -181,6 +181,10 @@ public:
     /*! \sa Mussa::load_motifs(boost::filesystem::path)
      */
     void load_motifs(std::istream &);
+    //! save motif list to the specified filename
+    void save_motifs(boost::filesystem::path filename);
+    //! save motif list to an ostream
+    void save_motifs(std::ostream &);
     //! return our motifs;
     const motif_set& motifs() const;