-
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] multigather using index as query #1090
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
+ Coverage 83.97% 92.95% +8.98%
==========================================
Files 98 74 -24
Lines 9075 5781 -3294
==========================================
- Hits 7621 5374 -2247
+ Misses 1454 407 -1047
Continue to review full report at Codecov.
|
is this all irrelevant bc of changes in #934 ? |
no, I think that PR is going to be trashed and redone with a selector framework... |
ready for review again @ctb I added a test for incorrectly specifying an index with |
(closes #1089) |
assert all(('4.7 Mbp 100.0% 100.0%' in out, | ||
'NC_011080.1 Salmonella enterica subsp...' in out)) | ||
assert all(('4.5 Mbp 100.0% 100.0%' in out, | ||
'NC_004631.1 Salmonella enterica subsp...' in out)) | ||
assert all (('1.6 Mbp 100.0% 100.0%' in out, | ||
'NC_002163.1 Campylobacter jejuni subs...' in out)) | ||
assert all(('1.9 Mbp 100.0% 100.0%' in out, | ||
'NC_000853.1 Thermotoga maritima MSB8 ...' in out)) | ||
|
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.
clarifying. The 12
comes directly from the number of queries gathered, so it would not pass if only one query were loaded from the SBT. These statements then check the results of several queries.
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.
am I missing the point of your q?
no, I think I misunderstood. I'll look!
|
yay! |
One way to enable multigather using index as query.
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?