Skip to content

fastq_read_counter

fastq_read_counter(
    directory: str, output_path: str
) -> None

Count fastq.

Parameters:

Name Type Description Default
directory str

Path to directory.

required
output_path str

Path to save csv file.

required