-
I am using Nextflow 21.03.0-edge from a Linux cluster on my campus, and am trying to test out the Azure Batch functionality so I can write up documentation for a project I'm on. I'm getting the error:
I assume that there is something we need to change about the way Nextflow is installed on our cluster in order to allow it to use plugins. I haven't been able to find any documentation on this topic. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Install it as described here https://www.nextflow.io/docs/latest/getstarted.html#installation |
Beta Was this translation helpful? Give feedback.
-
Hi @lvclark , This problem might be there due to the |
Beta Was this translation helpful? Give feedback.
Hi @lvclark ,
This problem might be there due to the
nextflow-21.03.0-edge-all
binary, installed on your cluster. For downloading plugins on the fly it's better to rely on the usualnextflow
binary, both of which could be found here https://github.com/nextflow-io/nextflow/releases/tag/v21.03.0-edge