nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.61k stars 605 forks source link

The user-provided path .command.log does not exist. #4986

Closed angsm closed 1 month ago

angsm commented 1 month ago

Hi,

I am running nextflow off AWS batch using -resume feature. The job did resume and the application completed its run, but at the last moment before it ends, it errors with

The user-provided path .command.log does not exist.

The files is not in the s3 output directory as well, but the other .command files are there. Anybody know anyway I can debug this? I tried Googling and looking at command.sh as well as the other output files, they do not provide any details.

image

image