This document describes the output produced by the pipeline.
The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level results directory.
Depending on the mode(s) run, the pipeline can produce background subtracted TIFFs, TIFF masks containing nuclear and whole-cell segmentations, and resolved whole-cell and nuclear segmentations in GeoJSON format.
The pipeline is built using Nextflow and processes data using the following steps:
- Background subtraction (COMET only) - generates a background subtracted TIFF
- Segmentation via Cellpose (COMET) or Mesmer (COMET/MIBI) for nuclear and whole cell
- Cell measurement
- generates a GeoJSON file with consolidated whole-cell/nuclear segmentations
- calculates cell compartment measurements and channel intensities
- Pipeline information - Report metrics generated during the workflow execution
Output files
extractmarkers/sample.csv-- marker names, background per channel and exposure timebacksub/sample.tiff-- bakground subtracted tiff image.
sopa/sample.zarr-- SpatialData converted image containing segmentations.parquettotiffwholecell/sample_whole-cell.tiff-- tiff label masks from cellpose segmentation for whole cell segmentation.parquettotiffnuclear/sample_nuclear.tiff-- tiff label masks from cellpose segmentation for nuclear segmentation.
mesmerwc/sample_whole-cell.tiff-- tiff label masks for cellpose whole-cell segmentation.mesmernuc/sample_nuclear.tiff-- tiff label masks for cellpose nuclear segmentation.
cellmeasurement/sample.geojson-- resolved whole-cell and nuclear segmentations, optionally containing measurements and intensity values per cell, compatible with QuPath.
segmentationreport/sample/sample.html-- html file for visualising report.
pipeline_info/- Reports generated by Nextflow:
execution_report.html,execution_timeline.html,execution_trace.txtandpipeline_dag.dot/pipeline_dag.svg. - Reports generated by the pipeline:
pipeline_report.html,pipeline_report.txtandsoftware_versions.yml. Thepipeline_report*files will only be present if the--email/--email_on_failparameter's are used when running the pipeline. - Reformatted samplesheet files used as input to the pipeline:
samplesheet.valid.csv. - Parameters used by the pipeline run:
params.json.
- Reports generated by Nextflow:
Nextflow provides excellent functionality for generating various reports relevant to the running and execution of the pipeline. This will allow you to troubleshoot errors with the running of the pipeline, and also provide you with other information such as launch commands, run times and resource usage.