SeqAn3
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 >:
[legend]

Public Attributes

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: