Hello everyone! I want to install the nf-weblog plugin on a server with network restrictions. The nextflow documentation says the correct way to do this is:
- Install a self-contained version of Nextflow in an environment with an internet connection. See Standalone distribution for more information.
- Run nextflow plugin install @ for each required plugin to download it. Alternatively, run the pipeline once, which will automatically download all plugins required by the pipeline.
- Copy the nextflow binary and $HOME/.nextflow directory to the offline environment.
- Specify each plugin and its version in Nextflow configuration files or at runtime. See Configuration for more information.
- Is there another way to install the plugin, please? Perhaps from the source code on GitHub? Nextflow version 25.10.4
Thanks in advance!