pub fn parse_tsv_text( text: &str, delimiter: char, ) -> Result<QueryHeader, ParseError>
Parse TSV/CSV text with columns: name, length, md5
Returns ParseError::InvalidFormat if lines have fewer than 2 fields, contain invalid length values, or no contigs are found, or ParseError::TooManyContigs if the limit is exceeded.
ParseError::InvalidFormat
ParseError::TooManyContigs