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

Store a tree, and provide means to subset #6

Open
wasade opened this issue Jan 16, 2017 · 1 comment
Open

Store a tree, and provide means to subset #6

wasade opened this issue Jan 16, 2017 · 1 comment

Comments

@wasade
Copy link
Member

wasade commented Jan 16, 2017

  • Remap tip names as to avoid the overhead of the length of the strings
  • compress as tree will be large
  • load into balanced parentheses to make it fast
  • if samples, shear/prune based on all observations in samples
  • if observations, shear/prune based on provided observations
  • write tree

When a tree is loaded, it must include all observations in db, err otherwise. It must support having more tips in the tree than exist in the db.

When a table is loaded, if any observation in the table does not exist in the tree, the table cannot be loaded.

@wasade
Copy link
Member Author

wasade commented Dec 19, 2022

This would be nice. However, I think this necessitates server side support as otherwise the size of the tree is problematic.

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

No branches or pull requests

1 participant