SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
cigar.hpp File Reference

Provides the seqan3::cigar alphabet. More...

+ Include dependency graph for cigar.hpp:

Go to the source code of this file.

Classes

class  seqan3::cigar
 The cigar alphabet pairs a counter with a seqan3::cigar_op letter. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Functions

debug_stream_type & seqan3::operator<< (debug_stream_type &s, cigar const c)
 Overload for the seqan3::debug_stream's operator.
 

Detailed Description

Provides the seqan3::cigar alphabet.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>