Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ sample-data:
## Run winnow train with sample data
train-sample:
uv run winnow train \
dataset.spectrum_path_or_directory=examples/example_data/spectra.ipc \
dataset.spectrum_path_or_directory=examples/example_data/spectra.mgf \
dataset.predictions_path=examples/example_data/predictions.csv \
model_output_dir=models/new_model \
dataset_output_path=results/calibrated_dataset.csv \
Expand All @@ -148,7 +148,7 @@ predict-sample:
uv run winnow predict \
calibrator.pretrained_model_name_or_path=models/new_model \
fdr_control.fdr_threshold=1.0 \
dataset.spectrum_path_or_directory=examples/example_data/spectra.ipc \
dataset.spectrum_path_or_directory=examples/example_data/spectra.mgf \
dataset.predictions_path=examples/example_data/predictions.csv

## Clean output directories (does not delete sample data)
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defaults:

dataset:
# Path to the spectrum data file or to folder containing saved internal Winnow dataset
spectrum_path_or_directory: data/spectra.ipc
spectrum_path_or_directory: data/spectra.mgf
# Path to the beam predictions file
# Leave as null if data source is winnow, or loading will fail
predictions_path: data/predictions.csv
Expand Down Expand Up @@ -326,7 +326,7 @@ defaults:

dataset:
# Path to the spectrum data file or to folder containing saved internal Winnow dataset
spectrum_path_or_directory: data/spectra.ipc
spectrum_path_or_directory: data/spectra.mgf
# Path to the beam predictions file
# Leave as null if data source is winnow, or loading will fail
predictions_path: data/predictions.csv
Expand Down
200 changes: 100 additions & 100 deletions examples/example_data/predictions.csv

Large diffs are not rendered by default.

Binary file removed examples/example_data/spectra.ipc
Binary file not shown.
Loading
Loading