pub fn analyze_file(filepath: PathLike) -> Result<ReadsStats, Error>
Count all reads and basepairs in a .fastq.gz file.
.fastq.gz
Will return Err if the file could not be read or decoded.
Err