gatk icon indicating copy to clipboard operation
gatk copied to clipboard

Default Mutect2 INFO field discrepancies between version 4.1.5.0 and 4.1.8.0

Open slw287r opened this issue 4 years ago • 5 comments

Bug Report

Affected tool(s) or class(es)

Mutect2

Affected version(s)

  • [ ] 4.1.5.0
  • [x] 4.1.8.0

Description

INFO 4.1.5 4.1.8
AS_SB_TABLE
CONTQ
ClippingRankSum
DP
ECNT
GERMQ
MBQ
MFRL
MMQ
MPOS
PON
POPAF
ROQ
SEQQ
STRANDQ
TLOD
  • 4.1.5.0
--annotation,-A:String        One or more specific annotations to add to variant calls  This argument may be specified 0
                              or more times. Default value: null. Possible Values: {AlleleFraction,
                              AS_BaseQualityRankSumTest, AS_FisherStrand, AS_InbreedingCoeff,
                              AS_MappingQualityRankSumTest, AS_QualByDepth, AS_ReadPosRankSumTest, AS_RMSMappingQuality,
                              AS_StrandOddsRatio, BaseQuality, BaseQualityHistogram, BaseQualityRankSumTest,
                              ChromosomeCounts, ClippingRankSumTest, CountNs, Coverage, DepthPerAlleleBySample,
                              DepthPerSampleHC, ExcessHet, FisherStrand, FragmentLength, GenotypeSummaries,
                              InbreedingCoeff, LikelihoodRankSumTest, MappingQuality, MappingQualityRankSumTest,
                              MappingQualityZero, OrientationBiasReadCounts, OriginalAlignment, PossibleDeNovo,
                              QualByDepth, ReadPosition, ReadPosRankSumTest, ReferenceBases, RMSMappingQuality,
                              SampleList, StrandBiasBySample, StrandOddsRatio, TandemRepeat, UniqueAltReadCount}
  • 4.1.8.0
--annotation,-A:String        One or more specific annotations to add to variant calls  This argument may be specified 0
                              or more times. Default value: null. Possible values: {AlleleFraction,
                              AS_BaseQualityRankSumTest, AS_FisherStrand, AS_InbreedingCoeff,
                              AS_MappingQualityRankSumTest, AS_QualByDepth, AS_ReadPosRankSumTest, AS_RMSMappingQuality,
                              AS_StrandBiasMutectAnnotation, AS_StrandOddsRatio, BaseQuality, BaseQualityHistogram,
                              BaseQualityRankSumTest, ChromosomeCounts, ClippingRankSumTest, CountNs, Coverage,
                              DepthPerAlleleBySample, DepthPerSampleHC, ExcessHet, FisherStrand, FragmentLength,
                              GenotypeSummaries, InbreedingCoeff, LikelihoodRankSumTest, MappingQuality,
                              MappingQualityRankSumTest, MappingQualityZero, OrientationBiasReadCounts,
                              OriginalAlignment, PossibleDeNovo, QualByDepth, ReadPosition, ReadPosRankSumTest,
                              ReferenceBases, RMSMappingQuality, SampleList, StrandBiasBySample, StrandOddsRatio,
                              TandemRepeat, UniqueAltReadCountPossible values: {

We'd like to get back the missing ones in 4.1.8.0. Are they still being supported or how to achieve that?

Thanks, Richard

slw287r avatar Jul 23 '20 03:07 slw287r

@fleharty Care to comment on this one?

droazen avatar Jul 23 '20 15:07 droazen

looking into this

fleharty avatar Jul 27 '20 17:07 fleharty

I would also like to have the missing annotations (they are only in the header in 4.1.8.0 VCF outputs).

The problem seems to be related to the changes in commit 3021e69 (mitochondrial pipeline, #6399) as running FilterMutectCalls on the previous commit c918f85 emits the annotations CONTQ, GEMRQ, etc.

yl-h avatar Aug 06 '20 12:08 yl-h

@ahaessly Can you comment on whether your changes in https://github.com/broadinstitute/gatk/pull/6399 had the side effect of changing the default Mutect2 annotations?

droazen avatar Aug 06 '20 15:08 droazen

Any update on that? The issue still persists in 4.2.6.1 two years later.

Thanks.

biounix avatar Jul 19 '22 15:07 biounix