Statistics are written as progress messages to standard error output (stderr). The output can be saved to a file by specifying a log file with the -log option.
The output indicates the range of ASCII values found in the quality scores, and reports a guess at the appropriate FASTQ options. Here is a typical output for a FASTQ file in Sanger format:
Qmin 66, QMax 104, Range 39
Guess: -fastq_qmin 2 -fastq_qmax 40 -fastq_ascii 64
Also reported is the frequency of each nucleotide and the range of ASCII Q score(s) corresponding to any undetermined bases (Ns), e.g.:
Letter N Freq MaxRun
------ ---------- ------ ------
A 4249438 30.0% 41
C 3720773 26.3% 16
G 3571073 25.2% 18
T 2631491 18.6% 12
N 1025 0.0% 12 Q=B
Example
usearch -fastq_chars reads.fastq -log chars.log