task-1.command.out.txt
which had Bonjour world!
inside, task-1.command.err.txt
was empty and when tried to download task-1.command.log.txt
got Unable to download file: .command.log
message on the website. I've also checked a corresponding work directory here: /fusion/s3/my-bucket/scratch/5DQRTBKJsIIay1/bf/71c55281bdbbb44ead372c5acf3746
and it was empty.
s3:get
and s3:list
. Is that the correct one?
.command.*
files in the work
directories. Am I missing anything?
maxRetries
to some reasonable value for all of the processes by default? (At the moment my maxRetries
depends on the exit code, but as there is not exit code provided by AWS, it should be applied to any reason)
process.errorStrategy = 'retry'
process.maxRetries = 5 // or more
#new-pipelines
channel)
-resume
option in NF Tower, so that the outputs from these initial processes can be reused? Thanks!
Hi there, thanks for the great tool.
I’ve noticed lately that the jobs remain in the blue running state, even though they have been cancelled and are not running anymore. Failed jobs and successfully completed jobs are accurately reflected, however. For reference, I am running all my jobs on SLURM. I was wondering if there is maybe something I am doing wrong on my part or if there is any parameter I should change to fix this? I noticed this happening about a month ago. Thanks!