Thank you for your reply! I was able to change the header line
##INFO=<ID=CADD_phred,Number=.,Type=String,Description="CADD_phred annotation provided by ANNOVAR">
to
##INFO=<ID=CADD_phred,Number=.,Type=Float,Description="CADD_phred annotation provided by ANNOVAR">
without any effect on the filtering by CADD_phred>20
As I noticed that other information containing numbers were indicated as "Number=1", I also tried to change it to
##INFO=<ID=CADD_phred,Number=1,Type=Float,Description="CADD_phred annotation provided by ANNOVAR">
without effect...
Hi,
I was wondering if you were able to fix that, I have the exact same issue. This is my case, it is a string, I changed to float but wasnt able to filter by CADD>20.
Any thoughts?
Thanks