Running bcftools v1.10 on VEP annotated file
command:
bcftools +split-vep -C Consequence -i "Consequence = 'intron_variant'" input.vcf -s primary:intron | bcftools +split +vep -c CADD_PHRED:Int -i "CADD_PHRED>=20" | bcftools +split-vep -c gnomAD_AF:Float -i "gnomAD_AF<=0.001"| bcftools view -Oz > output.vcf.gz
Error: cannot use arithmetic operators to compare stings and numbers
This works if I take out the gnomadAF_AF part. Is there a way around this error?
Many thanks