The seqan3::debug_stream_type overload in order to print alignments. More...
#include <iomanip>#include <tuple>#include <range/v3/algorithm/for_each.hpp>#include <seqan3/alignment/aligned_sequence/aligned_sequence_concept.hpp>#include <seqan3/core/concept/tuple.hpp>#include <seqan3/core/detail/debug_stream_tuple.hpp>#include <seqan3/range/views/slice.hpp>#include <seqan3/range/views/to_char.hpp>#include <seqan3/range/views/zip.hpp>
Include dependency graph for debug_stream_alignment.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Functions | |
| template<typename char_t , typename alignment_t > | |
| debug_stream_type< char_t > & | seqan3::operator<< (debug_stream_type< char_t > &stream, alignment_t &&alignment) |
| Stream operator for alignments, which are represented as tuples of aligned sequences. More... | |
The seqan3::debug_stream_type overload in order to print alignments.