Skip to content

Conversation

jcharkow
Copy link

@jcharkow jcharkow commented Aug 6, 2025

Apply changes outlined in MannLabs/alphapeptdeep#254 to fix issue with zero intensity MS2 predictions.

@@ -602,6 +602,7 @@ def update_sliced_fragment_dataframe(
frag_slices = np.r_[tuple(frag_slice_list)]
if charged_frag_types is None or len(charged_frag_types) == 0:
fragment_df_vals[frag_slices, :] = values.astype(fragment_df_vals.dtype)
fragment_df.iloc[frag_slices, :] = values.astype(fragment_df_vals.dtype)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GeorgWa is this fixed already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants