I have a vcf generated from snp chip data via plink. The vcf contains alleles I and D instead of the actual sequence. I tried to use --check-ref xw to remove them but no filtering/warning seems to happen. Is this expected?
bcftools norm -d any -f GRCh37.fa -N -c wx -O z tmp.vcf.gz > tmp2.vcf.gz
I have a vcf generated from snp chip data via plink. The vcf contains alleles I and D instead of the actual sequence. I tried to use
--check-ref xwto remove them but no filtering/warning seems to happen. Is this expected?bcftools norm -d any -f GRCh37.fa -N -c wx -O z tmp.vcf.gz > tmp2.vcf.gz