pub fn parse_vcf_file(path: &Path) -> Result<QueryHeader, ParseError>Expand description
Parse VCF file and extract contig definitions from header
ยงErrors
Returns ParseError::Io if the file cannot be read, or other parse errors
if the content is invalid.