Skip to content

Commit ec44f94

Browse files
committed
Rename Launch to Start
To disambiguate starting a training vs launching the environment
1 parent 9e4d9c0 commit ec44f94

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you're ready to get down to work, click on the 'Open in GitHub Codespaces'
3232

3333
Instructions for setting up your environment to work through training materials (all courses). Provides an orientation to GitHub Codespaces as well as alternate installation instructions for working on your own local machine.
3434

35-
[Launch the Environment Setup training :material-arrow-right:](envsetup/index.md){ .md-button .md-button--primary }
35+
[Start the Environment Setup training :material-arrow-right:](envsetup/index.md){ .md-button .md-button--primary }
3636

3737
## Nextflow for Newcomers
3838

@@ -48,7 +48,7 @@ These are foundational, domain-agnostic courses intended for those who are compl
4848

4949
This is a course for newcomers who wish to learn how to develop their own pipelines. The course covers the core components of the Nextflow language in enough detail to enable developing simple but fully functional pipelines. It also covers key elements of pipeline design, development and configuration practices.
5050

51-
[Launch the Hello Nextflow training :material-arrow-right:](hello_nextflow/index.md){ .md-button .md-button--primary }
51+
[Start the Hello Nextflow training :material-arrow-right:](hello_nextflow/index.md){ .md-button .md-button--primary }
5252

5353
!!! info ""
5454

@@ -63,7 +63,7 @@ These are foundational, domain-agnostic courses intended for those who are compl
6363
6464
This is a course for newcomers who wish to learn how to run existing pipelines. The course covers the bare essentials of the Nextflow language in order to enable interpretation of existing pipelines, as well as the mechanics for configuring and running Nextflow pipelines from a command-line environment. It also covers important components of the Nextflow ecosystem, including the nf-core project, which offers a large number of community-curated pipelines, and the Seqera platform for managing pipeline execution at scale (operated by the creators of Nextflow).
6565
66-
[Launch the Nextflow Run training :material-arrow-right:](nextflow_run/index.md){ .md-button .md-button--primary }
66+
[Start the Nextflow Run training :material-arrow-right:](nextflow_run/index.md){ .md-button .md-button--primary }
6767
-->
6868

6969
## Nextflow for Science
@@ -78,7 +78,7 @@ These are courses that demonstrate how to apply the concepts and components pres
7878

7979
This is a course for researchers who wish to learn how to develop their own genomics pipelines. The course uses a variant calling use case to demonstrate how to develop a simple but functional genomics pipeline.
8080

81-
[Launch the Nextflow for Genomics training :material-arrow-right:](nf4_science/genomics/){ .md-button .md-button--primary }
81+
[Start the Nextflow for Genomics training :material-arrow-right:](nf4_science/genomics/){ .md-button .md-button--primary }
8282

8383
!!! exercise "Nextflow for RNAseq"
8484

@@ -88,7 +88,7 @@ These are courses that demonstrate how to apply the concepts and components pres
8888

8989
This is a course for researchers who wish to learn how to develop their own RNAseq pipelines. The course uses a bulk RNAseq processing use case to demonstrate how to develop a simple but functional RNAseq pipeline.
9090

91-
[Launch the Nextflow for RNAseq training :material-arrow-right:](nf4_science/rnaseq/){ .md-button .md-button--primary }
91+
[Start the Nextflow for RNAseq training :material-arrow-right:](nf4_science/rnaseq/){ .md-button .md-button--primary }
9292

9393
Let us know what other domains and use cases you'd like to see covered here by posting in the [Training section](https://community.seqera.io/c/training/) of the community forum.
9494

@@ -104,7 +104,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
104104

105105
This is a course for Nextflow developers who wish to widen their range and/or deepen their skills. Although the modules are presented linearly, learners are welcome to pick and choose topics in any order. Any dependencies on components/skills that go beyond the scope of the 'Hello Nextflow' course are indicated in the corresponding module overview.
106106

107-
[Launch the Side Quests training :material-arrow-right:](side_quests/){ .md-button .md-button--primary }
107+
[Start the Side Quests training :material-arrow-right:](side_quests/){ .md-button .md-button--primary }
108108

109109
!!! exercise "Fundamentals Training"
110110

@@ -114,7 +114,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
114114

115115
The fundamentals training material covers all things Nextflow. Intended as a reference material for anyone looking to build complex workflows with Nextflow.
116116

117-
[Launch the Fundamentals Training :material-arrow-right:](basic_training/index.md){ .md-button .md-button--primary }
117+
[Start the Fundamentals Training :material-arrow-right:](basic_training/index.md){ .md-button .md-button--primary }
118118

119119
!!! exercise "Advanced Training"
120120

@@ -124,7 +124,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
124124

125125
Advanced material exploring the more advanced features of the Nextflow language and runtime, and how to use them to write efficient and scalable data-intensive workflows.
126126

127-
[Launch the Advanced Training :material-arrow-right:](advanced/index.md){ .md-button .md-button--primary }
127+
[Start the Advanced Training :material-arrow-right:](advanced/index.md){ .md-button .md-button--primary }
128128

129129
## Other/Experimental
130130

docs/nf4_science/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These are courses that demonstrate how to apply the concepts and components pres
1616

1717
This is a course for researchers who wish to learn how to develop their own genomics pipelines. The course uses a variant calling use case to demonstrate how to develop a simple but functional genomics pipeline.
1818

19-
[Launch the Nextflow for Genomics training :material-arrow-right:](genomics/){ .md-button .md-button--primary }
19+
[Start the Nextflow for Genomics training :material-arrow-right:](genomics/){ .md-button .md-button--primary }
2020

2121
!!! exercise "Nextflow for RNAseq"
2222

@@ -26,6 +26,6 @@ These are courses that demonstrate how to apply the concepts and components pres
2626

2727
This is a course for researchers who wish to learn how to develop their own RNAseq pipelines. The course uses a bulk RNAseq processing use case to demonstrate how to develop a simple but functional RNAseq pipeline.
2828

29-
[Launch the Nextflow for RNAseq training :material-arrow-right:](rnaseq/){ .md-button .md-button--primary }
29+
[Start the Nextflow for RNAseq training :material-arrow-right:](rnaseq/){ .md-button .md-button--primary }
3030

3131
Let us know what other domains and use cases you'd like to see covered here by posting in the [Training section](https://community.seqera.io/c/training/) of the community forum.

0 commit comments

Comments
 (0)