Skip to content

Commit

Permalink
Completed first pass of new Hello Plumbing module
Browse files Browse the repository at this point in the history
  • Loading branch information
vdauwera committed Jan 9, 2025
1 parent 5db1e7a commit 4386ad4
Show file tree
Hide file tree
Showing 4 changed files with 695 additions and 65 deletions.
11 changes: 9 additions & 2 deletions docs/hello_nextflow/02_hello_channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

## 0. Warmup: Run hello-channels.nf
## 0. Warmup: Run `hello-channels.nf`

We're going to use the workflow script `hello-channels.nf` as a starting point.
It is equivalent to the script produced by working through Part 1 of this training course.
Expand All @@ -15,7 +15,14 @@ Just to make sure everything is working, run the script once before making any c
nextflow run hello-channels.nf
```

[TODO] ADD CONSOLE OUTPUT
```console title="Output"
N E X T F L O W ~ version 24.10.0

Launching `hello-channels.nf` [silly_moriondo] DSL2 - revision: a0dfbc86fe

executor > local (1)
[03/b321a3] sayHello [100%] 1 of 1 ✔
```

---

Expand Down
Loading

0 comments on commit 4386ad4

Please sign in to comment.