Skip to content

Commit

Permalink
Fix --ppm parameter for flashLFQ
Browse files Browse the repository at this point in the history
  • Loading branch information
fu committed Oct 22, 2021
1 parent 4e8a3b1 commit c98e820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -10228,6 +10228,7 @@
"description": "Lower precursor mass tolerance; maximum negative deviation of measured from calculated parent ion mass.",
"key_translations": {
"comet_style_1": "peptide_mass_tolerance_part1",
"flash_lfq_style_1": "--ppm_part1",
"mascot_style_1": "TOL_part1",
"msamanda_style_1": "ms1_tol_part1",
"msfragger_style_1": "precursor_mass_lower",
Expand All @@ -10254,7 +10255,7 @@
"description": "Upper precursor mass tolerance; maximum positive deviation of measured from calculated parent ion mass.",
"key_translations": {
"comet_style_1": "peptide_mass_tolerance_part2",
"flash_lfq_style_1": "--ppm",
"flash_lfq_style_1": "--ppm_part2",
"mascot_style_1": "TOL_part2",
"msamanda_style_1": "ms1_tol_part2",
"msfragger_style_1": "precursor_mass_upper",
Expand Down

0 comments on commit c98e820

Please sign in to comment.