We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf8fda + 3d7b020 commit 3ac52a0Copy full SHA for 3ac52a0
docs/hello_nextflow/03_hello_workflow.md
@@ -306,7 +306,7 @@ This is what we can write with confidence based on what you've learned so far.
306
But this is not functional!
307
It leaves out the input definition(s) and the first half of the script command because we need to figure out how to write that.
308
309
-### 2.1.2. Define inputs to `collectGreetings()`
+#### 2.1.2. Define inputs to `collectGreetings()`
310
311
We need to collect the greetings from all the calls to the `convertToUpper()` process.
312
What do we know we can get from the previous step in the workflow?
0 commit comments