Skip to content

Commit b93f5bc

Browse files
committed
Correct name of containers script
1 parent f8abae3 commit b93f5bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/hello_nextflow/03_hello_containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This means that you can use any container image you like to run your processes,
189189

190190
### 2.1. Add a container directive to your process
191191

192-
Edit the `hello_containers.nf` script to add a `container` directive to the `cowsay` process.
192+
Edit the `hello-containers.nf` script to add a `container` directive to the `cowsay` process.
193193

194194
_Before:_
195195

@@ -213,7 +213,7 @@ process cowSay {
213213
Run the script to see the container in action.
214214

215215
```bash
216-
nextflow run hello_containers.nf
216+
nextflow run hello-containers.nf
217217
```
218218

219219
!!! NOTE
@@ -416,7 +416,7 @@ Doing these exercises is _not required_ to understand later parts of the trainin
416416
|| ||
417417
```
418418

419-
### 4.1. Modify the `hello_containers.nf` script to use a getQuote process
419+
### 4.1. Modify the `hello-containers.nf` script to use a getQuote process
420420

421421
We have a list of computer and biology pioneers in the `containers/data/pioneers.csv` file.
422422
At a high level, to complete this exercise you will need to:

0 commit comments

Comments
 (0)