fastq_stats

Function analyze_file

Source
pub fn analyze_file(filepath: PathLike) -> Result<ReadsStats, Error>
Expand description

Count all reads and basepairs in a .fastq.gz file.

ยงErrors

Will return Err if the file could not be read or decoded.