We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e6e53 commit d084866Copy full SHA for d084866
README.md
@@ -23,7 +23,7 @@ If you want to calibrate your predictions (HIGHLY recommended), please provide a
23
```sh
24
im2deep <path/to/peptide_file.csv> --calibration-file <path/to/peptide_file_with_CCS.csv>
25
```
26
-To use the multi-output prediction model on top of the original model, provide the -e flag:
+To use the multi-output prediction model on top of the original model, provide the -e flag (make sure you have the optional dependencies installed!):
27
28
im2deep <path/to/peptide_file.csv> --calibration-file <path/to/peptide_file_with_CCS.csv> -e
29
0 commit comments