Closed althonos closed 1 month ago
Attention: Patch coverage is 69.47368%
with 29 lines
in your changes missing coverage. Please review.
Project coverage is 79.27%. Comparing base (
580f884
) to head (41c377e
). Report is 17 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
pyhmmer/plan7.pyx | 69.64% | 17 Missing :warning: |
pyhmmer/daemon.pyx | 0.00% | 9 Missing :warning: |
pyhmmer/hmmer.py | 88.88% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes #76 by recording the original query object passed to the
Pipeline
, so that the attributes can still be accessed when processing queries.