From 3c330d50494a10afdc016b9717918319108a3128 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 23 Feb 2013 15:12:26 -0500 Subject: [PATCH] for another round of code cleanup --- fastmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastmap.c b/fastmap.c index 1d6ed04..c97d566 100644 --- a/fastmap.c +++ b/fastmap.c @@ -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); }