SeqAn3 3.4.0-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>
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. |