Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 15, 2023
1 parent dca811b commit 20001ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ The fully qualified process name can be used as a {ref}`process selector <config

## Special operators

### Pipe (`|`)
### Pipe `|`

The `|` *pipe* operator can be used to compose Nextflow processes and operators. For example:

Expand Down Expand Up @@ -366,7 +366,7 @@ workflow {
```
:::

### And (`&`)
### And `&`

The `&` *and* operator can be used to feed multiple processes with the same channel(s). For example:

Expand Down

0 comments on commit 20001ca

Please sign in to comment.