expose more of the sequence class to python
[mussa.git] / alg / sequence.cpp
index d7b4acd9c9f78c9f4c90e96fc3f145d3a2f2c396..903d6c7dcb516b5d41bb8ed64051c01b84bbc6f1 100644 (file)
@@ -551,12 +551,12 @@ Sequence::rev_comp() const
   return rev_comp;
 }
 
-void Sequence::set_header(std::string &header_)
+void Sequence::set_header(std::string header_)
 {
   header = header_;
 }
 
-const std::string&
+std::string
 Sequence::get_header() const
 {
   return header;