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

munge_sumstats.py taking forever to complete analysis #420

Open
chirrie opened this issue Mar 6, 2024 · 5 comments
Open

munge_sumstats.py taking forever to complete analysis #420

chirrie opened this issue Mar 6, 2024 · 5 comments

Comments

@chirrie
Copy link

chirrie commented Mar 6, 2024

Is there a way to speed up munge_sumstats.py. It has been running for the last two weeks and no hopes of it completing the ran. The GWAS files is not so big, so I don't understand why it is taking that long

@Fabian-RY
Copy link

I'm having the same issue using the --merge-alleles parameter. In my case, i found out that the never ending step is line 257 in munge_sumstats.py:

        ii = dat.SNP.isin(merge_alleles.SNP)

This is a Pandas method for the Series class. I've been unable to find any more info, but it's been running for days, and i also have no hope for it to finish.

¿Did your dataset finally ended?

@chirrie
Copy link
Author

chirrie commented Mar 12, 2024 via email

@Fabian-RY
Copy link

Thanks, i'll try that

@Fabian-RY
Copy link

Wow, it really worked, it took only seconds to finish with the --chunk 50 000 size.

@chirrie
Copy link
Author

chirrie commented Mar 13, 2024 via email

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