test annotating a sequence with fasta records in a stream
[mussa.git] / alg / sequence.hpp
index 1a4c9eb7a1e6d93079d6a98179efa24469fe6450..fc8a0cfe7b2eea9d2690f5adfdc9af5b0b175544 100644 (file)
@@ -203,7 +203,7 @@ public:
   void load_annot(const boost::filesystem::path file_path, int start_index, int end_index);
   //! load sequence annotations
   //! \throws mussa_load_error 
-  void load_annot(std::fstream& data_stream, int start_index, int end_index);
+  void load_annot(std::istream& data_stream, int start_index, int end_index);
   //! parse annotation file
   /*! \throws annotation_load_error 
    */