Skip to content

Commit

Permalink
Fix iterloc spectol param
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgeiszler committed Apr 9, 2024
1 parent e6fdf10 commit 6704593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/umich/andykong/ptmshepherd/PTMShepherd.java
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ public static void main(String [] args) throws Exception {
Double.parseDouble(params.get("precursor_tol")),
Integer.parseInt(params.get("precursor_mass_units")),
datasets, mzMap, Integer.parseInt(params.get("threads")),
params.get("localization_allowed_res"), Float.parseFloat(params.get("spectra_tol")),
params.get("localization_allowed_res"), Float.parseFloat(params.get("spectra_ppmtol")),
concatIonTypes(), Double.parseDouble(params.get("iterloc_convergeCriterion")),
Integer.parseInt(params.get("iterloc_maxEpoch"))
);
Expand Down

0 comments on commit 6704593

Please sign in to comment.