Remove empty genotype strings

Closed Marek Szuba requested to merge github/fork/at7/at7/read_genotypes into master

Created by: at7

Don't store empty genotype strings. This happens if the genotype in the VCF looks like ./. The '.' represents missing allele in the GT field.

Merge request reports