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

Segmentation fault (core dumped) #129

Closed
colinliuzelin opened this issue Apr 19, 2024 · 1 comment
Closed

Segmentation fault (core dumped) #129

colinliuzelin opened this issue Apr 19, 2024 · 1 comment

Comments

@colinliuzelin
Copy link

Hi!
I have a problem when using sage with a relative large search fasta file. I can succefully run the test example and other fasta database with less than 20000 sequences on my MS data. But when I run on large fasta file, the command give me the "Segmentation fault (core dumped)" without any other information. It could happen on both my local and HPC with 200 GB memory.

@lazear
Copy link
Owner

lazear commented Apr 19, 2024

Sounds like you're out of memory!

You'll need to either use a computer with more RAM, reduce search space (less var mods, no semi-enzymatic), or reduce the size of your FASTA (e.g. search in multiple chunks and then recombine - see #97 for a mitigation)

@lazear lazear closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
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