Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 26, 2024
1 parent 02e03fb commit a45d50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/nextflow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a45d50c

Please sign in to comment.