yeah I have apply GenotypeGVCFs in next step, but GenotypeGVCFs cant output vcf with MQ because gvcf dont have this fields for non variant sites
• 0 views
•
link
Hi
I am using following command to run gatk haplotypeCaller
{params.gatk_path} {params.gatk_params} HaplotypeCaller \
-R ${{ref}} \
-I {input.bam} \
-O {output.gvcf} \
-ERC GVCF \
-G StandardAnnotation \
-G AS_StandardAnnotation \
-L {params.chr_num} \
--native-pair-hmm-threads {threads} \
--output-mode EMIT_ALL_ACTIVE_SITES
I expected the following:
(RMS) MQ, DP for all site outputedI find that point 1 is ok, but the gvcf file miss MQ for sites homozygous as ref (non variant sites).
Can I update some params to fix this question?
Log in to answer this question.