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

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

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

Go to the source code of this file.

Classes

struct  seqan3::sequence_file_input< traits_type_, selected_field_ids_, valid_formats_ >::selected_sequence_format< format_t >
 The specific selected format to read the records from. More...
 
class  seqan3::sequence_file_input< traits_type_, selected_field_ids_, valid_formats_ >
 A class for reading sequence files, e.g. FASTA, FASTQ ... More...
 
struct  seqan3::sequence_file_input_default_traits_aa
 A traits type that specifies input as amino acids. More...
 
struct  seqan3::sequence_file_input_default_traits_dna
 The default traits for seqan3::sequence_file_input. More...
 
struct  seqan3::sequence_file_input< traits_type_, selected_field_ids_, valid_formats_ >::sequence_format_base
 An abstract base class to store the selected input format. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::sequence_file_input and corresponding traits classes.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me