Open fa2k opened 1 year ago
Just FYI older versions of Charliecloud wouldn't throw this error, but the lack of concurrency was still present, so they could just silently break stuff.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bot complaints notwithstanding, Charliecloud still does not support parallel access to its storage directory. So unless Nextflow has changed something, this bug is still present.
Bug report
Expected behavior and actual behavior
Running an nf-core pipeline would download the charliecloud images on-demand.
When multiple different processes are scheduled at the same time, requiring different images, there is an error message and nextflow stops (error shown below).
Steps to reproduce the problem
When there are no local cached charliecloud images, the following command can reproduce the error:
Program output
Environment
Additional context
It's possible to work around the problem by manually pulling all the required images before running nextflow.