pub fn simple_fasta_reads(
    path: impl AsRef<Path>
) -> Result<SimpleFastaReadsIterator<LinesIterator<ResultLinesIterator>>, Error>
Expand description

Return an iterator over the reads of a (potentially gzipped) fastq file. The reads must be on a single line.