You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/training_collections/architects_toolkit_1.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ hide:
6
6
7
7
# The Architect's Toolkit I
8
8
9
-
Our Training Collections provide curated learning paths through our advanced training materials (called [Side Quests](../../side_quests/index.md)). This collection covers four essential topics that are frequently used together for building robust and scalable workflows.
9
+
Our Training Collections provide curated learning paths through our advanced training materials (called [Side Quests](../../side_quests)). This collection covers four essential topics that are frequently used together for building robust and scalable workflows.
10
10
11
11
## Learning objectives
12
12
@@ -25,7 +25,7 @@ This collection is designed for users who have completed the basic Nextflow trai
25
25
26
26
**Prerequisites**
27
27
28
-
- Completion of [Hello Nextflow](../../../hello_nextflow/) training or equivalent experience
28
+
- Completion of [Hello Nextflow](../../hello_nextflow/) training or equivalent experience
29
29
- Basic familiarity with Nextflow syntax and concepts
30
30
- Understanding of basic workflow development patterns
31
31
- Experience with command-line tools
@@ -34,10 +34,10 @@ This collection is designed for users who have completed the basic Nextflow trai
34
34
35
35
This collection consists of four Side Quests that cover complementary workflow engineering topics:
36
36
37
-
1.**[Workflows of Workflows](../../../side_quests/workflows_of_workflows)** - Complex workflow architecture and composition
38
-
2.**[Testing with nf-test](../../../side_quests/nf-test)** - Testing strategies for Nextflow workflows
39
-
3.**[Metadata](../../../side_quests/metadata)** - Handling metadata for items in Nextflow channels
40
-
4.**[Splitting and Grouping](../../../side_quests/splitting_and_grouping)** - Advanced data processing patterns
37
+
1.**[Workflows of Workflows](../../side_quests/workflows_of_workflows)** - Complex workflow architecture and composition
38
+
2.**[Testing with nf-test](../../side_quests/nf-test)** - Testing strategies for Nextflow workflows
39
+
3.**[Metadata](../../side_quests/metadata)** - Handling metadata for items in Nextflow channels
40
+
4.**[Splitting and Grouping](../../side_quests/splitting_and_grouping)** - Advanced data processing patterns
41
41
42
42
Each Side Quest is self-contained and covers independent concepts, but we recommend completing them in the order listed above for a logical progression through the topics.
0 commit comments