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/hello_nextflow/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
@@ -12,7 +12,7 @@ The rise of big data has made it increasingly necessary to be able to analyze an
12
12
13
13
During this training, you will be introduced to Nextflow in a series of complementary hands-on workshops.
14
14
15
-
Let's get started! Click on the "Open in GitHub Codespaces" button below.
15
+
Let's get started! Click on the "Open in GitHub Codespaces" button below to launch the training environment (preferably in a separate tab), then read on while it loads.
16
16
17
17
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
Copy file name to clipboardExpand all lines: docs/nf4_science/genomics/index.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,9 @@ It builds on the [Hello Nextflow](../../hello_nextflow/) beginner training and d
11
11
12
12
Specifically, this course demonstrates how to implement a simple variant calling pipeline with [GATK](https://gatk.broadinstitute.org/) (Genome Analysis Toolkit), a widely used software package for analyzing high-throughput sequencing data.
13
13
14
-
!!! note
14
+
Let's get started! Click on the "Open in GitHub Codespaces" button below to launch the training environment (preferably in a separate tab), then read on while it loads.
15
15
16
-
Don't worry if you're not familiar with GATK specifically.
17
-
We'll summarize the necessary concepts as we go, and the workflow implementation principles we demonstrate here apply broadly to any command line tool that processes genomics data.
16
+
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
18
17
19
18
## Learning objectives
20
19
@@ -40,9 +39,3 @@ The course assumes some minimal familiarity with the following:
40
39
- Foundational Nextflow concepts and tooling covered in the [Hello Nextflow](../../hello_nextflow/) beginner training.
41
40
42
41
For technical requirements and environment setup, see the [Environment Setup](../../envsetup/) mini-course.
43
-
44
-
## Get started
45
-
46
-
To get started, open the training environment by clicking the 'Open in GitHub Codespaces' button below.
47
-
48
-
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
Copy file name to clipboardExpand all lines: docs/nf4_science/rnaseq/00_orientation.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
@@ -3,7 +3,7 @@
3
3
The training environment contains all the software, code and data necessary to work through this training course, so you don't need to install anything yourself.
4
4
However, you do need a (free) account to log in, and you should take a few minutes to familiarize yourself with the interface.
5
5
6
-
If you have not yet done so, please follow [this link](../../../envsetup/) before going any further.
6
+
If you have not yet done so, please the [Environment Setup](../../envsetup/) mini-course before going any further.
Copy file name to clipboardExpand all lines: docs/nf4_science/rnaseq/index.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,23 @@ It builds on the [Hello Nextflow](../../hello_nextflow/) beginner training and d
11
11
12
12
Specifically, this course demonstrates how to implement a simple bulk RNAseq processing pipeline to trim adapter sequences, align the reads to a genome reference and performs quality control (QC) at several stages.
13
13
14
+
Let's get started! Click on the "Open in GitHub Codespaces" button below to launch the training environment (preferably in a separate tab), then read on while it loads.
15
+
16
+
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
17
+
14
18
## Learning objectives
15
19
16
20
By working through this course, you will learn how to apply foundational Nextflow concepts and tooling to a typical RNAseq use case.
17
21
18
22
By the end of this workshop you will be able to:
19
23
20
24
- Write a linear workflow to apply basic RNAseq processing and QC methods
21
-
- Handle domain-specific files such as FastQ and reference genome resources appropriately
25
+
- Handle domain-specific files such as FASTQ and reference genome resources appropriately
22
26
- Handle single-end and paired-end sequencing data
23
27
- Leverage Nextflow's dataflow paradigm to parallelize per-sample RNAseq processing
28
+
- Aggregate QC reports across multiple steps and samples using relevant channel operators
29
+
24
30
<!-- TODO
25
-
- Implement **[quality control aggregation??]** using relevant channel operators
26
31
- Configure pipeline execution and manage and optimize resource allocations
27
32
- Implement per-step and end-to-end pipeline tests that handle RNAseq-specific idiosyncrasies appropriately
28
33
-->
@@ -37,9 +42,3 @@ The course assumes some minimal familiarity with the following:
37
42
- Foundational Nextflow concepts and tooling covered in the [Hello Nextflow](../../hello_nextflow/) beginner training.
38
43
39
44
For technical requirements and environment setup, see the [Environment Setup](../../envsetup/) mini-course.
40
-
41
-
## Get started
42
-
43
-
To get started, open the training environment by clicking the 'Open in GitHub Codespaces' button below.
44
-
45
-
[](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
0 commit comments