Skip to content

Commit

Permalink
Fix incorrect image in getting_started.md
Browse files Browse the repository at this point in the history
Fix screengrabs
  • Loading branch information
VarunAnanth2003 authored Nov 20, 2024
1 parent 8101875 commit 084b18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Congratulations! Casanovo is installed and running in db-search mode.

0 comments on commit 084b18c

Please sign in to comment.