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

Concurrency for ivar trim? #139

Open
philiptzou opened this issue Oct 9, 2022 · 10 comments
Open

Concurrency for ivar trim? #139

philiptzou opened this issue Oct 9, 2022 · 10 comments
Assignees
Labels
enhancement New feature or request

Comments

@philiptzou
Copy link

Hello, I'm wondering if you have plan to support multi-threads/workers in ivar?

@cmaceves
Copy link
Collaborator

cmaceves commented Oct 9, 2022

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)

@philiptzou
Copy link
Author

philiptzou commented Oct 9, 2022

@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% (top -c).

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.

@cmaceves
Copy link
Collaborator

cmaceves commented Oct 9, 2022

@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 cmaceves added the enhancement New feature or request label Oct 9, 2022
@cmaceves cmaceves self-assigned this Oct 9, 2022
@philiptzou
Copy link
Author

@cmaceves Thank you!

@khyox
Copy link

khyox commented Nov 17, 2022

(...) We're getting ready for a release in the next month or so, but will keep this in mind for future milestones. (...)

Hi @cmaceves. Are you still planning an imminent new release? Thanks!

@cmaceves
Copy link
Collaborator

@khyox hey! I'm caught up in doctorate applications at the moment, we're anticipating a release in December before the holiday season

@khyox
Copy link

khyox commented Nov 18, 2022

Great news!! Thank you very much @cmaceves and best of luck with the applications! :)

@khyox
Copy link

khyox commented Jan 11, 2023

Hey @cmaceves! Hope you were lucky with your PhD applications.
I guess the release plans got delayed somehow. Are you still planning a new version soon? Thanks!

@cmaceves
Copy link
Collaborator

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!

@khyox
Copy link

khyox commented Jan 11, 2023

Both great news! :) Thank you so much @cmaceves!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants