-
I had a nightmare getting this working. I'm going to summarise my last few weeks below to help others who may follow. That probably includes myself in about 2 days. Problem Infrastructure
ErrorsFatal Pipeline Errors
Log file not available when some jobs start running
BatchtoolsExpiration
Gzfile - cannot open the connection
I'll post my answers below. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
SolutionsFatal Pipeline Errors
Log File Not Available
BatchtoolsExpiration
Gzfile - cannot open the connection
Summary
Hope it helps someone! |
Beta Was this translation helpful? Give feedback.
Solutions
Fatal Pipeline Errors
Update Targets
Log File Not Available
Note: .log file, not .rds (below)
If this happens as the worker starts up (or as jobs are moved to workers after being queued), you may need to patch
batchtools
to avoid this bug mllg/batchtools#276 (comment)BatchtoolsExpiration
future.batchtools:::batchtools_slurm
in yourfuture::plan
you need to check thebatchtools
function it refers to is correctly mapping all possible slurm job state codes.