Error when using Azure Blob as work location #2454
Answered
by
manuelesimi
kumarusa2020
asked this question in
Q&A
-
Hello members, I am trying a sample nextflow script using Azure Blob storage for work directory. I am getting an error and couldn't understand if my setup has anything to do, appreciate your response. Here is the error when trying to run my sample script connecting to Azure Blob storage. PLEASE HELP!!
Script: tutorial.nf
Error: |
Beta Was this translation helpful? Give feedback.
Answered by
manuelesimi
Nov 18, 2021
Replies: 1 comment
-
Hi, As you can see from the output, you are not submitting your tasks to Azure Batch ( manuele |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bentsherman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
As you can see from the output, you are not submitting your tasks to Azure Batch (
executor > local
). You can't use a blob storage as workdir without using Azure Batch as executor.manuele