Hi Sigmund,
without further information, that is hard to tell. What command did you use exactly? What type of machine are you running it on? Was there any other output prior to the abort? How large is your dataset, and did you check that EPA-ng is not just simply running out of memory?
Please post some more details here ;-)
Cheers and so long
Lucas
--
You received this message because you are subscribed to the Google Groups "Phylogenetic Placement" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phylogenetic-plac...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/phylogenetic-placement/973a7ca0-c5b3-4e6f-a016-e3ca9434b611n%40googlegroups.com.
Hi Sigmund,
the "Aborted" error is usually due to memory usage; you can check the task manager (or the top or htop command from inside your WSL) while it's running and see how high it gets. Very likely it's a memory issue though, but this doesn't usually happen with reference trees that small. How wide is the alignment? How many sequences are you trying to place?
Sidenote: It's not clear from what you write how you fed in the model, the correct way is to pass either a RAxML-8 .info file, a raxml-ng model file, or from the iqtree report file (that one is the least tested). epa-ng will not re-optimize the model you give it, so if you just specified --model JC it will have taken default parameters.
Pierre
To view this discussion on the web, visit https://groups.google.com/d/msgid/phylogenetic-placement/68128478-1325-48d5-9286-d319886268f5n%40googlegroups.com.
Interesting.
Pierre, could it be that it aborts when the file is present, because it does not want to overwrite - but for some reason, instead of printing the exception message, it just aborts? I've had another user of some tool saying that as well recently as well - exceptions that are only printed in some cases, but not always. Maybe it makes sense then to have a global high-level catch, print to stdout and log file, and then re-throw?
Sigmund, does that mean things work now? If there is any more trouble, let us know!
Cheers and so long
Lucas
To view this discussion on the web, visit https://groups.google.com/d/msgid/phylogenetic-placement/ca227b72-67e5-4c36-aaf5-77368617f726n%40googlegroups.com.