-
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] add -d/--debug
to sourmash sig describe
; upgrade output errors.
#1782
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #1782 +/- ##
==========================================
+ Coverage 82.74% 90.65% +7.91%
==========================================
Files 122 92 -30
Lines 13200 9001 -4199
Branches 1780 1780
==========================================
- Hits 10922 8160 -2762
+ Misses 2014 577 -1437
Partials 264 264
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
-d/--debug
to various commands-d/--debug
to sourmash sig describe
; upgrade output errors.
Ready for review & merge @sourmash-bio/devs |
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 :)
thanks! |
This PR adds the
-d/--debug
flag tosourmash sig describe
. This has become my go-to command for figuring out why signature collections (Index
subclasses) aren't being loaded, and the debug output is really useful!I also updated the output error messages upon failure to load files to be more explicit, in partial service of #1845.