 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
bool fastq_double_id
Whether to write the ID only '@' or also after '+' line.
Definition: output_options.hpp:34
bool fasta_blank_before_id
Insert a single space after ">" (or ";") before the actual ID.
Definition: output_options.hpp:26
bool embl_genbank_complete_header
Complete header given for embl or genbank.
Definition: output_options.hpp:42
uint32_t fasta_letters_per_line
Inserts linebreaks after every n-th letter in the sequence; 0 means no linebreaks.
Definition: output_options.hpp:28
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
The options type defines various option members that influence the behaviour of all or some formats.
Definition: output_options.hpp:22
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:39
bool fasta_legacy_id_marker
Begin the ID line with ";" instead of ">" (not recommended).
Definition: output_options.hpp:24