From b15051afcb9b3a105bb99192a7af4b1af49603ce Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Fri, 22 Nov 2024 14:53:45 +0000 Subject: [PATCH] clarify default --- 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 62ade494..c81e80af 100644 --- a/docs/hello_nextflow/09_hello_nf-core.md +++ b/docs/hello_nextflow/09_hello_nf-core.md @@ -63,7 +63,7 @@ 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: + One detail that sometimes trips people up is that the pipelines you pull this way are stored in a hidden assets folder. By default this is at `$HOME/.nextflow/assets`, but in this training environment you can check `$NXF_HOME/assets`: ```bash tree $NXF_HOME/assets/ -L 2