Skip to content

Commit 71694e7

Browse files
Updates to Part 4: Hello Operators (was: Channels) (#408)
* Completed rewrite of the joint genotyping steps. * Updated instructions/explanations across Hello Genomics and Hello Operators * Updated intermediate workflow files for hello-genomics and hello-operators * Changed some module and workflow names - Hello Science is now Hello Genomics - Hello Channels is now Hello Operators - hello-gatk.nf is now hello-genomics.nf * Updated portal home index * Updated console output labeling, line numbers etc Co-authored-by: Marcel Ribeiro-Dantas <[email protected]>
1 parent d26900a commit 71694e7

16 files changed

+1315
-835
lines changed

docs/hello_nextflow/01_orientation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ You should see the following output:
6565

6666
```
6767

68-
**The `data` directory** contains the input data we'll use in Part 3: Hello Science, which uses an example from genomics to demonstrate how to build a simple analysis pipeline.
68+
**The `data` directory** contains the input data we'll use in Part 3: Hello Genomics, which uses an example from genomics to demonstrate how to build a simple analysis pipeline.
6969
The data are described in detail in that section of the course.
7070

7171
**The file `nextflow.config`** is a configuration file that sets minimal environment properties.
7272

7373
**The file `hello-world.nf`** is a simple but fully functional workflow script that serves as a starting point to Part 1: Hello World.
7474

75-
**The file `hello-gatk.nf`** is a stub that serves as a starting point to Part 3: Hello Science.
75+
**The file `hello-gatk.nf`** is a stub that serves as a starting point to Part 3: Hello Genomics.
7676
In its initial state, it is NOT a functional workflow script.
7777

7878
**The remaining `.nf` files** are functional workflow scripts that serve as starting points for the corresponding parts of the course.

docs/hello_nextflow/02_hello_world.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Have a look inside; you'll find a subdirectory named with a hash (in order to ma
188188

189189
You should see something like this, though the exact subdirectory names will be different on your system.
190190

191-
```console title="Output"
191+
```console title="Directory contents"
192192
work
193193
└── 1c
194194
└── 7d08e685a7aa7060b9c21667924824
@@ -904,7 +904,7 @@ For a complex workflow, or a large number of inputs, having the full list output
904904
905905
That being said, we have another problem. If you look in the `results` directory, there are only two files: `output.txt` and `UPPER-output.txt`!
906906
907-
```console title="Output"
907+
```console title="Directory contents"
908908
results
909909
├── output.txt
910910
└── UPPER-output.txt
@@ -986,7 +986,7 @@ executor > local (6)
986986
987987
But more importantly, now we have six new files in addition to the two we already had in the `results` directory:
988988
989-
```console title="Output"
989+
```console title="Directory contents"
990990
results
991991
├── Bonjour-output.txt
992992
├── Hello-output.txt

docs/hello_nextflow/04_hello_science.md renamed to docs/hello_nextflow/04_hello_genomics.md

Lines changed: 78 additions & 59 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)