SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
align_config_edit.hpp
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------------------------------
2 // Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin
3 // Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik
4 // This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License
5 // shipped with this file and also available at: https://github.com/seqan/seqan3/blob/master/LICENSE.md
6 // -----------------------------------------------------------------------------------------------------
7 
13 #pragma once
14 
21 
22 namespace seqan3::align_cfg
23 {
24 
53  gap{gap_scheme{gap_score{-1}}};
54 
55 } // namespace seqan3
gap_scheme.hpp
Provides seqan3::gap_scheme.
seqan3::align_cfg::mode
Sets the alignment mode.
Definition: align_config_mode.hpp:94
configuration.hpp
Provides seqan3::detail::configuration and utility functions.
seqan3::nucleotide_scoring_scheme
A data structure for managing and computing the score of two nucleotides.
Definition: nucleotide_scoring_scheme.hpp:37
align_config_scoring.hpp
Provides seqan3::align_cfg::scoring.
nucleotide_scoring_scheme.hpp
Provides seqan3::nucleotide_scoring_scheme.
align_config_gap.hpp
Provides seqan3::align_config::gap.
seqan3::configuration
Collection of elements to configure an algorithm.
Definition: configuration.hpp:81
seqan3::align_cfg
A special sub namespace for the alignment configurations.
Definition: align_config_aligned_ends.hpp:514
align_config_mode.hpp
Provides global alignment configurations.
seqan3::align_cfg::edit
constexpr configuration edit
Shortcut for edit distance configuration.
Definition: align_config_edit.hpp:52
seqan3::global_alignment
constexpr detail::global_alignment_type global_alignment
Helper variable to select the global alignment.
Definition: align_config_mode.hpp:54