Fix assay routing and provenance CLI parity - #423
Merged
Conversation
Coverage Report for CI Build 33894117529Coverage increased (+0.01%) to 83.016%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions46 previously-covered lines in 1 file lost coverage.
Coverage Stats
💛 - Coveralls |
Contributor
Author
|
Deployed Hitlist 1.58.0 from clean Release verification:
|
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.
Summary
binding.parquetfrom the structured IEDB assay method and response fieldsSource audit
The registered 2026-03-30 IEDB snapshot differs from #418's original count. PMID 36423003 has 146 cellular-MHC mass-spectrometry observations and 76 purified-MHC half-life measurements. The old classifier routed 66 of the latter to binding based on their qualitative values but leaked 10 plain-
Positiverows into observations. The same structured signature identifies 942 leaked rows corpus-wide.The IEDB source already records the modality accurately, so this is an internal Hitlist classification defect rather than an upstream data problem. The corrected counts are documented on #418.
Verification
./format.sh./lint.sh./test.sh— 1,198 passedpytest -q tests/test_build_smoke.py— 2 passedCloses #418.
Closes #419.