Function fastxgz::fastq_reads

source ·
pub fn fastq_reads(
    path: impl AsRef<Path>
) -> Result<FastqReadsIterator<LinesIterator<ResultLinesIterator>>, Error>
Expand description

Return an iterator over the reads of a (potentially gzipped) fastq file.