VCFWriter.this

setup and copy a header from another BCF/VCF as template

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

Meta