You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way to make resume work here is to use process.cache = 'lenient' in the nextflow.config file. This ignores the changed date stamps on files and only checks to make sure the files are there and correct size.
I typically don't use resume because we haven't found a way to make it work with Spark/Dask clusters. Instead, I have a --skip parameter and just add the steps I want to skip. So --skip=blur,segment would skip the first two steps and just run morphometry. Since all the data is outside the work dir, this is effectively resuming the processing from a given point.
Filed here:
https://github.com/embl-cba/ome-zarr-image-analysis-nextflow/issues/8
But let's continue the discussion here.
@krokicki @bugraoezdemir @sebgoti @tischi (somehow I cannot christian) @folterj
The text was updated successfully, but these errors were encountered: