SeqAn3
Pairwise

Provides the algorithmic components for the computation of pairwise alignments. More...

Collaboration diagram for Pairwise:

Modules

 Execution
 Provides execution handler and executors for pairwise alignments.
 

Classes

struct  seqan3::align_result< output_type_list_t >
 Stores the alignment results and offers a tuple-like interface. More...
 
struct  std::tuple_element< idx, seqan3::align_result< output_type_list_t > >
 Overloads the tuple element type trait function for seqan3::align_result. More...
 
struct  std::tuple_size< seqan3::align_result< output_type_list_t > >
 Overloads the tuple size type trait function for seqan3::align_result. More...
 

Enumerations

enum  seqan3::align_result_key : uint8_t {
  id, score, end, begin,
  trace
}
 Keys for different alignment results.
 

Detailed Description

Provides the algorithmic components for the computation of pairwise alignments.