How to filter GATK vcf file using other programs
0
0
Entering edit mode
2.6 years ago
reza ▴ 300

hi everyone

I called variants for a WGS project using GATK (HaplotypeCaller). Now, when I want to filter that VCF file by VariantFiltration command in GATK, so the following error message appears.

java.lang.NumberFormatException: For input string: "10.90"

I asked my question in the GATK forum and unfortunately I did not get an answer.

it is worth mentioning that I get mentioned error in both GATK4 and GATK3.7.

  1. is there any way to fix this error?

  2. Can I do filter VCF file based on "QD < 2 || FS > 60 || MQ < 40 || MQRankSum < -12.5 || ReadPosRankSum < -8 || SOR > 3" criteria using other program like bcftools or vcftools

I will be very happy if you help me to solve this problem

Thanks

VCF Filtration GATK • 1.1k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

this is my question link in GATK forum. 10.90 is related to QD and when I remove QD from the command, I get another error: 0.000 instead of 10.90.

ADD REPLY
0
Entering edit mode

what is the output of echo ${LANG} ? Try to set the locale to english (well I think GATK should set it to english internally but it's worth trying)

export LANG=en_US.UTF-8
ADD REPLY
0
Entering edit mode
My-hp:~$ echo ${LANG}

en_US.UTF-8
ADD REPLY

Login before adding your answer.

Traffic: 2578 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6