Class VCFDecoderV3_3
java.lang.Object
htsjdk.beta.codecs.variants.vcf.VCFDecoder
htsjdk.beta.codecs.variants.vcf.vcfv3_3.VCFDecoderV3_3
- All Implemented Interfaces:
HtsDecoder<VCFHeader,,VariantContext> HtsQuery<VariantContext>,VariantsDecoder,Closeable,AutoCloseable,Iterable<VariantContext>
VCF V3.3 decoder.
-
Constructor Summary
ConstructorsConstructorDescriptionVCFDecoderV3_3(Bundle inputBundle, VariantsDecoderOptions variantsDecoderOptions) Create a new VCF V3.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
-
VCFDecoderV3_3
Create a new VCF V3.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.
-