From d81908c069f547f7e48007b94f0638ee72d62bb2 Mon Sep 17 00:00:00 2001 From: Lukas Forer Date: Tue, 14 May 2024 12:22:29 +0200 Subject: [PATCH] Update documentation --- docs/docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration.md b/docs/docs/configuration.md index e5aadb8e..3b34d8cd 100644 --- a/docs/docs/configuration.md +++ b/docs/docs/configuration.md @@ -102,6 +102,10 @@ By understanding this profile evaluation order, you can effectively configure Ne ## File Staging +!!! warning + + File Staging is obsolete since version >= 0.9.0. + The `stage` section of the `nf-test.config` file is used to define files that are needed by Nextflow in the test environment (`meta` directory). Additionally, the directories `lib`, `bin`, and `assets` are automatically staged. ### Supported Directives