Skip to content

Commit 60fc95c

Browse files
authored
Merge pull request #511 from ewels/minor-fixes
Minor fixes
2 parents 684138d + 6d837fc commit 60fc95c

File tree

7 files changed

+28
-119
lines changed

7 files changed

+28
-119
lines changed

.gitpod.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/envsetup/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ If you already have a GitHub Codespaces account, click on the button below, othe
99
Let's get started!
1010

1111
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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).

docs/index.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,11 @@ When you're ready to get down to work, click on the 'Open in GitHub Codespaces'
2222

2323
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
2424

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-
3425
## Training Environment Setup
3526

3627
!!! exercise "Environment Setup"
3728

38-
!!! quote inline end ""
29+
!!! tip inline end ""
3930

4031
:material-lightbulb: Set up your environment for the first time.
4132

@@ -49,20 +40,22 @@ These are foundational, domain-agnostic courses intended for those who are compl
4940

5041
!!! exercise "Hello Nextflow"
5142

52-
!!! quote inline end ""
43+
!!! tip inline end ""
5344

5445
:material-run-fast: Learn to develop pipelines in Nextflow.
5546

5647
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.
5748

5849
[Launch the Hello Nextflow training :material-arrow-right:](hello_nextflow/index.md){ .md-button .md-button--primary }
5950

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)
6154

6255
<!-- COMMENTED OUT UNTIL THIS IS READY
6356
!!! exercise "Nextflow Run"
6457
65-
!!! quote inline end ""
58+
!!! tip inline end ""
6659
6760
:material-run-fast: Learn to run Nextflow pipelines.
6861
@@ -77,20 +70,22 @@ These are courses that demonstrate how to apply the concepts and components pres
7770

7871
!!! exercise "Nextflow for Genomics"
7972

80-
!!! quote inline end ""
73+
!!! tip inline end ""
8174

8275
:material-run-fast: Learn to develop a pipeline for genomics in Nextflow.
8376

8477
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.
8578

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

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
8984

9085
<!-- COMMENTED OUT UNTIL THIS IS READY
9186
!!! exercise "Nextflow for RNAseq"
9287
93-
!!! quote inline end ""
88+
!!! tip inline end ""
9489
9590
:material-run-fast: Learn to develop a pipeline for bulk RNAseq analysis in Nextflow.
9691
@@ -106,7 +101,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
106101
<!-- COMMENTED OUT UNTIL THE FIRST ONE IS READY
107102
!!! exercise "Side Quests"
108103
109-
!!! quote inline end ""
104+
!!! tip inline end ""
110105
111106
:material-run-fast: Training modules for a variety of topics of interest.
112107
@@ -117,7 +112,7 @@ These are courses that demonstrate how to use Nextflow features in more detail o
117112

118113
!!! exercise "Fundamentals Training"
119114

120-
!!! tip inline end ""
115+
!!! quote inline end ""
121116

122117
:material-lightbulb: Comprehensive training material for exploring the full scope of Nextflow's capabilities.
123118

docs/nextflow_run/01_orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you run this inside `run-nextflow`, you should see the following output: [TOD
4040
If for whatever reason you move out of this directory, you can always run this command to return to it:
4141

4242
```bash
43-
cd /workspace/gitpod/run-nextflow
43+
cd /workspaces/training/run-nextflow
4444
```
4545

4646
Now, to begin the course, click on the arrow in the bottom right corner of this page.

docs/nf4_science/genomics/00_orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ _Completed workflows (solutions) will be added in the near future._
6565
If for whatever reason you move out of this directory, you can always run this command to return to it:
6666

6767
```bash
68-
cd /workspace/gitpod/nf4-science/genomics
68+
cd /workspaces/training/nf4-science/genomics
6969
```
7070

7171
Now, to begin the course, click on the arrow in the bottom right corner of this page.

docs/side_quests/orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you run this inside `tapas`, you should see the following output: [TODO]
4040
If for whatever reason you move out of this directory, you can always run this command to return to it:
4141

4242
```bash
43-
cd /workspace/gitpod/tapas
43+
cd /workspaces/training/tapas
4444
```
4545

4646
Now, to begin the course, click on the arrow in the bottom right corner of this page.

gitpod-ws.code-workspace

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)