Load N sequences in Mussa::load
[mussa.git] / alg / sequence.hpp
index d476dfef2b9a3347a9706a57d295073c32c8f663..1a4c9eb7a1e6d93079d6a98179efa24469fe6450 100644 (file)
@@ -228,9 +228,11 @@ public:
   //! annotate the current sequence with other sequences
   void find_sequences(std::list<Sequence>::iterator start, 
                      std::list<Sequence>::iterator end);
+  SeqSpanRef seqspan() { return seq; }
   
   void save(boost::filesystem::fstream &save_file);
-  void load_museq(boost::filesystem::path load_file_path, int seq_num);
+  //void load_museq(boost::filesystem::path load_file_path, int seq_num);
+  static SequenceRef load_museq(boost::filesystem::fstream& load_file);
   
 protected:  
   SeqSpanRef seq;