Getting closer to a subanalysis mode
[mussa.git] / alg / sequence.cpp
index 56bad887f584252f289c6fa62bb1794d4c35fa22..3863346358c3cb1ba65154213f67dbf32c9d38fa 100644 (file)
@@ -89,8 +89,6 @@ Sequence::Sequence()
     header(""),
     species("")
 {
-  annots.clear();
-  motif_list.clear();
 }
 
 Sequence::~Sequence()
@@ -98,11 +96,15 @@ Sequence::~Sequence()
 }
 
 Sequence::Sequence(const char *seq)
+  : header(""),
+    species("")
 {
   set_filtered_sequence(seq);
 }
 
 Sequence::Sequence(const std::string& seq) 
+  : header(""),
+    species("")
 {
   set_filtered_sequence(seq);
 }
@@ -539,14 +541,6 @@ Sequence::get_header() const
 {
   return header;
 }
-/*
-//FIXME: i don't think this code is callable
-std::string 
-Sequence::sp_name() const
-{
-  return species;
-}
-*/
 
 /*
 std::string