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

opening iqtree2 splits file takes forever #7

Open
Andreas-Bio opened this issue Aug 22, 2023 · 1 comment
Open

opening iqtree2 splits file takes forever #7

Andreas-Bio opened this issue Aug 22, 2023 · 1 comment

Comments

@Andreas-Bio
Copy link

Andreas-Bio commented Aug 22, 2023

I cancelled the loading after 5 hours. It takes 15GB of RAM for that?
consensus_iter.fasta.splits.zip

@husonlab
Copy link
Owner

husonlab commented Sep 4, 2024

s=31,000 splits for n=1000 taxa... that's a challenging dataset, given that the number of nodes and edges can be 2^s in the worst case. You can open the file and then cancel the convex hull calculation (which aims at computing all those nodes and edges...). Then select Filter Splits in the Data menu. Then cancel that, too. Then click on the Filter Splits node in the side bar to open the configuration panel bottom left. Then you can select Greedy Compatible. This will show a compatible subset of your splits. Unfortunately, all the other filter options struggle with this dataset.

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