You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your great program! The original publication of fGWAS is a very nice read too.
I am having problems running fGWAS though. I get the following error message:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Do you know what might be causing it? I must warn you that the input file contains ~30M SNPs. When I load a single chromosome only, fGWAS seems to run. I tried increasing -k but didn't seem to solve the problem.
Any help/insight would be much appreciate it!
Best,
Abdou
The text was updated successfully, but these errors were encountered:
This just sounds like you are running out of memory. Are you running on a cluster, and if so, can you increase the memory allocation you request?
If you can't access more memory, then how many annotations are in your file? Are you using them all, or could you trim the file first?
Lastly, do you need all 30M SNPs, or could you trim out regions of the genome that aren't of interest? This could also improve your run time.
Hello Joseph!
Thank you so much for your great program! The original publication of fGWAS is a very nice read too.
I am having problems running fGWAS though. I get the following error message:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Do you know what might be causing it? I must warn you that the input file contains ~30M SNPs. When I load a single chromosome only, fGWAS seems to run. I tried increasing -k but didn't seem to solve the problem.
Any help/insight would be much appreciate it!
Best,
Abdou
The text was updated successfully, but these errors were encountered: