Class VCFDecoderV3_2
java.lang.Object
htsjdk.beta.codecs.variants.vcf.VCFDecoder
htsjdk.beta.codecs.variants.vcf.vcfv3_2.VCFDecoderV3_2
- All Implemented Interfaces:
HtsDecoder<VCFHeader,
,VariantContext> HtsQuery<VariantContext>
,VariantsDecoder
,Closeable
,AutoCloseable
,Iterable<VariantContext>
VCF V3.2 decoder.
-
Constructor Summary
ConstructorsConstructorDescriptionVCFDecoderV3_2
(Bundle inputBundle, VariantsDecoderOptions variantsDecoderOptions) Create a new VCF V3.2 decoder. -
Method Summary
Modifier and TypeMethodDescriptionGet the version of the file format supported by this decoder.Methods inherited from class htsjdk.beta.codecs.variants.vcf.VCFDecoder
close, getDisplayName, getFileFormat, getHeader, getInputBundle, getReadsDecoderOptions, hasIndex, isQueryable, iterator, query, query, queryStart
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface htsjdk.beta.plugin.interval.HtsQuery
query, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlapping
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VCFDecoderV3_2
Create a new VCF V3.2 decoder.- Parameters:
inputBundle
- the inputBundle
to decodevariantsDecoderOptions
- theVariantsDecoderOptions
for this decoder
-
-
Method Details
-
getVersion
Description copied from interface:HtsDecoder
Get the version of the file format supported by this decoder.
-