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>

public class VCFDecoderV3_2 extends VCFDecoder
VCF V3.2 decoder.
  • Constructor Details

  • Method Details

    • getVersion

      public HtsVersion getVersion()
      Description copied from interface: HtsDecoder
      Get the version of the file format supported by this decoder.