diff --git a/docs/getting_started.md b/docs/getting_started.md index 6a39cf30..bbfb0f06 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -113,7 +113,7 @@ To perform database search using Casanovo as a score function, use the `casanovo ```sh casanovo db-search spectra.mgf proteome.fasta ``` -![`casanovo configure --help`](images/db-search-help.svg) +![`casanovo db-search --help`](images/db-search-help.svg) Casanovo will create candidates from the given fasta file, and score them against MS/MS spectra in mzML, mzXML, and MGF files. This will write PSM scores for the given MS/MS spectra and fasta file to the specified output file in mzTab format. @@ -183,4 +183,4 @@ casanovo db-search [PATH_TO_MGF]/sample_preprocessed_spectra.mgf [PATH_TO_FASTA] This job should complete in < 15 minutes. -Congratulations! Casanovo is installed and running in db-search mode. \ No newline at end of file +Congratulations! Casanovo is installed and running in db-search mode.