Skip to main content

GENOME_SEP

Constant GENOME_SEP 

Source
pub const GENOME_SEP: char = '|';
Expand description

Separator between the genome ID and the original FASTA header. A pipe | matches the convention used in the R prepare_batch_alignments.R pipeline; the same character also appears in UniProt-style sp|P12345|NAME accessions, so parsers must split on the first | only.