Skip to content

Commit

Permalink
Merge pull request #464 from nextflow-io/mitigate_gitpod
Browse files Browse the repository at this point in the history
Make cd less specific
  • Loading branch information
pinin4fjords authored Nov 18, 2024
2 parents fa92ba5 + 5183bc4 commit 8fd1ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions docs/hello_nextflow/03_hello_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ When you run a container, it is isolated from the host system by default.
This means that the container can't access any files on the host system unless you explicitly tell it to.
One way to do this is to **mount** a **volume** from the host system into the container.

Prior to working on the next task, confirm that you are in the `hello-nextflow` directory.

```bash
cd /workspace/gitpod/hello-nextflow
```
Prior to working on the next task, confirm that you are in the `hello-nextflow` directory. The last part of the path shown when you type `pwd` should be `hello-nextflow`.

Then run:

Expand Down
3 changes: 1 addition & 2 deletions docs/hello_nextflow/04_hello_genomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ The tools we need (Samtools and GATK) are not installed in the Gitpod environmen

!!! note

Make sure you're in the correct working directory:
`cd /workspace/gitpod/hello-nextflow`
Make sure you're in the `hello-nextflow` directory so that the last part of the path shown when you type `pwd` is `hello-nextflow`.

### 0.1. Index a BAM input file with Samtools

Expand Down

0 comments on commit 8fd1ab4

Please sign in to comment.