-
Notifications
You must be signed in to change notification settings - Fork 42
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
Concurrency for ivar trim
?
#139
Comments
Hi! Not the immediate future. Is there a specific case or dataset you have where you feel that would be vital? (ie. are you running into issues where process time is too long in the current implementation) |
@cmaceves Thanks for the quick response. No I didn't run into any issues - but just discovered iVar is the slow bottleneck in our pipeline and I found the CPU usage of iVar never exceeds 100% ( I can imagine it is practical to use multiple CPUs to process a BAM file includes short reads, since you can just make chunks and deliver the chunks to sub-workers. That's the reason why I ask if you have plan to do so. |
@philiptzou Yeah - I agree that definitely seems within reason and practical as a feature request for future implementation. We're getting ready for a release in the next month or so, but will keep this in mind for future milestones. Thanks for brining this to our attention! |
@cmaceves Thank you! |
Hi @cmaceves. Are you still planning an imminent new release? Thanks! |
@khyox hey! I'm caught up in doctorate applications at the moment, we're anticipating a release in December before the holiday season |
Great news!! Thank you very much @cmaceves and best of luck with the applications! :) |
Hey @cmaceves! Hope you were lucky with your PhD applications. |
hi @khyox thank you, it went well. we're in the process of doing some final code reviews prior to release, it's still imminent! |
Both great news! :) Thank you so much @cmaceves! |
Hello, I'm wondering if you have plan to support multi-threads/workers in
ivar
?The text was updated successfully, but these errors were encountered: