Open gubrins opened 2 years ago
So I tried with gatk v.4.1.3.0 and the quality parameters appear. Is this a version problem? I also tried with the newest one and it did not work
Hey, I've the same problem. In version 4.1.3.0 and 4.1.4.0 the quality value appear. In the latest version 4.2.6.1 don't have QUAL value, only dot.
GenotypeGVCFs Version="4.1.3.0"
chr1 69973 . A . 23.89 LowQual DP=1131 GT:AD:DP:RGQ 0/0:26,0:26:72 0/0:34,0:34:102 0/0:12,0:12:36
GenotypeGVCFs Version="4.2.6.1"
chr1 69973 . A . . . DP=1131 GT:DP:RGQ 0/0:26:72 0/0:34:99 0/0:12:36
In latest version missing fields are QUAL, AD and RGQ is always truncated to 99 (if greater).
Heys,
I am doing the SNP calling with Haplotypecaller BP_Resolution, CombineGVCFs with convert-to-base-pair-resolution and GenotypeGVCFs with include-non-variant-sites with GATK v.4.1.7.0 and when I get my vcf file, the non-variant sites does not have any quality at all:
Except for the variant ones:
Do you know what is this happening?