Last active
February 7, 2025 18:51
-
-
Save jspaezp/5aeded5213f9024c81dad932551d06e3 to your computer and use it in GitHub Desktop.
sage configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database": { | |
| "bucket_size": 8192, | |
| "enzyme": { | |
| "missed_cleavages": 2, | |
| "min_len": 7, | |
| "max_len": 35, | |
| "cleave_at": "KR", | |
| "restrict": "P" | |
| }, | |
| "fragment_min_mz": 150.0, | |
| "fragment_max_mz": 2000.0, | |
| "peptide_min_mass": 500.0, | |
| "peptide_max_mass": 5000.0, | |
| "ion_kinds": [ | |
| "b", | |
| "y" | |
| ], | |
| "min_ion_index": 2, | |
| "max_variable_mods": 3, | |
| "static_mods": { | |
| "C": 57.0215 | |
| }, | |
| "variable_mods": { | |
| "M": [15.994] | |
| }, | |
| "decoy_tag": "rev_", | |
| "generate_decoys": true | |
| }, | |
| "precursor_tol": { | |
| "ppm": [ | |
| -20.0, | |
| 20.0 | |
| ] | |
| }, | |
| "fragment_tol": { | |
| "ppm": [ | |
| -20.0, | |
| 20.0 | |
| ] | |
| }, | |
| "quant": { | |
| "lfq": true | |
| }, | |
| "deisotope": true, | |
| "min_peaks": 15, | |
| "max_peaks": 250, | |
| "max_fragment_charge": 1, | |
| "min_matched_peaks": 4, | |
| "predict_rt": true, | |
| "wide_window": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database": { | |
| "bucket_size": 8192, | |
| "enzyme": { | |
| "missed_cleavages": 20, | |
| "min_len": 9, | |
| "max_len": 20, | |
| "cleave_at": "ACDEFGHIKLMNPQRSTVWY", | |
| "semi_enzymatic": true | |
| }, | |
| "fragment_min_mz": 150.0, | |
| "fragment_max_mz": 2000.0, | |
| "peptide_min_mass": 500.0, | |
| "peptide_max_mass": 5000.0, | |
| "ion_kinds": [ | |
| "b", | |
| "y" | |
| ], | |
| "min_ion_index": 2, | |
| "max_variable_mods": 3, | |
| "variable_mods": { | |
| "M": [15.994], | |
| "N": [0.984016], | |
| "Q": [0.984016] | |
| }, | |
| "decoy_tag": "rev_", | |
| "generate_decoys": true | |
| }, | |
| "precursor_tol": { | |
| "ppm": [ | |
| -20.0, | |
| 20.0 | |
| ] | |
| }, | |
| "fragment_tol": { | |
| "ppm": [ | |
| -20.0, | |
| 20.0 | |
| ] | |
| }, | |
| "quant": { | |
| "lfq": true | |
| }, | |
| "deisotope": true, | |
| "min_peaks": 15, | |
| "max_peaks": 250, | |
| "max_fragment_charge": 1, | |
| "min_matched_peaks": 4, | |
| "predict_rt": true, | |
| "wide_window": false | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "database": { | |
| "bucket_size": 8192, | |
| "enzyme": { | |
| "missed_cleavages": 30, | |
| "min_len": 9, | |
| "max_len": 30, | |
| "cleave_at": "ACDEFGHIKLMNPQRSTVWY", | |
| "semi_enzymatic": true, | |
| "restrict": null | |
| }, | |
| "fragment_min_mz": 150.0, | |
| "fragment_max_mz": 2000.0, | |
| "peptide_min_mass": 500.0, | |
| "peptide_max_mass": 5000.0, | |
| "ion_kinds": [ | |
| "b", | |
| "y" | |
| ], | |
| "min_ion_index": 2, | |
| "max_variable_mods": 3, | |
| "variable_mods": {}, | |
| "decoy_tag": "rev_", | |
| "generate_decoys": true | |
| }, | |
| "precursor_tol": { | |
| "da": [ | |
| -10, | |
| 100 | |
| ] | |
| }, | |
| "fragment_tol": { | |
| "ppm": [ | |
| -15.0, | |
| 15.0 | |
| ] | |
| }, | |
| "quant": { | |
| "lfq": true | |
| }, | |
| "deisotope": true, | |
| "min_peaks": 15, | |
| "max_peaks": 150, | |
| "max_fragment_charge": 1, | |
| "min_matched_peaks": 3, | |
| "predict_rt": true, | |
| "wide_window": false | |
| } |
Author
jspaezp
commented
Feb 3, 2025

Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment