/// Creates a two dimensional array that contains samples and variants. REF homozygotes are denoted
/// Read a tabix indexed VCF using the contig name given. Create a 2-D genotype matrix where both
tracing::warn!("Genotypes missing at {contig}:{pos}, these variants are not accounted in any analyses");
"The given coordinate is larger than the largest found position. Total records read: {records_n}. Check your coordinates and vcf file. Comparing to a haplotype also limits min and max coordinates."
/// Read a tabix indexed VCF using the contig name given. Create a 2-D genotype matrix where both
/// alleles are stacked in the same matrix. Rows are sample alleles and columns are variants. To
"The given coordinate is larger than the largest found position. Total records read: {records_n}. Check your coordinates and vcf file. Comparing to a haplotype also limits min and max coordinates."