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/envsetup/index.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,15 @@ If you already have a GitHub Codespaces account, click on the button below, othe
9
9
Let's get started!
10
10
11
11
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
12
+
13
+
For more detailed instructions for GitHub Codespaces, see the [GitHub Codespaces env-setup docs](01_setup.md).
14
+
If you cannot use GitHub Codespaces and wish to use a local development environment, see the [documentation for local installation](02_local.md).
15
+
16
+
!!! info "Deprecation of GitPod"
17
+
18
+
Nextflow Training used to use [Gitpod](https://gitpod.io) until February 2025.
19
+
However, the makers of Gitpod have decided to retire the free functionality in favor of their new [Gitpod Flex](https://www.gitpod.io/blog/introducing-gitpod-flex) system.
20
+
For that reason, we have switched to using GitHub Codespaces, which also offer a one-click developer environment with no prior setup.
21
+
22
+
Depending on when you signed up to GitPod and when exactly they retire the service, you may still be able to launch the training in their old cloud IDE, though we cannot guarantee reliable access going forward:
23
+
[Open in Gitpod](https://gitpod.io/#https://github.com/nextflow-io/training).
Copy file name to clipboardExpand all lines: docs/index.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,11 @@ When you're ready to get down to work, click on the 'Open in GitHub Codespaces'
22
22
23
23
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
24
24
25
-
!!! note
26
-
27
-
Nextflow Training used to use [Gitpod](https://gitpod.io) until February 2025.
28
-
However, the makers of Gitpod have decided to retire the free functionality in favor of their new [Gitpod Flex](https://www.gitpod.io/blog/introducing-gitpod-flex) system.
29
-
For that reason, we have switched to using GitHub Codespaces, which also offer a one-click developer environment with no prior setup.
30
-
31
-
Depending on when you signed up to GitPod and when exactly they retire the service, you may still be able to launch the training in their old cloud IDE, though we cannot guarantee reliable access going forward:
32
-
[Open in Gitpod](https://gitpod.io/#https://github.com/nextflow-io/training).
33
-
34
25
## Training Environment Setup
35
26
36
27
!!! exercise "Environment Setup"
37
28
38
-
!!! quote inline end ""
29
+
!!! tip inline end ""
39
30
40
31
:material-lightbulb: Set up your environment for the first time.
41
32
@@ -49,20 +40,22 @@ These are foundational, domain-agnostic courses intended for those who are compl
49
40
50
41
!!! exercise "Hello Nextflow"
51
42
52
-
!!! quote inline end ""
43
+
!!! tip inline end ""
53
44
54
45
:material-run-fast: Learn to develop pipelines in Nextflow.
55
46
56
47
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.
57
48
58
49
[Launch the Hello Nextflow training :material-arrow-right:](hello_nextflow/index.md){ .md-button .md-button--primary }
59
50
60
-
**Coming soon:** "Nextflow Run" — Learn to run Nextflow pipelines (run only, no code development)
51
+
!!! info ""
52
+
53
+
**Coming soon:** "Nextflow Run" — Learn to run Nextflow pipelines (run only, no code development)
61
54
62
55
<!-- COMMENTED OUT UNTIL THIS IS READY
63
56
!!! exercise "Nextflow Run"
64
57
65
-
!!! quote inline end ""
58
+
!!! tip inline end ""
66
59
67
60
:material-run-fast: Learn to run Nextflow pipelines.
68
61
@@ -77,20 +70,22 @@ These are courses that demonstrate how to apply the concepts and components pres
77
70
78
71
!!! exercise "Nextflow for Genomics"
79
72
80
-
!!! quote inline end ""
73
+
!!! tip inline end ""
81
74
82
75
:material-run-fast: Learn to develop a pipeline for genomics in Nextflow.
83
76
84
77
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.
85
78
86
79
[Launch the Nextflow for Genomics training :material-arrow-right:](nf4_science/genomics/){ .md-button .md-button--primary }
87
80
88
-
**Coming soon:** "Nextflow for RNAseq" — Learn to develop a pipeline for bulk RNAseq analysis in Nextflow
81
+
!!! info ""
82
+
83
+
**Coming soon:** "Nextflow for RNAseq" — Learn to develop a pipeline for bulk RNAseq analysis in Nextflow
89
84
90
85
<!-- COMMENTED OUT UNTIL THIS IS READY
91
86
!!! exercise "Nextflow for RNAseq"
92
87
93
-
!!! quote inline end ""
88
+
!!! tip inline end ""
94
89
95
90
:material-run-fast: Learn to develop a pipeline for bulk RNAseq analysis in Nextflow.
96
91
@@ -106,7 +101,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
106
101
<!-- COMMENTED OUT UNTIL THE FIRST ONE IS READY
107
102
!!! exercise "Side Quests"
108
103
109
-
!!! quote inline end ""
104
+
!!! tip inline end ""
110
105
111
106
:material-run-fast: Training modules for a variety of topics of interest.
112
107
@@ -117,7 +112,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
117
112
118
113
!!! exercise "Fundamentals Training"
119
114
120
-
!!! tip inline end ""
115
+
!!! quote inline end ""
121
116
122
117
:material-lightbulb: Comprehensive training material for exploring the full scope of Nextflow's capabilities.
0 commit comments