Skip to content

Commit

Permalink
(SV) turn back on checking variant info fields against header in SV v…
Browse files Browse the repository at this point in the history
…cf writing (turned off temporarily long time ago but slipped attention after implementation stablized) (#5084)
  • Loading branch information
SHuang-Broad authored and cwhelan committed Aug 3, 2018
1 parent 1acffc1 commit 6456cc4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ private static VariantContextWriter getVariantContextWriter(final OutputStream o
if (null != referenceSequenceDictionary) {
vcWriterBuilder = vcWriterBuilder.setReferenceDictionary(referenceSequenceDictionary);
}
// todo: remove this when things are solid?
vcWriterBuilder = vcWriterBuilder.setOption(Options.ALLOW_MISSING_FIELDS_IN_HEADER);
for (final Options opt : new Options[]{}) {
vcWriterBuilder = vcWriterBuilder.setOption(opt);
}
Expand Down

0 comments on commit 6456cc4

Please sign in to comment.