|
SeqAn3 3.4.1-rc.1
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/structure_file/input_options.hpp>
Inheritance diagram for seqan3::structure_file_input_options< seq_legal_alphabet, structured_seq_combined >:Public Attributes | |
| 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.
| seq_legal_alphabet | The sequence legal alphabet exposed as type trait to the format. |
| structured_seq_combined | Trait that exposes to the format whether seq and structure arguments are actually the same/combined. |