From d573fc4adfd9f68921bdc413fc9afdd17333e5a2 Mon Sep 17 00:00:00 2001 From: Laura Gauthier Date: Wed, 23 Mar 2016 08:47:48 -0400 Subject: [PATCH] Add some comments to AFCalculationResult Add note that VC may be null (in this case because there are too many alts) Add todo for possible inefficient code --- .../gatk/tools/walkers/genotyper/GenotypingEngine.java | 2 +- .../gatk/tools/walkers/genotyper/UnifiedGenotypingEngine.java | 2 +- .../tools/walkers/genotyper/afcalc/AFCalculationResult.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/genotyper/GenotypingEngine.java b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/genotyper/GenotypingEngine.java index 6c1b28cb2..91c27cdd0 100644 --- a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/genotyper/GenotypingEngine.java +++ b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/genotyper/GenotypingEngine.java @@ -521,7 +521,7 @@ public abstract class GenotypingEngine0 entry in the log10 array private final static int LOG_10_ARRAY_SIZES = 2; private final double[] log10LikelihoodsOfAC;