pub fn read_genome_info_file(
    file_path: &str
) -> Result<CheckMResult<GenomeInfoGenomeQuality>, String>
Expand description

Read a genome Info file defined by dRep i.e. [“genome”(basename of .fasta file of that genome), “completeness”(0-100 value for completeness of the genome), “contamination”(0-100 value of the contamination of the genome)].