Preserve species-filter parity across evidence exports - #435
Merged
Conversation
Coverage Report for CI Build 34152991955Coverage increased (+0.2%) to 83.456%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions205 previously-covered lines in 3 files lost coverage.
Coverage Stats
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Evidence exports could not select source or host species or exclude chimeric systems, although their raw loaders supported those filters. MS (including the compatibility wrapper), binding, training, peptide summaries, and all corresponding CLI commands now forward the three independent filters. Existing positional arguments and default evidence selection are preserved.
The parity regressions also exposed #434: system flags ignored the raw source-species fallback used by source filtering. A shared coalescing helper now supplies the existing classifiers in loaders and exports, retaining primary-source precedence and the raw annotations.
Validation: 109 new regressions cover exact evidence identities, independent/combined axes, aliases, lists, empty results, projections, summaries, CLI, and fallback classification. The targeted suite passes 162 tests; format and lint pass;
./test.shpasses 1,389 tests with one expected warning. A streaming audit of all 4,439,643 MS and 891,885 binding rows found zero chimeric-classification changes in the current corpus. Version: 1.58.5.Closes #386. Closes #434.