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.
pub fn parse_dict_file(path: &Path) -> Result<QueryHeader, ParseError>Parse a Picard sequence dictionary (.dict) file
Returns ParseError::Io if the file cannot be read, or other parse errors
if the content is invalid.