So, I've got a VCF file of my whole genome sequence. I've used vcftools and plink to convert it into a bed file I merge with genotype data of people I downloaded from 1000 genomes. I then attempt to run it in admixture.
Unfortunately, admixture says that an individual lacks genotyping data, so I run plink with the --mind flag to remove them, and it turns out that individual is me! Apparently, when I converted from VCF To Plink format, there was no genotype data.
Unfortunately, I don't have access to a VCF file of my whole genome sequence that carries genotyping data specifically. Is there a way to convert my VCF file that does not have genotyping data to one that does?