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

annotation step seems to take a long time #101

Closed
linminhtoo opened this issue Feb 5, 2024 · 2 comments
Closed

annotation step seems to take a long time #101

linminhtoo opened this issue Feb 5, 2024 · 2 comments

Comments

@linminhtoo
Copy link

linminhtoo commented Feb 5, 2024

hi all,

i have an annotation file that is a .tsv.gz with 1 million rows (variants), and I see the annotation step after REGENIE steps 1 & 2 seems to take a long time (NF_GWAS:SINGLE_VARIANT_TESTS:ANNOTATION:ANNOTATE_RESULTS).

currently it seems like for 1 million rows it takes 44 minutes on 8 CPUs & 4 GB. Which seems a bit long relative to the actual steps 1 & 2 of REGENIE. I went to see the Java source code & it seems a bit inefficient doing row-by-row sequential processing with single thread. Do you think this step can be multi-threaded or sped up in any way?
Thanks

@seppinho
Copy link
Member

Hope this helps.
Best
Sebastian

@seppinho
Copy link
Member

Closing this now. Feel free to reopen.

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