From ce5ecf1383766bb91aa343142dc69d1ad278020e Mon Sep 17 00:00:00 2001 From: Laura Gauthier Date: Thu, 21 May 2015 15:57:55 -0400 Subject: [PATCH] Enable contamination correction via downsampling (as for HaplotypeCaller), added test Add oxoG read count annotation and add as default annotation Add ##SAMPLE VCF header line in accordance with TCGA VCF spec, specifying "File" line in sample header with BAM file name and "SampleName" with BAM sample name (Don't print sample file path if --no_cmdline_in_header is specified to help with test consistency) Turn on active region assembly-based physical phasing for M2 Clean up M2-related annotations so UG doesn't crash if M2 annotations are called --- .../haplotypecaller/HaplotypeCallerGenotypingEngine.java | 2 +- .../gatk/utils/variant/GATKVCFConstants.java | 5 +++++ .../gatk/utils/variant/GATKVCFHeaderLines.java | 9 +++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCallerGenotypingEngine.java b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCallerGenotypingEngine.java index 0f6d61ab64..e1e449409b 100644 --- a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCallerGenotypingEngine.java +++ b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/haplotypecaller/HaplotypeCallerGenotypingEngine.java @@ -85,7 +85,7 @@ public class HaplotypeCallerGenotypingEngine extends GenotypingEngine