SeqAn3 3.4.0-rc.3
The Modern C++ library for sequence analysis.
|
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>
Public Attributes | |
bool | embl_genbank_complete_header = false |
Read the complete_header into the seqan3::field::id for embl or genbank format. | |
bool | fasta_ignore_blanks_before_id = true |
Remove spaces after ">" (or ";") before the actual ID. | |
bool | truncate_ids = false |
Read the ID string only up until the first whitespace character. | |
The options type defines various option members that influence the behaviour of all or some formats.
sequence_legal_alphabet_ | The sequence legal alphabet exposed as type trait to the format. |