SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
input.hpp File Reference

Provides seqan3::structure_file_input and corresponding traits classes. More...

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

Go to the source code of this file.

Classes

class  seqan3::structure_file_input< traits_type_, selected_field_ids_, valid_formats_ >
 A class for reading structured sequence files, e.g. Stockholm, Connect, Vienna, ViennaRNA bpp matrix ... More...
 
struct  seqan3::structure_file_input_default_traits_aa
 A traits type that specifies input as amino acids. More...
 
struct  seqan3::structure_file_input_default_traits_rna
 The default traits for seqan3::structure_file_input. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::structure_file_input and corresponding traits classes.

Author
Jörg Winkler <j.winkler AT fu-berlin.de>