Rsamtools icon indicating copy to clipboard operation
Rsamtools copied to clipboard

Rsamtools with multiple threads?

Open junjunlab opened this issue 1 year ago • 2 comments

Hi, can Rsamtools run with multiple threads? Thanks!

junjunlab avatar May 11 '23 04:05 junjunlab

If you look at ?Rsamtools::scanBam and scroll through the various functions documented on the corresponding help page you'll find that Rsamtools::sortBam() supports a nThreads argument (requested in https://github.com/Bioconductor/Rsamtools/issues/46).

Searching on GitHub through the package code for nthreads seems to show that it is only this function that supports multiple threads.

PeteHaitch avatar May 11 '23 04:05 PeteHaitch

Thanks, I will check it out.

junjunlab avatar May 11 '23 09:05 junjunlab