Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rsamtools with multiple threads? #55

Open
junjunlab opened this issue May 11, 2023 · 2 comments
Open

Rsamtools with multiple threads? #55

junjunlab opened this issue May 11, 2023 · 2 comments

Comments

@junjunlab
Copy link

Hi, can Rsamtools run with multiple threads? Thanks!

@PeteHaitch
Copy link

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 #46).

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

@junjunlab
Copy link
Author

Thanks, I will check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants