Skip to content

Commit

Permalink
Merge pull request #480 from nextflow-io/pinin4fjords-patch-1
Browse files Browse the repository at this point in the history
Better handle assets dir in nf-core section
  • Loading branch information
pinin4fjords authored Nov 22, 2024
2 parents b6b5d35 + 7a0bef3 commit e656f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ tasks:
command: docker pull -q nextflow/rnaseq-nf

- name: Start Nextflow Tutorial
env:
NXF_HOME: "/workspace/gitpod/.nextflow"
command: |
cd hello-nextflow
source $HOME/.bashrc
Expand Down
4 changes: 2 additions & 2 deletions docs/hello_nextflow/09_hello_nf-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ However nf-core is the largest open curated collection of Nextflow pipelines.

!!!tip

One detail that sometimes trips people up is that the pipelines you pull this way are stored in a hidden assets folder:
Pulled pipelines are stored in a hidden assets folder. By default, this folder is `$HOME/.nextflow/assets`, but in this training environment the folder has been set to `$NXF_HOME/assets`:

```bash
tree $HOME/.nextflow/assets/ -L 2
tree $NXF_HOME/assets/ -L 2
```

```console title="Output"
Expand Down

0 comments on commit e656f03

Please sign in to comment.