Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Feb 17, 2025
1 parent d79494e commit dfe02bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fastq_stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ auto fastq_stats(struct Parameters const & parameters) -> void

check_minmax_scores(Span{quality_symbols, length}, symbol_to_score, parameters);

// search for first Q <= 20, increment q_length_table[i][3] for i = 0 to
// position of first Q
// search for the 4 positions at once?
for (auto i = 0UL; i < length; ++i)
{
auto const quality_symbol = static_cast<unsigned char>(quality_symbols[i]);
Expand Down

0 comments on commit dfe02bc

Please sign in to comment.