You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for creating the babette package. I am really enjoying using it to generate phylogenies from BEAST2.
I am generating some rather large trees (> 5000 tips) using single cell data and running into java.lang.StackOverflowError exceptions. I have been able to work around this by modifying the calls to BeastLauncher in two places in the beastier package:
This increases the stack space using the "-Xss2m" flag.
Probably a better solution would be to let the user specify the desired stack size. However, hardcoding the stack size works good enough for my use. I wanted to be aware of this limit, in case others were also using it for large trees.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered:
From Jeff Chang:
The text was updated successfully, but these errors were encountered: