Providing plugins like nf-amazon offline #2651
Unanswered
brandoncazander
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @brandoncazander , Have you tried using the https://github.com/nextflow-io/nextflow/releases/tag/v21.10.6 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into an issue recently where a pipeline failed spuriously on startup with the following error around updating the nf-amazon plugin:
This the first and only time I have encountered this issue, and it was worked around by removing the
.nextflow/plr/
directory—this happened before I was able to see the contents. This is using nextflow 21.08-0-edge.My question is, can we bundle plugins like this into our compute environment and prevent nextflow from trying to download and update them at runtime? I found there is an
-offline
flag, but that also prevents nextflow from running a workflow from a github repository.Beta Was this translation helpful? Give feedback.
All reactions