Skip to content

Commit

Permalink
Merge branch 'development' into 48-more-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer authored Jun 12, 2024
2 parents 1482142 + 4fa470a commit 39ebf43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpharaw/viz/df_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def make_precursor_fragment_df(
precursor_df = pd.DataFrame(
dict(sequence=[sequence], mods=[mods], mod_sites=[mod_sites], charge=charge)
)
calc_precursor_mz(precursor_df)
update_precursor_mz(precursor_df)
if include_precursor_isotopes:
calc_precursor_isotope_intensity(precursor_df, max_isotope=max_isotope)
if include_fragments:
Expand Down
2 changes: 2 additions & 0 deletions extra_requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ furo
alphabase>=1.1.0
alphatims

pytest
pre-commit==3.7.0
nbmake==1.5.3
2 changes: 1 addition & 1 deletion nbs_tests/test_viz_multinotch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
" \"mod_sites\": [\"\",\"9\"],\n",
" \"rt\": [4.3,4.3],\n",
"})\n",
"precursur_func.calc_precursor_mz(psm_df)\n",
"precursur_func.update_precursor_mz(psm_df)\n",
"precursur_func.calc_precursor_isotope(psm_df)"
]
},
Expand Down

0 comments on commit 39ebf43

Please sign in to comment.