From 084b18c5f62941a496ce7d5a822f0f94a48f1310 Mon Sep 17 00:00:00 2001 From: Varun Ananth Date: Wed, 20 Nov 2024 18:55:56 +0100 Subject: [PATCH] Fix incorrect image in getting_started.md Fix screengrabs --- docs/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.