BamWriter.this

Creates new BAM writer outputting to file or stream. Automatically writes BAM magic number (4 bytes).

  1. this(contrib.undead.stream.Stream stream, int compression_level, std.parallelism.TaskPool task_pool, size_t buffer_size)
  2. this(string filename, int compression_level, std.parallelism.TaskPool task_pool)
    class BamWriter
    this
    (
    string filename
    ,,
    std.parallelism.TaskPool task_pool = std.parallelism.taskPool
    )

Parameters

compression_level int

compression level, must be in range -1..9

task_pool std.parallelism.TaskPool

task pool to use for parallel compression

Meta