Skip to content

Commit d83f671

Browse files
committed
Update side quests index and titles
1 parent a73096b commit d83f671

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

docs/side_quests/index.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,18 @@ hide:
66

77
# Side Quests
88

9-
[TODO] This is a collection of standalone training modules that go deeper into specific topics. You can go through them in any order.
9+
This is a collection of standalone training mini-courses that go deeper into specific topics. You can go through them in any order.
1010

11-
Let's get started!
11+
Let's get started! Click on the "Open in GitHub Codespaces" button below to launch the training environment (preferably in a separate tab), then read on while it loads.
1212

1313
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
1414

15-
## Learning objectives
15+
## Prerequisites
1616

17-
The learning objectives are specific to each section. [TODO]
17+
The specific prerequisites of each mini-courses vary and are documented in the corresponding pages.
18+
Nevertheless, they all assume some minimal familiarity with the following:
1819

19-
## Audience & prerequisites
20+
- Experience with the command line
21+
- Foundational Nextflow concepts and tooling covered in the [Hello Nextflow](../../hello_nextflow/) beginner training course.
2022

21-
[TODO]
22-
23-
**Prerequisites**
24-
25-
- A GitHub account
26-
- Experience with command line
27-
[TODO]
23+
For technical requirements and environment setup, see the [Environment Setup](../../envsetup/) mini-course.

docs/side_quests/nf-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Side Quest: nf-test
1+
# Testing with nf-test
22

33
Being able to systematically test that every part of your workflow is doing what it's supposed to do is critical for reproducibility and long-term maintenance, and can be a huge help during the development process.
44

docs/side_quests/workflows_of_workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Side Quest: Workflows of Workflows
1+
# Workflows of Workflows
22

33
One of the most powerful features of Nextflow is its ability to compose complex pipelines from smaller, reusable workflow modules. This modular approach makes pipelines easier to develop, test, and maintain.
44

0 commit comments

Comments
 (0)