Closed louisebuur closed 1 year ago
Patch coverage: 83.33
% and project coverage change: +0.43
:tada:
Comparison is base (
b1d6c94
) 42.04% compared to head (c134cf2
) 42.47%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thanks for the PR! I updated the code to directly add potential rescoring features to the rescoring_features
field. The new example also contains the columns Weighted Probability
and Nr of matched peaks
. Can these also be added to the list of potential rescoring features?
The new example also contains the columns Weighted Probability and Nr of matched peaks. Can these also be added to the list of potential rescoring features?
Yes! Definitely! Sorry I overlooked that!
Output files from the newest version of MS Amanda (3.0) includes additional columns with additional features, so this update insures that these additional columns are also read in. I implemented this simply by adding the new column names to the "REQUIRED_COLUMNS" list To test the changes I also updated test_msamanda.py to include the new column names I also added the documentation for the MS Amanda module
Changelog:
FIxed
io.msamanda
API docsChanged
io.msamanda
: ChangedREQUIRED_COLUMNS
to include new features from the MS Amanda output CSV file