[][src]Function seq_io::fastq::write_parts

pub fn write_parts<W: Write>(
    writer: W,
    id: &[u8],
    desc: Option<&[u8]>,
    seq: &[u8],
    qual: &[u8]
) -> Result<()>

Helper function for writing data (not necessarily stored in a Record instance) to the FASTQ format. The ID and description parts of the header are supplied separately instead of a whole header line