cellpose segments cells in images using GPU-accelerated deep learning
Input
name:type
description
pattern
meta
:map
Groovy Map containing sample information
(sample id)
image
:file
tif file ready for segmentation
*.{tif,tiff}
model
:file
Optional custom cellpose model file. When provided, passed as
—pretrained_model to cellpose. Pass [] (empty list) to use the
default model (cpsam in cellpose 4).
*
Output
name:type
description
pattern
mask
meta
:map
Groovy Map containing sample information
[sample id]
${prefix}/*masks.tif
:file
labelled mask output from cellpose in tif format
${prefix}/*masks.tif
flows
meta
:map
Groovy Map containing sample information
[sample id]
${prefix}/*flows.tif
:file
cell flow output from cellpose
${prefix}/*flows.tif
cells
meta
:map
Groovy Map containing sample information
[sample id]