-
Notifications
You must be signed in to change notification settings - Fork 0
fastq read count
masikol edited this page Oct 18, 2022
·
5 revisions
Script counts amount of reads and bases in *.fastq(.gz)
or *.fq(.gz)
file(s).
Script writes it's output to file fastq-read-count_result.tsv
if tab-separated format.
The script is written in Python, so you need Python interpreter (version 3.X) to use it. Here you can download Python.
-h (--help): print help message;
-v (--version): print version;
python3 fastq-read-count.py first.fastq second.fastq.gz third.fq.gz
Following command will process all *.fastq(.gz)
and *.fq(.gz)
files in the working directory:
python3 fastq-read-count.py