Class VCFDecoderV4_0

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

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