Struct rust_htslib::bam::header::HeaderRecord [] [src]

pub struct HeaderRecord<'a> { /* fields omitted */ }

Header record.

Methods

impl<'a> HeaderRecord<'a>
[src]

Create a new header record. See SAM format specification for possible record types.

Add a new tag to the record.

Arguments

  • tag - the tag identifier
  • value - the value. Can be any type convertible into a string. Preferably numbers or strings.