From a45d50cab1b0aab4e93c250036a34f28bbe0f40e Mon Sep 17 00:00:00 2001 From: John Sundh Date: Tue, 26 Nov 2024 16:47:45 +0100 Subject: [PATCH] Add missing quotes --- pages/nextflow.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/nextflow.qmd b/pages/nextflow.qmd index 52b25cc7..97b573cf 100644 --- a/pages/nextflow.qmd +++ b/pages/nextflow.qmd @@ -753,7 +753,7 @@ achieved by adding the `emit` option for some or all of the outputs, like so: ```nextflow output: -path(*.txt), emit: text +path("*.txt"), emit: text ``` Instead of referring to the output by its position in an array as before we