Skip to content

Commit

Permalink
Merge pull request #865 from biorack/update_msms_frag_cutoff
Browse files Browse the repository at this point in the history
Modify hard-coded parameter min_mz in targeted_output.py
  • Loading branch information
bkieft-usa authored May 13, 2024
2 parents 8870b23 + eb29ac7 commit f169765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metatlas/io/targeted_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def write_metrics_and_boxplots(metatlas_dataset, analysis_parameters, overwrite=


def write_msms_fragment_ions(
data, intensity_fraction=0.01, min_mz=450, max_mz_offset=5, scale_intensity=1e5, overwrite=False
data, intensity_fraction=0.01, min_mz=0, max_mz_offset=5, scale_intensity=1e5, overwrite=False
):
"""
inputs:
Expand Down

0 comments on commit f169765

Please sign in to comment.