File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1737,8 +1737,8 @@ This can be defined in the ``nextflow.config`` file as shown below::
17371737fair
17381738----
17391739
1740- When using the ``fair `` directive the sequence of the outputs of a process executions is guaranteed
1741- to match the sequence of the input values irrespective . For example::
1740+ When using the ``fair `` directive, the sequence of the outputs of a process is guaranteed
1741+ to match the sequence of the input values. For example::
17421742
17431743 process foo {
17441744 fair true
@@ -1757,7 +1757,7 @@ to match the sequence of the input values irrespective. For example::
17571757 channel.of('A','B','C','D') | foo | view
17581758 }
17591759
1760- The above example produces the following output ::
1760+ The above example produces::
17611761
17621762 [1, A]
17631763 [2, B]
You can’t perform that action at this time.
0 commit comments