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
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>
Copy file name to clipboardExpand all lines: docs/en/docs/hello_nf-core/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ additional_information:
16
16
audience_prerequisites:
17
17
- "**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."
18
18
- "**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."
20
20
- "**Domain:** The exercises are all domain-agnostic, so no prior scientific knowledge is required."
Copy file name to clipboardExpand all lines: docs/en/docs/nfcore_run/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ additional_information:
12
12
- Understand how nf-core pipelines validate parameters and input data
13
13
- Run a production-scale pipeline (nf-core/rnaseq) and override its default resource allocations
14
14
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."
16
16
- "**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`."
17
18
- "**Domain:** The exercises use bioinformatics pipelines, but no prior scientific domain knowledge is required."
Copy file name to clipboardExpand all lines: docs/en/docs/seqera_run/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ additional_information:
14
14
audience_prerequisites:
15
15
- "**Audience:** This course is designed for learners who want to run Nextflow pipelines at scale using Seqera Platform."
16
16
- "**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."
0 commit comments