SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::aligned_sequence_builder< fst_sequence_t, sec_sequence_t >::result_type Struct Reference

The result type when building the aligned sequences. More...

#include <seqan3/alignment/matrix/detail/aligned_sequence_builder.hpp>

Public Attributes

alignment_type alignment {}
 The alignment over the slices of the first and second sequence, which corresponds to the given \ trace path.
 
std::pair< size_t, size_t > first_sequence_slice_positions {}
 The slice positions of the first sequence.
 
std::pair< size_t, size_t > second_sequence_slice_positions {}
 The slice positions of the second sequence.
 

Detailed Description

template<std::ranges::viewable_range fst_sequence_t, std::ranges::viewable_range sec_sequence_t>
struct seqan3::detail::aligned_sequence_builder< fst_sequence_t, sec_sequence_t >::result_type

The result type when building the aligned sequences.


The documentation for this struct was generated from the following file:
Hide me