Skip to content

Commit d2879ef

Browse files
authored
Add survey and next steps to Nextflow Run (#684)
Also update other course surveys and next steps
1 parent 6d21ccb commit d2879ef

File tree

8 files changed

+68
-8
lines changed

8 files changed

+68
-8
lines changed

docs/hello_nextflow/survey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feedback survey
22

3-
Before you move on, please complete this short 4-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
3+
Before you move on, please complete this short 5-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
44

55
This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone!
66

docs/hello_nf-core/survey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feedback survey
22

3-
Before you move on, please complete this short 4-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
3+
Before you move on, please complete this short 5-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
44

55
This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone!
66

docs/nextflow_run/next_steps.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Next Steps
2+
3+
Congrats again on completing the Nextflow Run training course and thank you for completing our survey!
4+
5+
---
6+
7+
## 1. Top 3 ways to level up your Nextflow skills
8+
9+
Here are our top three recommendations for what to do next based on the course you just completed.
10+
11+
### 1.1. Get started with nf-core
12+
13+
**[nf-core](https://nf-co.re/)** is a worldwide collaborative effort to develop standardized open-source pipelines for a wide range of scientific research applications.\*\*
14+
The project includes [over 100 pipelines](https://nf-co.re/pipelines/) that are available for use out of the box and [well over 1400 process modules](https://nf-co.re/modules/) that can be integrated into your own projects, as well as a rich set of developer tools.
15+
16+
The **[Hello nf-core](../../hello_nf-core/index.md)** training course is a hands-on introduction you to the nf-core project and its rich set of community-curated pipelines.
17+
Part 1 covers how to find and use existing nf-core pipelines, which can save you a lot of time and effort.
18+
19+
The rest of the training covers how to adopt nf-core standards and conventions in your own work, work with nf-core modules, and contribute back to the project.
20+
You may not need to work through that part of the material if you don't plan to develop your own pipelines.
21+
22+
### 1.2. Apply Nextflow to a scientific analysis use case
23+
24+
**Check out the [Nextflow for Science](../nf4_science/index.md) page** for a list of short standalone courses that demonstrate how to apply the basic concepts and mechanisms presented in Nextflow Run to common scientific analysis use cases.
25+
Note that these are intended for people who wish to learn to develop their on pipelines.
26+
27+
If you don't see your domain represented by a relatable use case, let us know in the [Community forum](https://community.seqera.io/) or by [creating an issue in the training repository](https://github.com/nextflow-io/training/issues/new/choose) so we can add it to our to-do list.
28+
29+
### 1.3. Delve deeper into the code
30+
31+
If the Nextflow Run course left you hungry for more details about how Nextflow works, you may want to work through the [Hello Nextflow](../hello_nextflow/index.md) course.
32+
That course is the long version of the same basic tutorial, with more step-by-step dissection of the code features and mechanisms featured in the Hello pipeline.
33+
34+
Or, if that feels too repetitive and you're itching to jump into the deep end, check out our growing **collection of [Side Quests](../side_quests/index.md)**. Those are meant to be short standalone courses that go deep into specific topics like testing and metadata handling.
35+
36+
---
37+
38+
## 2. Check out Seqera Platform
39+
40+
**[Seqera Platform](https://seqera.io/) is the best way to run Nextflow in practice.**
41+
42+
It is a cloud-based platform developed by the creators of Nextflow that you can connect to your own compute infrastructure (whether local, HPC or cloud) to make it much easier to launch and manage your workflows, as well as manage your data and run analyses interactively in a cloud environment.
43+
44+
The Free Tier is available for free use by everyone (with usage quotas).
45+
Qualifying academics can get free Pro-level access (no usage limitations) through the [Academic Program](https://seqera.io/academic/program/).
46+
47+
Have a look at the [Seqera Platform tutorials](https://docs.seqera.io/platform/latest/getting-started/quickstart-demo/comm-showcase) to see if this might be useful to you.
48+
49+
---
50+
51+
### That's it for now!
52+
53+
**Good luck in your Nextflow journey and don't hesitate to let us know in the [Community forum](https://community.seqera.io/) what else we could do to help.**

docs/nextflow_run/survey.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Feedback survey
2+
3+
Before you move on, please complete this short 5-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
4+
5+
This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone!
6+
7+
<div data-tf-live="01K85R7F5HMAGCD298M2W7R93Y"></div><script src="//embed.typeform.com/next/embed.js"></script>

docs/nf4_science/genomics/next_steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you don't see your domain represented by a relatable use case, let us know in
1616

1717
### 1.2. Get started with nf-core
1818

19-
**[nf-core](https://nf-co.re/)** is a worldwide collaborative effort to develop standardized open-source pipelines for a wide range of scientific research applications.\*\*
19+
**[nf-core](https://nf-co.re/)** is a worldwide collaborative effort to develop standardized open-source pipelines for a wide range of scientific research applications.
2020
The project includes [over 100 pipelines](https://nf-co.re/pipelines/) that are available for use out of the box and [well over 1400 process modules](https://nf-co.re/modules/) that can be integrated into your own projects, as well as a rich set of developer tools.
2121

2222
The **[Hello nf-core](../../hello_nf-core/index.md)** training course will introduce you to the nf-core community-curated pipelines and development framework, designed to help you write reproducible, scalable, and standardized workflows. You’ll learn how to use existing nf-core pipelines, contribute to their development, and even start building your own, supported by best practices and a vibrant community. If you’re ready to apply your Nextflow skills in real-world projects, this is the perfect next step.
@@ -26,7 +26,7 @@ The **[Hello nf-core](../../hello_nf-core/index.md)** training course will intro
2626
In the Hello courses, we keep the level of technical complexity low on purpose to avoid overloading you with information you don't need in order to get started with Nextflow.
2727
As you move forward with your work, you're going to want to learn how to use the full feature set and power of Nextflow.
2828

29-
To that end, we are currently working on a **collection of [Side Quests](../side_quests/index.md)**, which are meant to be short standalone courses that go deep into specific topics like testing, metadata handling, using conditional statements and the differences between working on HPC _vs._ cloud.
29+
To that end, we are currently working on a **collection of [Side Quests](../side_quests/index.md)**, which are meant to be short standalone courses that go deep into specific topics like testing and metadata handling.
3030

3131
For any topics that's not covered there yet, **browse the [Fundamentals Training](../basic_training/index.md) and [Advanced Training](../advanced/index.md)** to find training materials about the topics that interest you.
3232

docs/nf4_science/genomics/survey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feedback survey
22

3-
Before you move on, please complete this short 4-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
3+
Before you move on, please complete this short 5-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
44

55
This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone!
66

docs/nf4_science/rnaseq/next_steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you don't see your domain represented by a relatable use case, let us know in
1616

1717
### 1.2. Get started with nf-core
1818

19-
**[nf-core](https://nf-co.re/)** is a worldwide collaborative effort to develop standardized open-source pipelines for a wide range of scientific research applications.\*\*
19+
**[nf-core](https://nf-co.re/)** is a worldwide collaborative effort to develop standardized open-source pipelines for a wide range of scientific research applications.
2020
The project includes [over 100 pipelines](https://nf-co.re/pipelines/) that are available for use out of the box and [well over 1400 process modules](https://nf-co.re/modules/) that can be integrated into your own projects, as well as a rich set of developer tools.
2121

2222
The **[Hello nf-core](../../hello_nf-core/index.md)** training course will introduce you to the nf-core community-curated pipelines and development framework, designed to help you write reproducible, scalable, and standardized workflows. You’ll learn how to use existing nf-core pipelines, contribute to their development, and even start building your own, supported by best practices and a vibrant community. If you’re ready to apply your Nextflow skills in real-world projects, this is the perfect next step.
@@ -26,7 +26,7 @@ The **[Hello nf-core](../../hello_nf-core/index.md)** training course will intro
2626
In the Hello courses, we keep the level of technical complexity low on purpose to avoid overloading you with information you don't need in order to get started with Nextflow.
2727
As you move forward with your work, you're going to want to learn how to use the full feature set and power of Nextflow.
2828

29-
To that end, we are currently working on a **collection of [Side Quests](../side_quests/index.md)**, which are meant to be short standalone courses that go deep into specific topics like testing, metadata handling, using conditional statements and the differences between working on HPC _vs._ cloud.
29+
To that end, we are currently working on a **collection of [Side Quests](../side_quests/index.md)**, which are meant to be short standalone courses that go deep into specific topics like testing and metadata handling.
3030

3131
For any topics that's not covered there yet, **browse the [Fundamentals Training](../basic_training/index.md) and [Advanced Training](../advanced/index.md)** to find training materials about the topics that interest you.
3232

docs/nf4_science/rnaseq/survey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feedback survey
22

3-
Before you move on, please complete this short 4-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
3+
Before you move on, please complete this short 5-question survey to rate the training, share any feedback you may have about your experience, and let us know what else we could do to help you in your Nextflow journey.
44

55
This should take you less than a minute to complete. Thank you for helping us improve our training materials for everyone!
66

0 commit comments

Comments
 (0)