-
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
[MRG] use picklist
to exclude signatures
#1623
Conversation
well that is way cleaner syntax than I was thinking about! (I was noodling on about using |
picklist
to exclude signaturespicklist
to exclude signatures
Codecov Report
@@ Coverage Diff @@
## latest #1623 +/- ##
==========================================
+ Coverage 81.39% 89.49% +8.10%
==========================================
Files 103 76 -27
Lines 10549 6864 -3685
Branches 1228 1236 +8
==========================================
- Hits 8586 6143 -2443
+ Misses 1754 510 -1244
- Partials 209 211 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The reporting needs a bit of a rethink. For now I have: sourmash/src/sourmash/sourmash_args.py Lines 86 to 97 in f82375e
... but thinking about it, @ctb @luizirber What might be a better reporting strategy for |
hah! I have no informed idea... I was actually hesitant about the reporting in the first place for related reasons, but it seemed to work out OK and I left it in. Maybe if it's exclude, omit any n_missing calculations? |
This PR enables one way to handle #433: if trying to use |
picklist
to exclude signaturespicklist
to exclude signatures
ok, I think this is ready for review! @ctb @luizirber |
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.
I think maybe one additional test, for an explicit :include
?
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.
hah! added test in 2c2cd15. Nice!
Use a picklist to exclude, rather than include, signatures.
Ref #1599