-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New multi-course structure for training materials
First step toward evolving Hello Nextflow to be more modular. Just content moves and stub creation (not updated content yet except some rough chopping where bits are getting split up).
- Loading branch information
Showing
133 changed files
with
806 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Orientation | ||
|
||
The Gitpod environment contains all the software, code and data necessary to work through this training course, so you don't need to install anything yourself. | ||
However, you do need a (free) account to log in, and you should take a few minutes to familiarize yourself with the interface. | ||
|
||
If you have not yet done so, please follow [this link](../../envsetup/) before going any further. | ||
|
||
## Materials provided | ||
|
||
Throughout this training course, we'll be working in the `big-nextflow/` directory. | ||
This directory contains all the code files, test data and accessory files you will need. | ||
|
||
Feel free to explore the contents of this directory; the easiest way to do so is to use the file explorer on the left-hand side of the Gitpod workspace. | ||
Alternatively, you can use the `tree` command. | ||
Throughout the course, we use the output of `tree` to represent directory structure and contents in a readable form, sometimes with minor modifications for clarity. | ||
|
||
Here we generate a table of contents to the second level down: | ||
|
||
```bash | ||
tree . -L 2 | ||
``` | ||
|
||
If you run this inside `big-nextflow`, you should see the following output: [TODO] | ||
|
||
```console title="Directory contents" | ||
. | ||
``` | ||
|
||
!!!note | ||
|
||
Don't worry if this seems like a lot; we'll go through the relevant pieces at each step of the course. | ||
This is just meant to give you an overview. | ||
|
||
**Here's a summary of what you should know to get started:** | ||
|
||
[TODO] | ||
|
||
!!!tip | ||
|
||
If for whatever reason you move out of this directory, you can always run this command to return to it: | ||
|
||
```bash | ||
cd /workspace/gitpod/big-nextflow | ||
``` | ||
|
||
Now, to begin the course, click on the arrow in the bottom right corner of this page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Big Nextflow | ||
hide: | ||
- toc | ||
--- | ||
|
||
# Big Nextflow | ||
|
||
[TODO]] | ||
|
||
Let's get started! | ||
|
||
[![Open in Gitpod](https://img.shields.io/badge/Gitpod-%20Open%20in%20Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/nextflow-io/training) | ||
|
||
## Learning objectives | ||
|
||
In this workshop, you will learn [TODO]. | ||
|
||
By the end of this workshop you will be able to: | ||
|
||
[TODO] | ||
|
||
## Audience & prerequisites | ||
|
||
[TODO] | ||
|
||
**Prerequisites** | ||
|
||
- A GitHub account | ||
- Experience with command line | ||
[TODO] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.