public class VCFEncoderV3_3 extends VCFEncoder
Constructor and Description |
---|
VCFEncoderV3_3(Bundle outputBundle,
VariantsEncoderOptions variantsEncoderOptions)
Create a new VCF V3.3 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 VCFEncoderV3_3(Bundle outputBundle, VariantsEncoderOptions variantsEncoderOptions)
outputBundle
- the output Bundle
to encodervariantsEncoderOptions
- the VariantsEncoderOptions
to usepublic HtsVersion getVersion()
HtsEncoder