Skip to content

Commit

Permalink
add hint for new window
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Nov 21, 2024
1 parent 2adf370 commit 3938fc9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/hello_nextflow/09_hello_nf-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ So if you want to try out an nf-core pipeline with minimal effort, you can start

!!!tip

You can run this from anywhere, but if you feel like being consistent with previous exercises, you can create a `nf-core-demo` directory under `hello-nextflow/hello-nf-core`. If you were working through Part 7 (Hello nf-test) before this, you may need to go up one level first.
You can run this from anywhere, but if you feel like being consistent with previous exercises, you can create a `nf-core-demo` directory under `hello-nextflow`. If you were working through Part 7 (Hello nf-test) before this, you may need to go up one level first.

```bash
cd hello-nf-core
mkdir nf-core-demo
cd nf-core-demo
```
Expand Down Expand Up @@ -260,6 +259,22 @@ nf-core --help

### Creating your pipeline

Before we start, let's navigate into the `hello-nf-core` directory:

```
cd ..
cd hello-nf-core
```

!!! hint "Open a new window in VSCode"

If you are working with VSCode (for example running the training on GitPod), you can open a new window to reduce visual clutter:

```bash
code .
```


Let's start by creating a new pipeline with the `nf-core pipelines create` command:

All nf-core pipelines are based on a common template, a standardized pipeline skeleton that can be used to streamline development with shared features and components.
Expand Down

0 comments on commit 3938fc9

Please sign in to comment.