Skip to content

Commit

Permalink
Modify hard-coded parameter min_mz in targeted_output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Paul Kieft committed May 13, 2024
1 parent 8870b23 commit eb29ac7
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 eb29ac7

Please sign in to comment.