Skip to content

Commit

Permalink
Improve comment about all rule in episode 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Mar 21, 2023
1 parent e34cc8b commit 4fc60d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions episodes/08_scatter_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ snakemake -c1 --dry-run Images/hd529k3h.jpg
```

## Updating all rule
Update the all rule adding a function that returns the list of all images that should be created.

```
def get_image_filenames(wildcards):
filename = config["filter_multimedia"]
Expand Down

0 comments on commit 4fc60d2

Please sign in to comment.