|
2 | 2 | description: Material de treinamento básico do Nextflow |
3 | 3 | --- |
4 | 4 |
|
| 5 | +!!! warning |
| 6 | + |
| 7 | + Some of the translations on the training portal are out of date. |
| 8 | + The translated material may be incomplete or incorrect. |
| 9 | + We plan to update the translations later this year. |
| 10 | + In the meantime, please try to work through the English-language material if you can. |
| 11 | + |
5 | 12 | # Canais |
6 | 13 |
|
7 | 14 | Canais são uma estrutura de dados chave do Nextflow que permite a implementação de fluxos de trabalho computacionais utilizando paradigmas funcional e reativo com base no paradigma de programação [Dataflow](https://en.wikipedia.org/wiki/Dataflow_programming). |
@@ -229,9 +236,9 @@ Channel |
229 | 236 | Ele produzirá uma saída semelhante à seguinte: |
230 | 237 |
|
231 | 238 | ```groovy |
232 | | -[liver, [/workspace/gitpod/nf-training/data/ggal/liver_1.fq, /workspace/gitpod/nf-training/data/ggal/liver_2.fq]] |
233 | | -[gut, [/workspace/gitpod/nf-training/data/ggal/gut_1.fq, /workspace/gitpod/nf-training/data/ggal/gut_2.fq]] |
234 | | -[lung, [/workspace/gitpod/nf-training/data/ggal/lung_1.fq, /workspace/gitpod/nf-training/data/ggal/lung_2.fq]] |
| 239 | +[liver, [/workspaces/training/nf-training/data/ggal/liver_1.fq, /workspaces/training/nf-training/data/ggal/liver_2.fq]] |
| 240 | +[gut, [/workspaces/training/nf-training/data/ggal/gut_1.fq, /workspaces/training/nf-training/data/ggal/gut_2.fq]] |
| 241 | +[lung, [/workspaces/training/nf-training/data/ggal/lung_1.fq, /workspaces/training/nf-training/data/ggal/lung_2.fq]] |
235 | 242 | ``` |
236 | 243 |
|
237 | 244 | !!! warning |
@@ -487,7 +494,7 @@ for (List linha : linhas) { |
487 | 494 | Adicione um arquivo de texto CSV contendo o seguinte, como uma entrada de exemplo com o nome "fastq.csv": |
488 | 495 |
|
489 | 496 | ```csv |
490 | | - gut,/workspace/gitpod/nf-training/data/ggal/gut_1.fq,/workspace/gitpod/nf-training/data/ggal/gut_2.fq |
| 497 | + gut,/workspaces/training/nf-training/data/ggal/gut_1.fq,/workspaces/training/nf-training/data/ggal/gut_2.fq |
491 | 498 | ``` |
492 | 499 |
|
493 | 500 | Em seguida, substitua o canal de entrada para as leituras em `script7.nf`, alterando as seguintes linhas: |
|
0 commit comments