11 #ifndef __SEQUENCE_FASTQ_HPP__ 12 #define __SEQUENCE_FASTQ_HPP__ 27 fastq (
const std::string &name,
const std::string &seq,
28 const std::string & qual);
29 fastq (std::string && name, std::string && seq,
50 std::istream &
read(std::istream &s);
55 std::ostream &
print(std::ostream& s)
const;
std::ostream & print(std::ostream &s) const
void repname(const bool &)
Set to true or false for repeating the seq name on third line of output.
class Sequence::Seq, an abstract base class for Sequences
Abstract interface to sequence objects.
The namespace in which this library resides.
std::istream & read(std::istream &s)