Replies: 3 comments 1 reply
-
This
|
Beta Was this translation helpful? Give feedback.
-
When I enable fusion, I get: So I also enabled wave and got: I did this by adding these lines to the config:
I was trying to follow the instructions from https://www.nextflow.io/docs/edge/azure.html but there is no mention of fusion or wave as a requirement. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. When I change the workDir (workDir = 'az://nf-scratch/work/') to a local one ('/home/user/test/') then It seems that nextflow is not able to pull the files from azure with the current setup. I also cannot see the azure files in the local workDir. What exactly has to be changed in the .nf and .config above to run this locally? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Nextflow devs,
I am trying to connect the azure storage in my config with a very simple script that is just printing the head of a file and the folder contents.
I run it with:
NXF_VER=22.10.3 nextflow run scripts/nextflow/test_ls.nf -c scripts/nextflow/nextflow_azure_mount.config
When I run this, I get:
The run folder is generated in the workdir in the az folder, but there is only the .command.sh, .command.run, and .azure_blob_dir.
This is the nf workflow file (test_ls.nf):
I tried with and without the publishDir.
This is the config I am using (nextflow_azure_mount.config):
Do you know what could be causing this error?
Beta Was this translation helpful? Give feedback.
All reactions