Class VCFDecoderV4_2

java.lang.Object
htsjdk.beta.codecs.variants.vcf.VCFDecoder
htsjdk.beta.codecs.variants.vcf.vcfv4_2.VCFDecoderV4_2
All Implemented Interfaces:
HtsDecoder<VCFHeader,VariantContext>, HtsQuery<VariantContext>, VariantsDecoder, Closeable, AutoCloseable, Iterable<VariantContext>

public class VCFDecoderV4_2 extends VCFDecoder
VCF V4.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.