Home
last modified time | relevance | path

Searched refs:nucleotideCounts (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.cpp105 seqan::String<seqan::String<int64_t> > nucleotideCounts; member
143 resize(nucleotideCounts, n); in resizeToReadLength()
145 resize(nucleotideCounts[i], 5, 0); in resizeToReadLength()
159 nucleotideCounts[i][ordValue(seq[i])] += 1; in registerRead()
342 << stats.nucleotideCounts[i][0] << "\t" in main()
343 << stats.nucleotideCounts[i][1] << "\t" in main()
344 << stats.nucleotideCounts[i][2] << "\t" in main()
345 << stats.nucleotideCounts[i][3] << "\t" in main()
346 << stats.nucleotideCounts[i][4] << "\n"; in main()