Fixing VCF header for filter elements (thanks Eric)
This commit is contained in:
parent
3b20b4615d
commit
12a8c54f9a
|
|
@ -312,7 +312,7 @@ public class DiagnoseTargets extends LocusWalker<Long, Long> {
|
||||||
|
|
||||||
// FILTER fields
|
// FILTER fields
|
||||||
for (CallableStatus stat : CallableStatus.values())
|
for (CallableStatus stat : CallableStatus.values())
|
||||||
headerLines.add(new VCFHeaderLine(stat.name(), stat.description));
|
headerLines.add(new VCFFilterHeaderLine(stat.name(), stat.description));
|
||||||
|
|
||||||
return headerLines;
|
return headerLines;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue