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
The Nextflow pipeline runs in two main stages: stage (prepare data) and run_pipeline (processing).
Most processes rely on Nextflow storeDir as a persistent cache between runs. If outputs exist in the store, tasks are not re-run; remove or re-name store entries to force re-execution.
Parallelisation is done per-well to avoid many short tasks with high overhead (Conda activation, Python startup).
The pipeline is field-aware and can handle missing fields across cycles or plates.
The pipeline does not perform stitching. If you need stitched images, stitch before running the pipeline and disable flatfield estimation, which does not work on pre-stitched images.