Class VCFDecoderV4_3
java.lang.Object
htsjdk.beta.codecs.variants.vcf.VCFDecoder
htsjdk.beta.codecs.variants.vcf.vcfv4_3.VCFDecoderV4_3
- All Implemented Interfaces:
HtsDecoder<VCFHeader,,VariantContext> HtsQuery<VariantContext>,VariantsDecoder,Closeable,AutoCloseable,Iterable<VariantContext>
VCF V4.3 decoder.
-
Constructor Summary
ConstructorsConstructorDescriptionVCFDecoderV4_3(Bundle inputBundle, VariantsDecoderOptions variantsDecoderOptions) Create a new VCF V4.3 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, queryStartMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface htsjdk.beta.plugin.interval.HtsQuery
query, query, queryContained, queryContained, queryContained, queryOverlapping, queryOverlapping, queryOverlappingMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VCFDecoderV4_3
Create a new VCF V4.3 decoder.- Parameters:
inputBundle- the inputBundleto decodevariantsDecoderOptions- theVariantsDecoderOptionsfor this decoder
-
-
Method Details
-
getVersion
Description copied from interface:HtsDecoderGet the version of the file format supported by this decoder.
-