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
In the final step of the pipeline, all (family-level) subtrees are grafted onto a rarified backbone topology. This is handled in-memory, implemented in Python. Whether this approach holds up when an analysis is run across the entire data set is untested and unknown. If there are issues, other implementation need to be attempted. There are at least two viable options:
The splits in the backbone on which subtrees are to be grafted are tagged with unique IDs corresponding with the respective subtrees. The subtrees are then inserted in lieu of these IDs using string replacement in the Newick syntax.
The operation is done in a database, e.g. using the DBTree schema.
This issue is considered 'done' when the BOLD 10M data set is processed without this issue presenting.
The text was updated successfully, but these errors were encountered:
In the final step of the pipeline, all (family-level) subtrees are grafted onto a rarified backbone topology. This is handled in-memory, implemented in Python. Whether this approach holds up when an analysis is run across the entire data set is untested and unknown. If there are issues, other implementation need to be attempted. There are at least two viable options:
This issue is considered 'done' when the BOLD 10M data set is processed without this issue presenting.
The text was updated successfully, but these errors were encountered: