From e861106398f1de91f4bd98a3eb9f25b5cbad5a90 Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Thu, 29 Mar 2012 11:08:54 -0400 Subject: [PATCH] Accidentally erased important line --- .../sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java | 1 + 1 file changed, 1 insertion(+) diff --git a/public/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java b/public/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java index 3117963fb..62ffc1212 100755 --- a/public/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java +++ b/public/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java @@ -61,6 +61,7 @@ public class UnifiedGenotyperEngine { * mutations (SNPs) in DISCOVERY mode or generally when running in GENOTYPE_GIVEN_ALLELES mode; it will by * no means produce a comprehensive set of indels in DISCOVERY mode */ EMIT_ALL_SITES + } // the unified argument collection private final UnifiedArgumentCollection UAC;