From f406af9e88d79745f0d2b92804dc016ee2b8f778 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Mon, 16 Dec 2024 12:15:09 +0100 Subject: [PATCH] Offline docs: remove warning about `-all` --- sites/docs/src/content/docs/usage/Getting_started/offline.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/docs/src/content/docs/usage/Getting_started/offline.md b/sites/docs/src/content/docs/usage/Getting_started/offline.md index d90e86e20c..14141ae34a 100644 --- a/sites/docs/src/content/docs/usage/Getting_started/offline.md +++ b/sites/docs/src/content/docs/usage/Getting_started/offline.md @@ -22,9 +22,6 @@ First of all, you need to have Nextflow installed on your system. We do this by installing it locally on a machine that _does_ have an internet connection, and then transferring to the offline system. - Start by [installing Nextflow locally](https://nextflow.io/docs/latest/getstarted.html#installation). - :::warning - do _not_ use the `-all` package, as this does not allow the use of custom plugins. - ::: - Kick off a pipeline locally so that Nextflow fetches the required plugins. It does not need to run to completion. - Copy the Nextflow binary and `$HOME/.nextflow` folder to your offline environment. - In your Nextflow configuration file, specify each plugin that you downloaded, both name and version, including default plugins. This will prevent Nextflow from trying to download newer versions of plugins.