Skip to content

Commit

Permalink
Update 02-workflow_parameters.md for script name consistency
Browse files Browse the repository at this point in the history
wc.nf should be word_count.nf for consistency in the text
  • Loading branch information
emmcauley authored Mar 27, 2024
1 parent 2def2ee commit 2f87440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-workflow_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Let's make a copy of the `word_count.nf` script as `wc-params.nf` and add a new
input parameter.

``` bash
$ cp wc.nf wc-params.nf
$ cp word_count.nf wc-params.nf
```

To add a parameter `sleep` with the default value `2` to `wc-params.nf`
Expand Down

0 comments on commit 2f87440

Please sign in to comment.