SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
all.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 
27 
align_config_scoring.hpp
Provides seqan3::align_cfg::scoring.
align_config_gap.hpp
Provides seqan3::align_config::gap.
align_config_max_error.hpp
Provides seqan3::align_cfg::max_error configuration.
align_config_aligned_ends.hpp
Provides seqan3::align_cfg::aligned_ends.
align_config_vectorise.hpp
Provides seqan3::align_cfg::vectorise configuration.
align_config_band.hpp
Provides seqan3::detail::align_config_band.
align_config_parallel.hpp
Provides seqan3::align_cfg::parallel configuration.
align_config_mode.hpp
Provides global alignment configurations.
align_config_result.hpp
Provides configuration for alignment output.
align_config_edit.hpp
Provides seqan3::align_cfg::edit.
align_config_debug.hpp
Provides seqan3::align_cfg::debug.
detail.hpp
Provides some utility functions for the alignment configurations.