Skip to content

Commit 29e6e53

Browse files
authored
Update README.md
1 parent 73ecc1a commit 29e6e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ If you want to calibrate your predictions (HIGHLY recommended), please provide a
2323
```sh
2424
im2deep <path/to/peptide_file.csv> --calibration-file <path/to/peptide_file_with_CCS.csv>
2525
```
26+
To use the multi-output prediction model on top of the original model, provide the -e flag:
27+
```sh
28+
im2deep <path/to/peptide_file.csv> --calibration-file <path/to/peptide_file_with_CCS.csv> -e
29+
```
2630
For an overview of all CLI arguments, run `im2deep --help`.
2731

2832
## Input files

0 commit comments

Comments
 (0)