From 03f265d8bdcf506166c30594d19e6c3427841bbf Mon Sep 17 00:00:00 2001 From: asivache Date: Fri, 4 Feb 2011 21:28:25 +0000 Subject: [PATCH] Change DP format field description in the header line (expected count=1) git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5195 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/gatk/walkers/annotator/DepthAndFractionBySample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/org/broadinstitute/sting/gatk/walkers/annotator/DepthAndFractionBySample.java b/java/src/org/broadinstitute/sting/gatk/walkers/annotator/DepthAndFractionBySample.java index 4c5fede64..e3a3adcff 100644 --- a/java/src/org/broadinstitute/sting/gatk/walkers/annotator/DepthAndFractionBySample.java +++ b/java/src/org/broadinstitute/sting/gatk/walkers/annotator/DepthAndFractionBySample.java @@ -182,7 +182,7 @@ public class DepthAndFractionBySample implements GenotypeAnnotation { public List getDescriptions() { return Arrays.asList(new VCFFormatHeaderLine(getKeyNames().get(0), - VCFCompoundHeaderLine.UNBOUNDED, + 1, VCFHeaderLineType.Integer, "Total read depth per sample"), new VCFFormatHeaderLine(getKeyNames().get(1),