From d9982be91647c5fa274f4b24c7b418788f4ca371 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Fri, 22 Nov 2024 13:40:43 +0000 Subject: [PATCH] Update assets tip to use NXF_HOME --- docs/hello_nextflow/09_hello_nf-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hello_nextflow/09_hello_nf-core.md b/docs/hello_nextflow/09_hello_nf-core.md index 0f1d2402..62ade494 100644 --- a/docs/hello_nextflow/09_hello_nf-core.md +++ b/docs/hello_nextflow/09_hello_nf-core.md @@ -66,7 +66,7 @@ However nf-core is the largest open curated collection of Nextflow pipelines. One detail that sometimes trips people up is that the pipelines you pull this way are stored in a hidden assets folder: ```bash - tree $HOME/.nextflow/assets/ -L 2 + tree $NXF_HOME/assets/ -L 2 ``` ```console title="Output"