Home
last modified time | relevance | path

Searched refs:thirdQN (Results 1 – 1 of 1) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/fx_tools/
H A Dfx_fastq_stats.cpp191 unsigned thirdQN = (3 * n) / 4; in finalizeStats() local
199 if (count < thirdQN && count + it->second >= thirdQN) in finalizeStats()