File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -379,11 +379,11 @@ This feature requires the `nextflow.preview.recursion` feature flag to be enable
379
379
380
380
Processes can be invoked recursively using the ` recurse ` method.
381
381
382
- ``` {literalinclude} ../ snippets/recurse-process.nf
382
+ ``` {literalinclude} snippets/recurse-process.nf
383
383
:language: nextflow
384
384
```
385
385
386
- ``` {literalinclude} ../ snippets/recurse-process.out
386
+ ``` {literalinclude} snippets/recurse-process.out
387
387
:language: console
388
388
```
389
389
@@ -400,11 +400,11 @@ count_down
400
400
401
401
Workflows can also be invoked recursively:
402
402
403
- ``` {literalinclude} ../ snippets/recurse-workflow.nf
403
+ ``` {literalinclude} snippets/recurse-workflow.nf
404
404
:language: nextflow
405
405
```
406
406
407
- ``` {literalinclude} ../ snippets/recurse-workflow.out
407
+ ``` {literalinclude} snippets/recurse-workflow.out
408
408
:language: console
409
409
```
410
410
You can’t perform that action at this time.
0 commit comments