Class VCFEncoderV4_1
java.lang.Object
htsjdk.beta.codecs.variants.vcf.VCFEncoder
htsjdk.beta.codecs.variants.vcf.vcfv4_1.VCFEncoderV4_1
- All Implemented Interfaces:
HtsEncoder<VCFHeader,
,VariantContext> VariantsEncoder
,Closeable
,AutoCloseable
VCF V4.1 encoder.
-
Constructor Summary
ConstructorsConstructorDescriptionVCFEncoderV4_1
(Bundle outputBundle, VariantsEncoderOptions variantsEncoderOptions) Create a new VCF V4.1 encoder. -
Method Summary
Modifier and TypeMethodDescriptionGet the version of the file format supported by this encoder.Methods inherited from class htsjdk.beta.codecs.variants.vcf.VCFEncoder
close, getDisplayName, getFileFormat, getOutputBundle, getVariantsEncoderOptions, setHeader, write
-
Constructor Details
-
VCFEncoderV4_1
Create a new VCF V4.1 encoder.- Parameters:
outputBundle
- the outputBundle
to encodervariantsEncoderOptions
- theVariantsEncoderOptions
to use
-
-
Method Details
-
getVersion
Description copied from interface:HtsEncoder
Get the version of the file format supported by this encoder.
-