Skip to content

split-vep - cannot use arithmetic operators to compare strings and numbers  #1651

@oalavijeh

Description

@oalavijeh

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions