Skip to main content

parse_fai_text

Function parse_fai_text 

Source
pub fn parse_fai_text(text: &str) -> Result<QueryHeader, ParseError>
Expand description

Parse FAI from text (fallback for raw text input)

ยงErrors

Returns ParseError::InvalidFormat if the text has invalid format or no contigs, or ParseError::TooManyContigs if the limit is exceeded.