From 4ce953a69634480a3e98938cc681224ea4274ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pontus=20H=C3=B6jer?= Date: Tue, 8 Jul 2025 10:31:41 +0200 Subject: [PATCH] add deep limit to match output in material --- docs/hello_nf-core/01_run_demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hello_nf-core/01_run_demo.md b/docs/hello_nf-core/01_run_demo.md index a6628c097..e6e15048d 100644 --- a/docs/hello_nf-core/01_run_demo.md +++ b/docs/hello_nf-core/01_run_demo.md @@ -278,7 +278,7 @@ This tells us that three processes were run, corresponding to the three tools sh Finally, let's have a look at the `demo-results` directory produced by the pipeline. ```bash -tree demo-results +tree -L 2 demo-results ``` ```console title="Output"