24 #ifndef DNASEQUENCE_HPP_
25 #define DNASEQUENCE_HPP_
28 #include "../Annotation/SequenceFeatures.hpp"
46 DNASequence(
const std::string &seq_name,
const std::string &comment_,
const std::string &seq,
size_t seq_id=0);
47 DNASequence(
const std::string &seq_name,
const std::string &comment_,
unsigned int seq_length=0,
size_t seq_id=0);