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

Memory Object >4Gb error #60

Closed
czhou135 opened this issue Jun 14, 2023 · 6 comments
Closed

Memory Object >4Gb error #60

czhou135 opened this issue Jun 14, 2023 · 6 comments

Comments

@czhou135
Copy link

Hi, I'm not very familiar with super5, but I ran an alignment with 12k sequences w ~900aa on average per sequence. I gave the program 20G of memory to work with. I got the following error:

Elapsed time 10:14:33
Max memory 6.1Gb

---Fatal error---
Memory object >4Gb, probably due to long sequences

Does this error mean that super5 is unable to run an alignment on this dataset or is there a fix? Should I switch to a different alignment software? Thanks!

@rcedgar
Copy link
Owner

rcedgar commented Jun 14, 2023 via email

@czhou135
Copy link
Author

The maximum length was 2868 aa, would that be too long?

@rcedgar
Copy link
Owner

rcedgar commented Jun 15, 2023

Could be, I can check if you post the sequences. What are the sequences? Can't you trim them to a globally alignable region? The length variation is pretty big to get a good MSA from any algorithm.

@czhou135
Copy link
Author

These are representative tRNA synthetases from across the tree of life, but I need the alignment to construct a phylogenetic tree.
sequences.txt

@rcedgar
Copy link
Owner

rcedgar commented Jun 17, 2023

The memory allocation fails because the alignment exceeds 50,000 columns at an intermediate step. The final alignment would probably have far more columns. These sequences are too far diverged to make a reasonable alignment, there is no chance of building a good tree from them.

@czhou135
Copy link
Author

Thanks for the responses, just wanted to update we've narrowed the study down to a specific domain with less length variation and muscle works for us now!

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