Skip to content

Commit 011340e

Browse files
authored
Merge pull request #531 from nextflow-io/gvda-patch_rnaseq
Minor fixes and improvements to the index and orientation pages
2 parents 6e53d14 + 5c94632 commit 011340e

File tree

5 files changed

+11
-38
lines changed

5 files changed

+11
-38
lines changed

docs/hello_nextflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The rise of big data has made it increasingly necessary to be able to analyze an
1212

1313
During this training, you will be introduced to Nextflow in a series of complementary hands-on workshops.
1414

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.
1616

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

docs/nf4_science/genomics/index.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ It builds on the [Hello Nextflow](../../hello_nextflow/) beginner training and d
1111

1212
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.
1313

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.
1515

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+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
1817

1918
## Learning objectives
2019

@@ -40,9 +39,3 @@ The course assumes some minimal familiarity with the following:
4039
- Foundational Nextflow concepts and tooling covered in the [Hello Nextflow](../../hello_nextflow/) beginner training.
4140

4241
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-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)

docs/nf4_science/rnaseq/00_orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44
However, you do need a (free) account to log in, and you should take a few minutes to familiarize yourself with the interface.
55

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.
77

88
## Materials provided
99

docs/nf4_science/rnaseq/index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,23 @@ It builds on the [Hello Nextflow](../../hello_nextflow/) beginner training and d
1111

1212
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.
1313

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+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)
17+
1418
## Learning objectives
1519

1620
By working through this course, you will learn how to apply foundational Nextflow concepts and tooling to a typical RNAseq use case.
1721

1822
By the end of this workshop you will be able to:
1923

2024
- 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
2226
- Handle single-end and paired-end sequencing data
2327
- 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+
2430
<!-- TODO
25-
- Implement **[quality control aggregation??]** using relevant channel operators
2631
- Configure pipeline execution and manage and optimize resource allocations
2732
- Implement per-step and end-to-end pipeline tests that handle RNAseq-specific idiosyncrasies appropriately
2833
-->
@@ -37,9 +42,3 @@ The course assumes some minimal familiarity with the following:
3742
- Foundational Nextflow concepts and tooling covered in the [Hello Nextflow](../../hello_nextflow/) beginner training.
3843

3944
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-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/nextflow-io/training?quickstart=1&ref=master)

nf4-science/rnaseq/modules/fastqc.nf

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

0 commit comments

Comments
 (0)