SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
align_config_mode.hpp File Reference

Provides global alignment configurations. More...

+ Include dependency graph for align_config_mode.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::align_cfg::mode< mode_type >
 Sets the alignment mode. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::align_cfg
 A special sub namespace for the alignment configurations.
 

Variables

constexpr detail::global_alignment_type seqan3::global_alignment
 Helper variable to select the global alignment. More...
 
constexpr detail::local_alignment_type seqan3::local_alignment
 Helper variable to select the local alignment. More...
 

Detailed Description

Provides global alignment configurations.

Author
Joshua Kim <joshua.kim AT fu-berlin.de>
Rene Rahn <rene.rahn AT fu-berlin.de>
Jörg Winkler <j.winkler AT fu-berlin.de>