fastq_stats

Function analyze_files

Source
pub fn analyze_files(
    filepaths: Vec<PathLike>,
    num_threads: Option<usize>,
) -> Result<ReadsStats, Error>
Expand description

Count all reads and basepairs in multiple .fastq.gz files.

§Errors

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

§Panics

Will panic if the requested ThreadPool could not be built.