Let the annotation parser skip html tags
[mussa.git] / alg / sequence.hpp
index 9cb3c85fa433839ced63995fd4168f5d0cb24f14..0a80506d02b914b4898a2582b14b981d49bf97a5 100644 (file)
@@ -139,7 +139,7 @@ class Sequence : public std::string
     //! load sequence annotations
     //! \throws mussa_load_error 
     void load_annot(std::fstream& data_stream, int start_index, int end_index);
-    void parse_annot(std::string data, int start_index, int end_index);
+    bool parse_annot(std::string data, int start_index=0, int end_index=0);
     //! add an annotation to our list of annotations
     void add_annotation(const annot& a);
     const std::list<annot>& annotations() const;