-
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: update prefetch/gather output to be clearer #2543
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #2543 +/- ##
==========================================
+ Coverage 85.18% 92.82% +7.63%
==========================================
Files 133 104 -29
Lines 15163 12380 -2783
Branches 2608 2610 +2
==========================================
- Hits 12917 11492 -1425
+ Misses 1945 587 -1358
Partials 301 301
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 29 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…o update/prefetch_gather_comms
Ready for review @sourmash-bio/devs - will need to update to latest, and also running afoul of #2544 in the tests. |
…o update/prefetch_gather_comms
…o update/prefetch_gather_comms
@@ -797,7 +797,8 @@ def gather(args): | |||
if prefetch_csvout_fp: | |||
prefetch_csvout_fp.flush() | |||
|
|||
notify(f"Found {len(save_prefetch)} signatures via prefetch; now doing gather.") | |||
display_bp = format_bp(args.threshold_bp) | |||
notify(f"Prefetch found {len(save_prefetch)} signatures with overlap >= {display_bp}.") |
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.
should we notify anything about #2318?
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 linking this PR into that issue is enough? :) yeah that requires a whole different set of foo!
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!
…o update/prefetch_gather_comms
Fixes #2539
This PR:
No matches found for --threshold-bp at ...