Skip to content

Commit

Permalink
Update 02-downloading-genomes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Pashkov authored Aug 19, 2024
1 parent f09a945 commit 218f9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/02-downloading-genomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Great! The genome is available!
Now, we can proceed to download it. To better organize our data, we can save this file into a specific directory for this strain. We can indicate this instruction with the `--output-folder` or `-o` flag followed by the name we choose. In this case, will be `-o agalactie_515`. Notice that now we no longer need the flag the `-n`.

~~~
$ ncbi-genome-download --genera "Streptococcus agalactiae" -S 515 --formats fasta -o agalactie_515 bacteria
$ ncbi-genome-download --genera "Streptococcus agalactiae" -S 515 --formats fasta -o agalactiae_515 bacteria
~~~
{: .language-bash}

Expand Down

0 comments on commit 218f9a2

Please sign in to comment.