Bug report
When the output directory for a Nextflow workflow executed in AWS Batch is set to a local directory, that local directory will exist on the head node executing the Nextflow workflow. If this head node runs out of disk space (as the workflow output is being written to disk) then the Nextflow workflow will fail with the error:
Unable to complete multipart download. Individual part download failed.
This is a misleading error as the failure is nothing to do with a download failing due to multi-parts, but in fact is due to lack of disk space.
Expected behavior and actual behavior
Correct error message about lack of disk space
Steps to reproduce the problem
TBD
Program output
TBD
Bug report
When the output directory for a Nextflow workflow executed in AWS Batch is set to a local directory, that local directory will exist on the head node executing the Nextflow workflow. If this head node runs out of disk space (as the workflow output is being written to disk) then the Nextflow workflow will fail with the error:
This is a misleading error as the failure is nothing to do with a download failing due to multi-parts, but in fact is due to lack of disk space.
Expected behavior and actual behavior
Correct error message about lack of disk space
Steps to reproduce the problem
TBD
Program output
TBD