SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::sequence_file_input_options< sequence_legal_alphabet, seq_qual_combined > Struct Template Reference

The options type defines various option members that influence the behaviour of all or some formats. More...

#include <seqan3/io/sequence_file/input_options.hpp>

+ Inheritance diagram for seqan3::sequence_file_input_options< sequence_legal_alphabet, seq_qual_combined >:

Public Attributes

bool embl_genbank_complete_header = false
 Read the complete_header into the seqan3::field::id for embl or genbank format.
 
bool truncate_ids = false
 Read the ID string only up until the first whitespace character.
 

Detailed Description

template<typename sequence_legal_alphabet, bool seq_qual_combined>
struct seqan3::sequence_file_input_options< sequence_legal_alphabet, seq_qual_combined >

The options type defines various option members that influence the behaviour of all or some formats.

Template Parameters
sequence_legal_alphabet_The sequence legal alphabet exposed as type trait to the format.
seq_qual_combinedTrait that exposes to the format whether seq and qual arguments are actually the same/combined.

The documentation for this struct was generated from the following file: