Skip to content

Commit

Permalink
Merge pull request #248 from nextflow-io/improve-fair-mention
Browse files Browse the repository at this point in the history
Improve description of the fair process directive
  • Loading branch information
mribeirodantas committed Jun 30, 2023
2 parents 4fc178c + 4ed5544 commit 85a7e88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/basic_training/cache_and_resume.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ bam
| PROCESS_C
```

Si les méta-cartes ne sont pas possibles, une alternative est d'utiliser la directive de processus [`fair`](https://nextflow.io/docs/edge/process.html#fair). Lorsque cette directive est spécifiée, Nextflow garantira que l'ordre des sorties correspondra à l'ordre des entrées.
Si les méta-cartes ne sont pas possibles, une alternative est d'utiliser la directive de processus [`fair`](https://nextflow.io/docs/edge/process.html#fair). Lorsque cette directive est spécifiée, Nextflow garantira que l'ordre des sorties correspondra à l'ordre des entrées. Il est important de mentionner que l'ordre dans lequel les tâches seront terminées ne suivra pas nécessairement l'ordre dans le canal d'entrée, mais Nextflow garantit qu'à la fin de celui-ci, le canal de sortie contiendra les éléments dans l'ordre respectif.

!!! warning

Expand Down
2 changes: 1 addition & 1 deletion docs/basic_training/cache_and_resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ bam
| PROCESS_C
```

If meta maps are not possible, an alternative is to use the [`fair`](https://nextflow.io/docs/edge/process.html#fair) process directive. When specified, Nextflow will guarantee that the order of outputs will match the order of inputs.
If meta maps are not possible, an alternative is to use the [`fair`](https://nextflow.io/docs/edge/process.html#fair) process directive. When this directive is specified, Nextflow will guarantee that the order of outputs will match the order of inputs (not the order in which the tasks run, only the order of the output channel).

!!! warning

Expand Down
2 changes: 1 addition & 1 deletion docs/basic_training/cache_and_resume.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ bam
| PROCESSO_C
```

Se os meta mapas não forem possíveis, uma alternativa é usar a diretiva de processo [`fair`](https://nextflow.io/docs/edge/process.html#fair). Quando especificada, o Nextflow garantirá que a ordem dos elementos nos canais de saída corresponderá à ordem dos respectivos elementos nos canais de entrada.
Se os meta mapas não forem possíveis, uma alternativa é usar a diretiva de processo [`fair`](https://nextflow.io/docs/edge/process.html#fair). Quando especificada, o Nextflow garantirá que a ordem dos elementos nos canais de saída corresponderá à ordem dos respectivos elementos nos canais de entrada. É importante deixar claro que a ordem em que as tarefas serão concluídas não será necessariamente a ordem dos elementos no canal entrada, mas Nextflow garante que, ao final do processamento, os elementos no canal de saída estarão na ordem correta.

!!! warning

Expand Down

0 comments on commit 85a7e88

Please sign in to comment.