Skip to main content

parse_dict_file

Function parse_dict_file 

Source
pub fn parse_dict_file(path: &Path) -> Result<QueryHeader, ParseError>
Expand description

Parse a Picard sequence dictionary (.dict) file

ยงErrors

Returns ParseError::Io if the file cannot be read, or other parse errors if the content is invalid.