SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
align_config_edit.hpp
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------------------------------
2 // Copyright (c) 2006-2019, Knut Reinert & Freie Universität Berlin
3 // Copyright (c) 2016-2019, 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 
55  gap{gap_scheme{gap_score{-1}}};
56 
57 } // namespace seqan3
constexpr detail::global_alignment_type global_alignment
Helper variable to select the global alignment.
Definition: align_config_mode.hpp:54
Provides global alignment configurations.
Provides seqan3::nucleotide_scoring_scheme.
Provides seqan3::gap_scheme.
A special sub namespace for the alignment configurations.
Definition: align_config_aligned_ends.hpp:514
Provides seqan3::align_config::gap.
A data structure for managing and computing the score of two nucleotides.
Definition: nucleotide_scoring_scheme.hpp:44
Sets the alignment mode.
Definition: align_config_mode.hpp:94
constexpr configuration edit
Shortcut for edit distance configuration.
Definition: align_config_edit.hpp:54
Provides seqan3::detail::configuration and utility functions.
Provides seqan3::align_cfg::scoring.
Collection of elements to configure an algorithm.
Definition: configuration.hpp:82