for another round of code cleanup

This commit is contained in:
Heng Li 2013-02-23 15:12:26 -05:00
parent d460f2ec9e
commit 3c330d5049
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int main_mem(int argc, char *argv[])
ks2 = kseq_init(fp2);
opt->flag |= MEM_F_PE;
}
while ((seqs = bseq_read(opt->n_threads * opt->chunk_size, &n, ks, ks2)) != 0) {
while ((seqs = bseq_read(opt->chunk_size, &n, ks, ks2)) != 0) {
mem_process_seqs(opt, bwt, bns, pac, n, seqs);
free(seqs);
}