Struct rust_htslib::bcf::Writer [] [src]

pub struct Writer { /* fields omitted */ }

A VCF/BCF writer.

Methods

impl Writer
[src]

[src]

Create a new writer that writes to the given path.

Arguments

  • path:

[src]

[src]

[src]

[src]

Create empty record for writing to this writer. The record can be reused multiple times.

[src]

Translate record to header of this writer.

[src]

Subset samples of record to match header of this writer.

[src]

Trait Implementations

impl Debug for Writer
[src]

[src]

Formats the value using the given formatter.

impl Send for Writer
[src]

impl Drop for Writer
[src]

[src]

Executes the destructor for this type. Read more