Skip to content

Commit eef43f9

Browse files
committed
Update parameter files.
1 parent e853839 commit eef43f9

4 files changed

+20
-16
lines changed

parameter_files/Nglyco-HCD_fragger.params

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# MSFragger-4.0
1+
# MSFragger-4.1
22
database_name = # Path to the protein database file in FASTA format.
33
num_threads = 11 # Number of CPU threads to use.
44

55
precursor_mass_lower = -20 # Lower bound of the precursor mass window.
66
precursor_mass_upper = 20 # Upper bound of the precursor mass window.
77
precursor_mass_units = 1 # Precursor mass tolerance units (0 for Da, 1 for ppm).
8-
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for wide-window acquisition DDA).
8+
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for DDA+).
99
precursor_true_tolerance = 20 # True precursor mass tolerance (window is +/- this value).
1010
precursor_true_units = 1 # True precursor mass tolerance units (0 for Da, 1 for ppm).
1111
fragment_mass_tolerance = 20 # Fragment mass tolerance (window is +/- this value).
1212
fragment_mass_units = 1 # Fragment mass tolerance units (0 for Da, 1 for ppm).
13-
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters).
13+
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters, 4 for ON and find the optimal fragment mass tolerance).
1414
use_all_mods_in_first_search = 0 # Use all variable modifications in first search (0 for No, 1 for Yes).
1515
decoy_prefix = rev_ # Prefix of the decoy protein entries. Used for parameter optimization only.
1616

@@ -25,7 +25,8 @@ precursor_mass_mode = corrected # One of isolated/selected/corrected.
2525
remove_precursor_peak = 1 # Remove precursor peaks from tandem mass spectra. 0 = not remove; 1 = remove the peak with precursor charge; 2 = remove the peaks with all charge states (only for DDA mode).
2626
remove_precursor_range = -1.500000,1.500000 # m/z range in removing precursor peaks. Only for DDA mode. Unit: Th.
2727
intensity_transform = 0 # Transform peaks intensities with sqrt root. 0 = not transform; 1 = transform using sqrt root.
28-
activation_types = all # Filter to only search scans of provided activation type(s). Allowed: All, HCD, CID, ETD, ECD.
28+
activation_types = all # Filter to only search scans of provided activation type(s), separated by /. Allowed: All, HCD, CID, ETD, ECD.
29+
analyzer_types = all # Filter to only include scans matching the provided analyzer type(s) in search, separated by /. Only support the mzML and raw format. Allowed types: all, FTMS, ITMS.
2930
group_variable = 0 # Specify the variable used to decide the PSM group in the group FDR estimation. 0 = no group FDR; 1 = num_enzyme_termini; 2 = PE from protein header.
3031
require_precursor = 1 # If required, PSMs with no precursor peaks will be discarded. For DIA data type only. 0 = no, 1 = yes.
3132
reuse_dia_fragment_peaks = 0 # Allow the same peak matches to multiple peptides. For DIA data type only. 0 = no, 1 = yes.

parameter_files/closed_fragger.params

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# MSFragger-4.0
1+
# MSFragger-4.1
22
database_name = # Path to the protein database file in FASTA format.
33
num_threads = 11 # Number of CPU threads to use.
44

55
precursor_mass_lower = -20 # Lower bound of the precursor mass window.
66
precursor_mass_upper = 20 # Upper bound of the precursor mass window.
77
precursor_mass_units = 1 # Precursor mass tolerance units (0 for Da, 1 for ppm).
8-
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for wide-window acquisition DDA).
8+
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for DDA+).
99
precursor_true_tolerance = 20 # True precursor mass tolerance (window is +/- this value).
1010
precursor_true_units = 1 # True precursor mass tolerance units (0 for Da, 1 for ppm).
1111
fragment_mass_tolerance = 20 # Fragment mass tolerance (window is +/- this value).
1212
fragment_mass_units = 1 # Fragment mass tolerance units (0 for Da, 1 for ppm).
13-
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters).
13+
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters, 4 for ON and find the optimal fragment mass tolerance).
1414
use_all_mods_in_first_search = 0 # Use all variable modifications in first search (0 for No, 1 for Yes).
1515
decoy_prefix = rev_ # Prefix of the decoy protein entries. Used for parameter optimization only.
1616

