Skip to content

Commit

Permalink
fix referenced path to getQuote solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
ejseqera committed Nov 16, 2024
1 parent 8b28f06 commit c72c3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hello_nextflow/03_hello_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ For the `quote` container image, you can either use the one you built yourself i
"""
```

You can find a solution to this exercise in `containers/scripts/hello-containers-4.1.nf`.
You can find a solution to this exercise in `containers/solutions/hello-containers-4.1.nf`.

### 4.2. Modify your Nextflow pipeline to allow it to execute in `quote` and `sayHello` modes.

Expand All @@ -462,7 +462,7 @@ workflow {

You can use `new_ch = processName.out` to assign a name to the output channel of a process.

You can find a solution to this exercise in `containers/scripts/hello-containers-4.2.nf`.
You can find a solution to this exercise in `containers/solutions/hello-containers-4.2.nf`.

### Takeaway

Expand Down

0 comments on commit c72c3e5

Please sign in to comment.