-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extreme Runtime #124
Comments
Which part of the pipeline is slow? With that many sequences, I would expect the I don't really have any suggestions to make inference faster, although there's a small chance that using a gctree version before v4.0.0 might work better. |
Thanks for the reply. Yes! dnapars is super slow. For the 1000 sequence, it hasn't finished yet on the server for 2 days. For 300 sequences run on my laptop (Macbook Pro 2020), I calculated the runtime of the whole pipeline and it ranges 15000-24000 seconds (4-6 hrs) depending on different data. The 300 sequences will at most 2 inferred trees by the GCTree. |
I think that the dnapars is slow because I tested the gctree infer runtime and it finished in a few seconds. |
The only suggestion I have is that you could do a less thorough tree search with dnapars, by providing the |
Thank you! Any potential modification on distributing the computation? For example, if we could manually adjust the therads used by GCTree? |
Hi! I was using GCTree for the inference of phylogenetics based on sequence number of about 1000, it is super slow. Do you have any optimization on that?
The text was updated successfully, but these errors were encountered: