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
+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
@@ -13,7 +13,7 @@ Let's get started!
13
13
For more detailed instructions for GitHub Codespaces, see the [GitHub Codespaces env-setup docs](01_setup.md).
14
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
15
16
-
!!! note
16
+
!!! info "Deprecation of GitPod"
17
17
18
18
Nextflow Training used to use [Gitpod](https://gitpod.io) until February 2025.
19
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.
Copy file name to clipboardExpand all lines: docs/index.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ When you're ready to get down to work, click on the 'Open in GitHub Codespaces'
26
26
27
27
!!! exercise "Environment Setup"
28
28
29
-
!!! quote inline end ""
29
+
!!! tip inline end ""
30
30
31
31
:material-lightbulb: Set up your environment for the first time.
32
32
@@ -40,20 +40,22 @@ These are foundational, domain-agnostic courses intended for those who are compl
40
40
41
41
!!! exercise "Hello Nextflow"
42
42
43
-
!!! quote inline end ""
43
+
!!! tip inline end ""
44
44
45
45
:material-run-fast: Learn to develop pipelines in Nextflow.
46
46
47
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.
48
48
49
49
[Launch the Hello Nextflow training :material-arrow-right:](hello_nextflow/index.md){ .md-button .md-button--primary }
50
50
51
-
**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)
52
54
53
55
<!-- COMMENTED OUT UNTIL THIS IS READY
54
56
!!! exercise "Nextflow Run"
55
57
56
-
!!! quote inline end ""
58
+
!!! tip inline end ""
57
59
58
60
:material-run-fast: Learn to run Nextflow pipelines.
59
61
@@ -68,20 +70,22 @@ These are courses that demonstrate how to apply the concepts and components pres
68
70
69
71
!!! exercise "Nextflow for Genomics"
70
72
71
-
!!! quote inline end ""
73
+
!!! tip inline end ""
72
74
73
75
:material-run-fast: Learn to develop a pipeline for genomics in Nextflow.
74
76
75
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.
76
78
77
79
[Launch the Nextflow for Genomics training :material-arrow-right:](nf4_science/genomics/){ .md-button .md-button--primary }
78
80
79
-
**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
80
84
81
85
<!-- COMMENTED OUT UNTIL THIS IS READY
82
86
!!! exercise "Nextflow for RNAseq"
83
87
84
-
!!! quote inline end ""
88
+
!!! tip inline end ""
85
89
86
90
:material-run-fast: Learn to develop a pipeline for bulk RNAseq analysis in Nextflow.
87
91
@@ -97,7 +101,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
97
101
<!-- COMMENTED OUT UNTIL THE FIRST ONE IS READY
98
102
!!! exercise "Side Quests"
99
103
100
-
!!! quote inline end ""
104
+
!!! tip inline end ""
101
105
102
106
:material-run-fast: Training modules for a variety of topics of interest.
103
107
@@ -108,7 +112,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
108
112
109
113
!!! exercise "Fundamentals Training"
110
114
111
-
!!! tip inline end ""
115
+
!!! quote inline end ""
112
116
113
117
:material-lightbulb: Comprehensive training material for exploring the full scope of Nextflow's capabilities.
0 commit comments