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
This commit is contained in:
asivache 2011-02-04 21:28:25 +00:00
parent 4cdc974c5f
commit 03f265d8bd
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class DepthAndFractionBySample implements GenotypeAnnotation {
public List<VCFFormatHeaderLine> getDescriptions() {
return Arrays.asList(new VCFFormatHeaderLine(getKeyNames().get(0),
VCFCompoundHeaderLine.UNBOUNDED,
1,
VCFHeaderLineType.Integer,
"Total read depth per sample"),
new VCFFormatHeaderLine(getKeyNames().get(1),