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

Bug: Multiple cores do not work together with uBAM input #811

Closed
rhpvorderman opened this issue Oct 7, 2024 · 1 comment
Closed

Bug: Multiple cores do not work together with uBAM input #811

rhpvorderman opened this issue Oct 7, 2024 · 1 comment

Comments

@rhpvorderman
Copy link
Collaborator

Single threaded works fine. Multiple threading invokes the chunker in dnaio but that only supports fastq. As a result a FileFormatException will be raised.

Luckily BAM is extremely easy to chunk, so that can be added to dnaio. I will do so. I am currently working on a nanopore project, so I can justify pouring some time in dnaio.

@rhpvorderman rhpvorderman changed the title Bug: Multiple cores do not work together with uBAM output Bug: Multiple cores do not work together with uBAM input Oct 7, 2024
@marcelm
Copy link
Owner

marcelm commented Nov 13, 2024

Closed by #812

@marcelm marcelm closed this as completed Nov 13, 2024
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