-
Notifications
You must be signed in to change notification settings - Fork 31
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
standalone empress tree-plot generates html that get stuck in loading screen #561
Comments
Thanks for reporting this. I did some digging, and was not able to reproduce the problem. Would you mind sharing the following?
Tentatively, I suspect that something is going wrong with your installations of Details on what's going wrongFrom looking at the visualization ZIP file you shared (thank you!), it looks like the balanced parentheses representation of your tree is malformed. (This is the cause for the visualization remaining stuck at the loading screen: Empress' javascript code hits an error when reading this information during loading.) The specific error occurs on line 723 in the
Tentative guess of the cause of the problemIt looks like what's happening is:
Assuming that this is the cause of the problem, I think the problem should be fixed by modifying Empress' Copying @kwcantrell and @wasade. |
Thank you for the fast response and explanations! installing a "numpy<2" indeed solved the problem. Anyway here are the requested files in case it helps to fix something: |
Perfect, glad that fixed things! |
Hello,
I have installed the standalone empress distribution. After running
empress tree-plot --tree nf_output/treeGraph_6356_53477895.nw -fm nf_output/treeAnnotation_6356_53477895.tsv -o LacCer_34_1_O2
I get:
LacCer_34_1_O2.zip
However, when opening the html it never stops loading.
I am on Ubuntu 20.04.6 LTS
The text was updated successfully, but these errors were encountered: