Skip to main content

write_bedgraph_header

Function write_bedgraph_header 

Source
pub fn write_bedgraph_header<W: Write>(writer: &mut W) -> Result<()>
Expand description

Write the track header line for a MethylDackel-format population-fraction bedGraph.

Call once before streaming per-contig records with write_bedgraph_records.

ยงErrors

Returns an error if writing to writer fails.