Skip to content

Commit

Permalink
fix get dataset code line
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Sep 6, 2024
1 parent fb6ebd7 commit 82a0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/get_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once the tool is installed, you can download the "Kickstart" dataset with the fo

```{code-block} bash
# Select the header of the table
head -n7 coal-metagenomics.tsv > coal-metagenomics_Kickstart_only.tsv
head -n8 coal-metagenomics.tsv > coal-metagenomics_Kickstart_only.tsv
# Append the relevant line for the Kickstart dataset
grep SRR5058924 coal-metagenomics.tsv >> coal-metagenomics_Kickstart_only.tsv
Expand Down

0 comments on commit 82a0d4b

Please sign in to comment.