bool fasta_legacy_id_marker
Begin the ID line with ";" instead of ">" (not recommended).
Definition: output_options.hpp:51
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
bool fastq_double_id
Whether to write the ID only '@' or also after '+' line.
Definition: output_options.hpp:61
bool add_carriage_return
The default plain text line-ending is "\n", but on Windows an additional carriage return is recommend...
Definition: output_options.hpp:66
The options type defines various option members that influence the behaviour of all or some formats...
Definition: output_options.hpp:48
uint32_t fasta_letters_per_line
Inserts linebreaks after every n-th letter in the sequence; 0 means no linebreaks.
Definition: output_options.hpp:55
bool fasta_blank_before_id
Insert a single space after ">" (or ";") before the actual ID.
Definition: output_options.hpp:53