Skip to content

Commit

Permalink
Merge pull request #95 from uparma/mx/iem_params
Browse files Browse the repository at this point in the history
added style and params for isotopologue envelope matching
  • Loading branch information
fu authored Jul 20, 2022
2 parents 73dfb30 + b8532fc commit 17ef733
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsons/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"description": "absolute mass tolerance for post-acquisition mass axis re-calibration",
"key_translations": {
"annotate_metabolites_style_1": "delta_abs_t",
"isotopologue_envelope_matching_style_1": "delta_abs_t",
"recalibrate_mz_global_style_1": "delta_abs_t",
"ursgal_style_1": "absolute_mass_tolerance"
},
Expand Down Expand Up @@ -9867,6 +9868,7 @@
"description": " Min number of matched isotopologues to consider for quantification ",
"key_translations": {
"flash_lfq_style_1": "--nis",
"isotopologue_envelope_matching_style_1": "min_isotopologues",
"pyqms_style_1": "MINIMUM_NUMBER_OF_MATCHED_ISOTOPOLOGUES",
"sugarpy_plot_style_1": "MINIMUM_NUMBER_OF_MATCHED_ISOTOPOLOGUES",
"sugarpy_run_style_1": "MINIMUM_NUMBER_OF_MATCHED_ISOTOPOLOGUES",
Expand Down Expand Up @@ -13564,6 +13566,7 @@
"description": "Defines if charge mismatches should be removed.",
"key_translations": {
"annotate_metabolites_style_1": "remove_charge_mismatches",
"isotopologue_envelope_matching_style_1": "remove_charge_mismatches",
"ursgal_style_1": "remove_charge_mismatches"
},
"name": "remove_charge_mismatches",
Expand Down
8 changes: 8 additions & 0 deletions jsons/styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,5 +638,13 @@
"1.0.0"
],
"reference": "Ursgal2 Team"
},
{
"style": "isotopologue_envelope_matching_style_1",
"name": "isotopologue_envelope_matching_style_1",
"versions": [
"1.0.0"
],
"reference": "Ursgal2 Team"
}
]

0 comments on commit 17ef733

Please sign in to comment.