Open
Description
Hi NextFlow devs/community,
I'm running into an error when I try to clean my working directories (running on Microsoft Azure). Specifically, in my nextflow.config
, I have (as the last line)
cleanup = true
The error I receive is:
WARN: Unable to start plugin 'nf-azure' required by az://<my_container_name>/work/2e/8cd...
WARN: Failed to cleanup work dir: /my_container_name/work
Here is my log for the run:
nextflow.log
WIth the exception of not cleaning the working directory, the job runs as expected (files are read from and created in my Azure blob containers, so I don't think
blob permissions the problem).
Any help with this error is greatly appreciated! Please let me know if I can provide any additional information that might be helpful.
Best,
Derek