From 114336d038abff29cabb148bbbdb299b7520c8e4 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 27 Oct 2023 10:50:10 +0200 Subject: [PATCH] Docs: Plugins offline, don't recommend -all Signed-off-by: Phil Ewels --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index cc9b4bfce0..061207a9b9 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -350,7 +350,7 @@ nextflow run -plugins nf-hello To use Nextflow plugins in an offline environment: -1. Download the {ref}`"all" release ` of Nextflow, which comes with the following default plugins: `nf-amazon`, `nf-google`, `nf-tower`. +1. {ref}`Download Nextflow ` and install it on a system with an internet connection. Do not use the "all" package, as this does not allow the use of custom plugins. 2. Download any additional plugins by running `nextflow plugin install `. Alternatively, simply run your pipeline once and Nextflow will download all of the plugins that it needs.