Skip to content

Commit

Permalink
correct some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Feb 11, 2025
1 parent bde0fad commit aad10f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void Evaluator::evalAdapterAndReadNum(Options* opt, long& readNum) {
string filename = mOptions->in;

FastqReader reader(filename);
// stat up to 16K reads or 128M bases
// stat up to 64K reads or 512M bases
const long READ_LIMIT = 64*1024;
const long BASE_LIMIT = 8192 * READ_LIMIT;
long records = 0;
Expand Down

0 comments on commit aad10f3

Please sign in to comment.