Skip to content

Commit 2dfbac4

Browse files
committed
differences for PR #168
1 parent 0977798 commit 2dfbac4

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

04-processes-part1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Processes are isolated from each other but can communicate by sending values and
665665
The `input` block defines which channels the process is expecting to receive input from.
666666
The number of elements in input channels determines the process dependencies and the number of times a process executes.
667667

668-
![Process Flow](../fig/channel-process.png)
668+
![Diagram showing a Nextflow channel with three value feeding into a Nextflow process which then runs 3 tasks producing 3 outputs](../fig/channel-process.png)
669669

670670

671671
You can only define one input block at a time and it must contain one or more input declarations.

files/scripts/rnaseq_pipeline/nextflow.config

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script1.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script2.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script3.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script4.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script5.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script6.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script7.nf

100755100644
File mode changed.

files/scripts/rnaseq_pipeline/script8.nf

100755100644
File mode changed.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"episodes/01-getting-started-with-nextflow.md" "5d1a504430d8c242185d119b42d257d1" "site/built/01-getting-started-with-nextflow.md" "2024-06-10"
77
"episodes/02-workflow_parameters.md" "d23890eae0238c497616146440022320" "site/built/02-workflow_parameters.md" "2024-08-23"
88
"episodes/03-channels.md" "b5fad65581aa51e318f8050e3e61dc2e" "site/built/03-channels.md" "2024-08-23"
9-
"episodes/04-processes-part1.md" "26d663f100c5694b60615439a34f4c45" "site/built/04-processes-part1.md" "2024-08-23"
9+
"episodes/04-processes-part1.md" "938bf7900bf347097e27d5e7b36aeb29" "site/built/04-processes-part1.md" "2024-08-23"
1010
"episodes/05-processes-part2.md" "b5b93cff0e547801572e8f3f4c5713f7" "site/built/05-processes-part2.md" "2024-06-10"
1111
"episodes/06-workflow.md" "9fa328c536dab560c108b897320a8e9a" "site/built/06-workflow.md" "2024-06-10"
1212
"episodes/07-operators.md" "3fd5fdf3e473d7418d6661788e002f23" "site/built/07-operators.md" "2024-04-23"

0 commit comments

Comments
 (0)