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

Scalability of large subsets #100

Open
rvosa opened this issue May 2, 2024 · 2 comments
Open

Scalability of large subsets #100

rvosa opened this issue May 2, 2024 · 2 comments
Assignees

Comments

@rvosa
Copy link
Member

rvosa commented May 2, 2024

In the current BOLD database, nearly all taxonomic families are small enough to be tractable for the tree inference engine, raxml. The rule of thumb that is followed, is that raxml ought to be able to handle up to ±10k input sequences. Since the tree searches are topologically constrained, the overall search space is significantly reduced, meaning that this may indeed be a realistic rule. Nevertheless, a small number of families (<10) exceed this size. These families have not been attempted yet. As a first step, this needs to be tested. If there are problems, these families will need to be partitioned further, e.g. down to the subfamily or genus level. This will have implications for the parallelization strategy (see #99).

This issue is considered 'done' when the BOLD 10M data set has been processed successfully.

@rvosa
Copy link
Member Author

rvosa commented May 29, 2024

@AnnemiekeSchonthaler, could you attach the plots you generated for the Lepidoptera, showing the running times?

@AnnemiekeSchonthaler
Copy link
Collaborator

@rvosa I attached the plots in the doc folder on the lepidoptera branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants