SeqAn3 3.4.0-rc.4
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/output_options.hpp>
Public Attributes | |
bool | add_carriage_return = false |
The default plain text line-ending is "\n", but on Windows an additional carriage return is recommended ("\r\n" for line-ending). | |
int | precision = 6 |
The precision for writing floating point types. | |
The options type defines various option members that influence the behaviour of all or some formats.