-
Notifications
You must be signed in to change notification settings - Fork 27
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
Improve performance for VCFAnnotator #266
Comments
I do think we should parallelize. I think that would be an easy win. |
I think we should def investigate ways to improve single threaded performance as well. |
I can take a stab at it since people really want this. |
Goal: 10k/s |
This issue was marked stale due to inactivity. |
Using v2.0.0a3 on a Mac Book Pro (13-inch 2017, 2.3 GHz Dual-Core Intel Core i5, 8 GB memory)...
|
Running the vcf annotator script on a MacBook Pro (16-inch 2021, M1 Pro, 32 GB Memory) using default params on main vrs-python branch. (commit 64fee4c)
|
@quinnwai @wesleygoar Thanks. I think it would be beneficial to add the commit y'all used |
@korikuzma I have updated my post to include the commit I was on during testing. |
Parallelize? If we want people to use the tool, we have to improve the performance
The text was updated successfully, but these errors were encountered: