MultiSampleVCF uses the gt_types-attribute of variants to determine genotype.
return variant.gt_types[self.sample_mapping[sample_id]] != 0
However, this seems to have the value 2 for the ./. "genotype" in vcf-files, e.g. for SNP 1_10240_C_CT_b37.
Do we want to regard "./." as a valid variant?
MultiSampleVCF uses the gt_types-attribute of variants to determine genotype.
return variant.gt_types[self.sample_mapping[sample_id]] != 0
However, this seems to have the value 2 for the ./. "genotype" in vcf-files, e.g. for SNP 1_10240_C_CT_b37. Do we want to regard "./." as a valid variant?