public class VCFEncoderV4_1 extends VCFEncoder
Constructor and Description |
---|
VCFEncoderV4_1(Bundle outputBundle,
VariantsEncoderOptions variantsEncoderOptions)
Create a new VCF V4.1 encoder.
|
Modifier and Type | Method and Description |
---|---|
HtsVersion |
getVersion()
Get the version of the file format supported by this encoder.
|
close, getDisplayName, getFileFormat, getOutputBundle, getVariantsEncoderOptions, setHeader, write
public VCFEncoderV4_1(Bundle outputBundle, VariantsEncoderOptions variantsEncoderOptions)
outputBundle
- the output Bundle
to encodervariantsEncoderOptions
- the VariantsEncoderOptions
to usepublic HtsVersion getVersion()
HtsEncoder