Skip to content

Commit 1627e0b

Browse files
vdauweraclaude
andcommitted
Tighten course prerequisite chains across the Users/Developers tracks
- Use nf-core now explicitly requires Nextflow Run (previously implicit), with the audience description updated to match. - Scale with Seqera now requires both Nextflow Run and Use nf-core, rather than only Use nf-core. - Build with nf-core now requires both Hello Nextflow and Use nf-core, rather than only recommending the latter. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 4385cff commit 1627e0b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/en/docs/hello_nf-core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ additional_information:
1616
audience_prerequisites:
1717
- "**Audience:** This course is designed for learners who are already familiar with basic Nextflow and want to learn to use nf-core resources and best practices."
1818
- "**Skills:** Familiarity with the command line, basic scripting concepts and common file formats is assumed."
19-
- "**Courses:** Must have completed the [Hello Nextflow](../hello_nextflow/index.md) course or equivalent. If you haven't yet run an nf-core pipeline, we also recommend completing [Use nf-core](../nfcore_run/index.md) first."
19+
- "**Courses:** Must have completed [Hello Nextflow](../hello_nextflow/index.md) and [Use nf-core](../nfcore_run/index.md), or have equivalent experience."
2020
- "**Domain:** The exercises are all domain-agnostic, so no prior scientific knowledge is required."
2121
---
2222

docs/en/docs/nfcore_run/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ additional_information:
1212
- Understand how nf-core pipelines validate parameters and input data
1313
- Run a production-scale pipeline (nf-core/rnaseq) and override its default resource allocations
1414
audience_prerequisites:
15-
- "**Audience:** This course is designed for learners who are new to Nextflow and nf-core and want to run existing community pipelines."
15+
- "**Audience:** This course is designed for learners who already know how to run local Nextflow pipelines and are new to nf-core, and want to run existing community pipelines."
1616
- "**Skills:** Some familiarity with the command line, basic scripting concepts and common file formats is assumed."
17+
- "**Courses:** Must have completed [Nextflow Run](../nextflow_run/index.md) or otherwise be comfortable running a local pipeline with `nextflow run`."
1718
- "**Domain:** The exercises use bioinformatics pipelines, but no prior scientific domain knowledge is required."
1819
---
1920

docs/en/docs/seqera_run/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ additional_information:
1414
audience_prerequisites:
1515
- "**Audience:** This course is designed for learners who want to run Nextflow pipelines at scale using Seqera Platform."
1616
- "**Skills:** Familiarity with running nf-core pipelines from the command line is assumed."
17-
- "**Courses:** Must have completed [Use nf-core](../nfcore_run/index.md) or otherwise be comfortable running `nf-core/demo` and `nf-core/rnaseq`."
17+
- "**Courses:** Must have completed [Nextflow Run](../nextflow_run/index.md) and [Use nf-core](../nfcore_run/index.md), or otherwise be comfortable running local and `nf-core/rnaseq` pipelines."
1818
---
1919

2020
# Scale with Seqera

0 commit comments

Comments
 (0)