-
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] Updating sourmash multigather
to save hash abundances to .unassigned.sig
#1720
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #1720 +/- ##
==========================================
+ Coverage 83.42% 90.18% +6.75%
==========================================
Files 113 87 -26
Lines 12154 8458 -3696
Branches 1620 1621 +1
==========================================
- Hits 10140 7628 -2512
+ Misses 1754 572 -1182
+ Partials 260 258 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@ctb Could you please provide some guidance on how to get started? |
hi @keyabarve the first bullet point is:
can you identify a test or tests that you would start by copying and editing to work with multigather intead of gather? |
Do you mean from the |
ISTR that you had a number of failing tests wrt |
Do you mean this test: |
I think so
On Sun, Aug 22, 2021 at 02:48:09PM -0700, Keya Barve wrote:
Do you mean this test: `tests/test_sourmash.py::test_gather_output_unassigned_with_abundance`?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#1720 (comment)
--
C. Titus Brown, ***@***.***
|
@ctb I have written the function for |
@bluegenes Could you provide some suggestions on this? |
yes |
@ctb I have added the code in the |
@ctb I have changed the command, but the test still fails. I can't seem to figure out what the issue is. Could you provide any hints/suggestions? |
Hi @keyabarve the tests now pass. What's next? |
I was thinking of writing a few more tests, maybe specifically those which use the |
sourmash multigather
to save hash abundances to .unassigned.sig
sourmash multigather
to save hash abundances to .unassigned.sig
just to confirm - did you end up doing this, or deciding it wasn't needed? |
note that the failing test is not your fault, @keyabarve - it's the one that has been failing on If you decide not to add any more tests for |
Fixes #1707
TODO:
multigather
based on thegather
tests for inflation, and make sure that fails onmultigather
;multigather
's implementation to pass the test by using theinflate
method