This comment is no longer true
This commit is contained in:
parent
34ece31f4a
commit
b197618d13
|
|
@ -131,7 +131,6 @@ public class VariantContextWriterStorage implements Storage<VariantContextWriter
|
||||||
throw new UserException.CouldNotCreateOutputFile(file, "Unable to open target output stream", ex);
|
throw new UserException.CouldNotCreateOutputFile(file, "Unable to open target output stream", ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
// The GATK/Tribble can't currently index block-compressed files on the fly. Disable OTF indexing even if the user explicitly asked for it.
|
|
||||||
EnumSet<Options> options = stub.getWriterOptions(indexOnTheFly);
|
EnumSet<Options> options = stub.getWriterOptions(indexOnTheFly);
|
||||||
VariantContextWriter writer = VariantContextWriterFactory.create(file, this.stream, stub.getMasterSequenceDictionary(), stub.getIndexCreator(), options);
|
VariantContextWriter writer = VariantContextWriterFactory.create(file, this.stream, stub.getMasterSequenceDictionary(), stub.getIndexCreator(), options);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue