I'm trying to take raw DNA files downloaded from AncestryDNA and 23andMe and determine relatedness among the sample. I'm using plantimals/2vcf to convert from (txt)zip to vcf.gz. The problem is that there are markers missing in the vcf file that were in the zip file. For example, in my zip file downloaded from Ancestry.com, I have markers rs369202065 and rs199476136, but they do not show up in the output vcf file (with rs199476136 also not showing up in the GRCh37.p13 reference file). 2vcf uses GRCh37.p13 as a reference.vcf so I thought maybe the issue was that I needed to update the reference file. I have the GRCh38 from Ensembl as a FASTA file. I thought maybe if I could convert it to vcf and redirect 2vcf to use this as the reference file that all my markers in the data zip file would transfer over to the new data vcf file. (I then use bcftools to merge, Beagle 4.0 for family-based phasing, Beagle 5.0 for phasing as a comparison, Refined IBD for IBD detection, and IBD Relatedness Estimation for relatedness). I'm open to suggestions for a better method because my next task is to do same for new samples being genotyped at my university lab rather than from AncestryDNA.
Note: The files come as zip files from AncestryDNA. When unzipped, they are txt files. All bare the name. 2vcf use the name of the zip file to rename the vcf file (otherwise, all the unzipped text files have the exact same name: AncestryDNA.txt to AncestryDNA.vcf.gz).
Perhaps you should first look into which information can be found in those file types, and think about what you aim to achieve. The current question doesn't make sense.