GATK haplotypeCaller output MQ in vcf for non variant sites
1
0
Entering edit mode
16 months ago
octpus616 ▴ 100

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:

  • output all callable site even if they are homozygous as ref
  • output (RMS) MQ, DP for all site outputed

I 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?

vcf MQ GATK NGS • 941 views
ADD COMMENT
0
Entering edit mode
16 months ago
    -ERC GVCF 

you're calling in GVCF mode. Using this GVCF is useless until you call gatk GenotypeGVCFs

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1661 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