I followed the simple instructions to convert my 23andme downloaded .txt file to a .vcf file, receiving this output response:
gunzip: 23andme_v3_hg19_ref.txt.gz: not in gzip format 587747 sites were not included; these unmatched references can be found in sites_not_in_reference.txt.Try running again, but specify the other reference version: ./23andme2vcf.pl {path to}mysnps.txt mysnps.vcf 4
FYI, I replaced the correct path to the .txt file with {path to} in this issue.
I tried 23andme_v3_hg19_ref.txt.gz version as well, however received the same response, telling me to try the version 4. In either case, the output file (mysnps.vcf) is empty below this section:
`##fileformat=VCFv4.2
fileDate=20151116
reference=file://23andme_v4_hg19_ref.txt.gz
FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
CHROM POS ID REF ALT QUAL FILTER INFO FORMAT GENOTYPE
`
Any clue on what's wrong? Please and thanks.