Sets the local alignment method. More...
#include <seqan3/alignment/configuration/align_config_method.hpp>
Inheritance diagram for seqan3::align_cfg::method_local:Public Member Functions | |
Constructors, destructor and assignment | |
| method_local ()=default | |
| Defaulted. | |
| method_local (method_local const &)=default | |
| Defaulted. | |
| method_local (method_local &&)=default | |
| Defaulted. | |
| method_local & | operator= (method_local const &)=default |
| Defaulted. | |
| method_local & | operator= (method_local &&)=default |
| Defaulted. | |
| ~method_local ()=default | |
Sets the local alignment method.
The alignment algorithm can be categorised in different methods. For example, the local and the global alignment are two different methods, while the semi-global alignment is a variation of the global alignment. This differentiation makes it possible to define a subset of configurations that can work with a particular method. Since it is not possible to guess what the desired method for a user is, this configuration must be provided for the alignment algorithm and cannot be defaulted.
|
default |
Defaulted.