Skip to content

Commit

Permalink
Add missing snakemake command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Mar 21, 2023
1 parent 25f5e70 commit b17a2ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions episodes/08_scatter_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ checkpoint filter:
shell: "Rscript {input.script}"
```

## Run downloading multiple files
```bash
snakemake -c1
```

## Ensure the downloaded files are jpg
```bash
Expand Down

0 comments on commit b17a2ed

Please sign in to comment.