X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sam_view.c;fp=sam_view.c;h=f198591e9aabbe44f67ee35c1497d2e73d0a3d7d;hb=bbf6f360e153cf98d091afdaa31717448cde21e9;hp=b9bde44ebd4b6e28d03f909a2ee4c6cc586c43f1;hpb=d46afb500a437323dda82920f9fb18324b2dbec0;p=samtools.git diff --git a/sam_view.c b/sam_view.c index b9bde44..f198591 100644 --- a/sam_view.c +++ b/sam_view.c @@ -209,7 +209,7 @@ int main_samview(int argc, char *argv[]) ret = 1; goto view_end; } - if (n_threads > 1) samthreads(out, n_threads, 16); + if (n_threads > 1) samthreads(out, n_threads, 256); if (is_header_only) goto view_end; // no need to print alignments if (argc == optind + 1) { // convert/print the entire file