File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,19 +131,6 @@ dataset_output_path: results/calibrated_dataset.csv
131131Controls model architecture and calibration features :
132132
133133` ` ` yaml
134- # Shared Koina model inputs — applied to all intensity-based features.
135- # To use a constant value tiled across all rows, specify it under koina_model_input_constants.
136- # To use per-row values from a metadata column, add the column mapping under koina_model_input_columns.
137- koina_model_input_constants:
138- collision_energies: 25
139- fragmentation_types: HCD
140-
141- # Shared Koina model constraints.
142- # Change these to match the capabilities of your selected Koina models.
143- koina_model_constraints:
144- max_precursor_charge: 6
145- max_peptide_length: 30
146-
147134calibrator:
148135 _target_: winnow.calibration.calibrator.ProbabilityCalibrator
149136
You can’t perform that action at this time.
0 commit comments