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:
parent
4cdc974c5f
commit
03f265d8bd
|
|
@ -182,7 +182,7 @@ public class DepthAndFractionBySample implements GenotypeAnnotation {
|
||||||
|
|
||||||
public List<VCFFormatHeaderLine> getDescriptions() {
|
public List<VCFFormatHeaderLine> getDescriptions() {
|
||||||
return Arrays.asList(new VCFFormatHeaderLine(getKeyNames().get(0),
|
return Arrays.asList(new VCFFormatHeaderLine(getKeyNames().get(0),
|
||||||
VCFCompoundHeaderLine.UNBOUNDED,
|
1,
|
||||||
VCFHeaderLineType.Integer,
|
VCFHeaderLineType.Integer,
|
||||||
"Total read depth per sample"),
|
"Total read depth per sample"),
|
||||||
new VCFFormatHeaderLine(getKeyNames().get(1),
|
new VCFFormatHeaderLine(getKeyNames().get(1),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue