Skip to content

Commit

Permalink
FIX calc_precursor_mz to update_precursor_mz
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Jun 12, 2024
1 parent 39ebf43 commit 63917b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpharaw/viz/df_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from alphabase.peptide.fragment import create_fragment_mz_dataframe, flatten_fragments
from alphabase.peptide.precursor import (
calc_precursor_isotope_intensity,
calc_precursor_mz,
update_precursor_mz,
)

from alpharaw.match.match_utils import match_closest_peaks, match_highest_peaks
Expand Down

0 comments on commit 63917b3

Please sign in to comment.