@@ -25,7 +25,8 @@ precursor_mass_mode = selected # One of isolated/selected/corrected.
2525
remove_precursor_peak = 1 # Remove precursor peaks from tandem mass spectra. 0 = not remove; 1 = remove the peak with precursor charge; 2 = remove the peaks with all charge states (only for DDA mode).
2626
remove_precursor_range = -1.500000,1.500000 # m/z range in removing precursor peaks. Only for DDA mode. Unit: Th.
2727
intensity_transform = 0 # Transform peaks intensities with sqrt root. 0 = not transform; 1 = transform using sqrt root.
28-
activation_types = all # Filter to only search scans of provided activation type(s). Allowed: All, HCD, CID, ETD, ECD.
28+
activation_types = all # Filter to only search scans of provided activation type(s), separated by /. Allowed: All, HCD, CID, ETD, ECD.
29+
analyzer_types = all # Filter to only include scans matching the provided analyzer type(s) in search, separated by /. Only support the mzML and raw format. Allowed types: all, FTMS, ITMS.
2930
group_variable = 0 # Specify the variable used to decide the PSM group in the group FDR estimation. 0 = no group FDR; 1 = num_enzyme_termini; 2 = PE from protein header.
3031
require_precursor = 1 # If required, PSMs with no precursor peaks will be discarded. For DIA data type only. 0 = no, 1 = yes.
3132
reuse_dia_fragment_peaks = 0 # Allow the same peak matches to multiple peptides. For DIA data type only. 0 = no, 1 = yes.

parameter_files/nonspecific_fragger.params

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# MSFragger-4.0
1+
# MSFragger-4.1
22
database_name = # Path to the protein database file in FASTA format.
33
num_threads = 11 # Number of CPU threads to use.
44

55
precursor_mass_lower = -20 # Lower bound of the precursor mass window.
66
precursor_mass_upper = 20 # Upper bound of the precursor mass window.
77
precursor_mass_units = 1 # Precursor mass tolerance units (0 for Da, 1 for ppm).
8-
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for wide-window acquisition DDA).
8+
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for DDA+).
99
precursor_true_tolerance = 15 # True precursor mass tolerance (window is +/- this value).
1010
precursor_true_units = 1 # True precursor mass tolerance units (0 for Da, 1 for ppm).
1111
fragment_mass_tolerance = 20 # Fragment mass tolerance (window is +/- this value).
1212
fragment_mass_units = 1 # Fragment mass tolerance units (0 for Da, 1 for ppm).
13-
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters).
13+
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters, 4 for ON and find the optimal fragment mass tolerance).
1414
use_all_mods_in_first_search = 0 # Use all variable modifications in first search (0 for No, 1 for Yes).
1515
decoy_prefix = rev_ # Prefix of the decoy protein entries. Used for parameter optimization only.
1616

