Skip to content

Commit 00440bc

Browse files
committed
chore: align docs with main
1 parent cd9531a commit 00440bc

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

docs/configuration.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,6 @@ dataset_output_path: results/calibrated_dataset.csv
131131
Controls 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-
147134
calibrator:
148135
_target_: winnow.calibration.calibrator.ProbabilityCalibrator
149136

0 commit comments

Comments
 (0)