-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fixes #317 #323
Fixes #317 #323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @wasade! This looks good to me, a few small suggestions but nothing huge. Looking forward to being able to run Empress on EMP-scale datasets without exploding laptops 🌴
It looks like the tests are failing because a few "test tables" are still being created as DataFrames:
|
Thanks, @fedarko! I thought I had issued a full |
The following artifacts were built for this PR: empire-biplot.qzv, empire.qzv, empress-tree.qzv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two extremely minor comments (and I think https://github.com/biocore/empress/pull/323/files#r468897589 is unresolved), but after these i think this is good to merge.
Ok, everything looks good! Thanks so much @wasade! (╯°□°)╯︵ ┻━┻ |
woooo!!! thanks!!! |
Thanks so much @wasade! |
Fixes #317 and uses
biom.Table
rather thanpd.DataFrame
for the feature table