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

how to use @threads to use multithreads when reading BAM file #44

Closed
panxiaoguang opened this issue Nov 29, 2021 · 2 comments
Closed

how to use @threads to use multithreads when reading BAM file #44

panxiaoguang opened this issue Nov 29, 2021 · 2 comments

Comments

@panxiaoguang
Copy link

panxiaoguang commented Nov 29, 2021

how to use @threads to read BAM file more than one core?

@panxiaoguang panxiaoguang changed the title how to use @threads to use multithreads for reading BAM file how to use @threads to use multithreads when reading BAM file Nov 29, 2021
@CiaranOMara
Copy link
Member

Multiple threads are automatically used to deflate chunks when reading. However, there is currently an issue that affects the use of multiple threads in XAM.jl (see BioJulia/BGZFStreams.jl#27).

Unfortunately, support for a distributed reader is not yet added to XAM.jl (see BioJulia/BioAlignments.jl#4).

@panxiaoguang
Copy link
Author

Multiple threads are automatically used to deflate chunks when reading. However, there is currently an issue that affects the use of multiple threads in XAM.jl (see BioJulia/BGZFStreams.jl#27).

Unfortunately, support for a distributed reader is not yet added to XAM.jl (see BioJulia/BioAlignments.jl#4).

than you ! I got it.

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