Introduction
This wiki contains information on how to install, stage, configure and run the tglow-pipeline for analysing HCI imaging plates.
Primary pages:
- Installation
- Setup & staging data
- Manifests & configuration
- Configuring & running the pipeline
- Understanding outputs
- Analysing features in R
- Guided example run
Additional resources: FAQ · Known issues · Options reference
Design notes
- The Nextflow pipeline runs in two main stages:
stage(prepare data) andrun_pipeline(processing). - Most processes rely on Nextflow
storeDiras 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.