SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
align_config_output.hpp File Reference

Provides configuration for alignment output. More...

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

Go to the source code of this file.

Classes

class  seqan3::align_cfg::output_alignment
 Configures the alignment result to output the alignment. More...
 
class  seqan3::align_cfg::output_begin_position
 Configures the alignment result to output the begin positions. More...
 
class  seqan3::align_cfg::output_end_position
 Configures the alignment result to output the end position. More...
 
class  seqan3::align_cfg::output_score
 Configures the alignment result to output the score. More...
 
class  seqan3::align_cfg::output_sequence1_id
 Configures the alignment result to output the id of the first sequence. More...
 
class  seqan3::align_cfg::output_sequence2_id
 Configures the alignment result to output the id of the second sequence. More...
 

Namespaces

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

Detailed Description

Provides configuration for alignment output.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me