Function fastxgz::fasta_reads

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

Return an iterator over the reads of a (potentially gzipped) fasta file. Reads can be on multiple lines.