Enable adding contigs to VariantContextWriters on output
This commit is contained in:
parent
8fc1a26ac7
commit
9eb83a0771
|
|
@ -215,7 +215,7 @@ public class VariantContextWriterStub implements Stub<VariantContextWriter>, Var
|
|||
vcfHeader.addMetaDataLine(commandLineArgHeaderLine);
|
||||
}
|
||||
|
||||
//vcfHeader = VCFUtils.withUpdatedContigs(vcfHeader, engine);
|
||||
vcfHeader = VCFUtils.withUpdatedContigs(vcfHeader, engine);
|
||||
}
|
||||
|
||||
outputTracker.getStorage(this).writeHeader(vcfHeader);
|
||||
|
|
|
|||
Loading…
Reference in New Issue