@@ -25,7 +25,8 @@ precursor_mass_mode = selected # One of isolated/selected/corrected.
2525
remove_precursor_peak = 1 # Remove precursor peaks from tandem mass spectra. 0 = not remove; 1 = remove the peak with precursor charge; 2 = remove the peaks with all charge states (only for DDA mode).
2626
remove_precursor_range = -1.500000,1.500000 # m/z range in removing precursor peaks. Only for DDA mode. Unit: Th.
2727
intensity_transform = 1 # Transform peaks intensities with sqrt root. 0 = not transform; 1 = transform using sqrt root.
28-
activation_types = all # Filter to only search scans of provided activation type(s). Allowed: All, HCD, CID, ETD, ECD.
28+
activation_types = all # Filter to only search scans of provided activation type(s), separated by /. Allowed: All, HCD, CID, ETD, ECD.
29+
analyzer_types = all # Filter to only include scans matching the provided analyzer type(s) in search, separated by /. Only support the mzML and raw format. Allowed types: all, FTMS, ITMS.
2930
group_variable = 0 # Specify the variable used to decide the PSM group in the group FDR estimation. 0 = no group FDR; 1 = num_enzyme_termini; 2 = PE from protein header.
3031
require_precursor = 1 # If required, PSMs with no precursor peaks will be discarded. For DIA data type only. 0 = no, 1 = yes.
3132
reuse_dia_fragment_peaks = 0 # Allow the same peak matches to multiple peptides. For DIA data type only. 0 = no, 1 = yes.

parameter_files/open_fragger.params

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# MSFragger-4.0
1+
# MSFragger-4.1
22
database_name = # Path to the protein database file in FASTA format.
33
num_threads = 11 # Number of CPU threads to use.
44

55
precursor_mass_lower = -150 # Lower bound of the precursor mass window.
66
precursor_mass_upper = 500 # Upper bound of the precursor mass window.
77
precursor_mass_units = 0 # Precursor mass tolerance units (0 for Da, 1 for ppm).
8-
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for wide-window acquisition DDA).
8+
data_type = 0 # Data type (0 for DDA, 1 for DIA, 2 for gas-phase fractionation DIA, 3 for DDA+).
99
precursor_true_tolerance = 20 # True precursor mass tolerance (window is +/- this value).
1010
precursor_true_units = 1 # True precursor mass tolerance units (0 for Da, 1 for ppm).
1111
fragment_mass_tolerance = 20 # Fragment mass tolerance (window is +/- this value).
1212
fragment_mass_units = 1 # Fragment mass tolerance units (0 for Da, 1 for ppm).
13-
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters).
13+
calibrate_mass = 2 # Perform mass calibration (0 for OFF, 1 for ON, 2 for ON and find optimal parameters, 4 for ON and find the optimal fragment mass tolerance).
1414
use_all_mods_in_first_search = 0 # Use all variable modifications in first search (0 for No, 1 for Yes).
1515
decoy_prefix = rev_ # Prefix of the decoy protein entries. Used for parameter optimization only.
1616

@@ -25,7 +25,8 @@ precursor_mass_mode = corrected # One of isolated/selected/corrected.
2525
remove_precursor_peak = 1 # Remove precursor peaks from tandem mass spectra. 0 = not remove; 1 = remove the peak with precursor charge; 2 = remove the peaks with all charge states (only for DDA mode).
2626
remove_precursor_range = -1.500000,1.500000 # m/z range in removing precursor peaks. Only for DDA mode. Unit: Th.
2727
intensity_transform = 0 # Transform peaks intensities with sqrt root. 0 = not transform; 1 = transform using sqrt root.
28-
activation_types = all # Filter to only search scans of provided activation type(s). Allowed: All, HCD, CID, ETD, ECD.
28+
activation_types = all # Filter to only search scans of provided activation type(s), separated by /. Allowed: All, HCD, CID, ETD, ECD.
29+
analyzer_types = all # Filter to only include scans matching the provided analyzer type(s) in search, separated by /. Only support the mzML and raw format. Allowed types: all, FTMS, ITMS.
2930
group_variable = 0 # Specify the variable used to decide the PSM group in the group FDR estimation. 0 = no group FDR; 1 = num_enzyme_termini; 2 = PE from protein header.
3031
require_precursor = 1 # If required, PSMs with no precursor peaks will be discarded. For DIA data type only. 0 = no, 1 = yes.
3132
reuse_dia_fragment_peaks = 0 # Allow the same peak matches to multiple peptides. For DIA data type only. 0 = no, 1 = yes.

0 commit comments

Comments
 (0)