Closed arajkovic closed 9 months ago
Would you mind naming it posterior_probabilities
instead of ppline
, to be a bit more informative on the Python side? Thanks for the PR :smile:
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
149785c
) 79.59% compared to head (ec8d6d8
) 79.60%. Report is 1 commits behind head on master.:exclamation: Current head ec8d6d8 differs from pull request most recent head a3f33a1. Consider uploading reports for the commit a3f33a1 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks! I'll make a new release shortly.
Hi!
This PR exposes the ppline string from P7_ALIDISPLAY. We're using pyhmmer here at EBI for the new version of the HMMER web tool. While working on the alignment display, I realised that the posterior probability annotation (ppline) is missing, so adding it to the Alignment class.
Cheers!