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),