-
Notifications
You must be signed in to change notification settings - Fork 80
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
Optionally weight lca summarize output by hashval abundance. #1022
Conversation
This is exposing some "interesting" design considerations in the unweighted code... Looks like |
Codecov Report
@@ Coverage Diff @@
## master #1022 +/- ##
==========================================
+ Coverage 92.34% 92.37% +0.02%
==========================================
Files 72 72
Lines 5421 5454 +33
==========================================
+ Hits 5006 5038 +32
- Misses 415 416 +1
Continue to review full report at Codecov.
|
ready for review @bluegenes @taylorreiter |
If we follow pandas deprecation policy per #655, I think what we want to do is --
yes? |
…#1027) * add test * simpler test to showcase * improve test decription * comments & add test Co-authored-by: C. Titus Brown <[email protected]>
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.
lgtm!
🥳 🎉 |
Adds
--with-abundance
tosourmash lca summarize
, to weight output by hashval abundance in query signatures, per #1011 #634This flag is off by default in 3.x but will be on by default in 4.0.
Also adds many unit tests for relevant functions in lca_utils.
Fixes #1011
Fixes #634
Still TODO:
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?