VCFWriter.this

open file or network resources for writing setup incl header allocation if mode==w: bcf_hdr_init automatically sets version string (##fileformat=VCFv4.2) bcf_hdr_init automatically adds the PASS filter

  1. this()
  2. this(T f, VCFWriterTypes t)
    struct VCFWriter
    this
    (
    T
    )
    if (
    is(T == string) ||
    is(T == File)
    )
  3. this(T f, H header, VCFWriterTypes t, int extra_threads)

Meta