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.
1 parent b8a57ed commit be722c8Copy full SHA for be722c8
docs/hello_nextflow/07_hello_modules.md
@@ -34,10 +34,9 @@ cd hello-modules
34
```
35
36
!!! warning
37
- If you're continuing on directly from Part 5, you'll need to move up one directory first.
38
- ```
39
- cd ../hello-modules
40
+If you're continuing on directly from Part 5, you'll need to move up one directory first.
+` cd ../hello-modules
+ `
41
42
The `hello-modules` directory has the same content and structure that you're expected to end up with in `hello-config` on completion of Part 5.
43
@@ -196,7 +195,7 @@ _Before:_
196
195
197
```groovy title="hello-modules/main.nf" linenums="73"
198
workflow {
199
-````
+```
200
201
_After:_
202
0 commit comments