nf-core/cellpose @ 0.0.0-0c7146d
Summary
cellpose segments cells in images using GPU-accelerated deep learning
Get started
Add the following snippet to your workflow script to include this module.
include { CELLPOSE } from 'nf-core/cellpose'
License
MIT License
Name
|
CELLPOSE |
|---|
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). *
|
|---|
mask
tuple
meta
map
|
Groovy Map containing sample information [sample id] |
|---|---|
${prefix}/*masks.tif
file
|
labelled mask output from cellpose in tif format ${prefix}/*masks.tif
|
cells
tuple
meta
map
|
Groovy Map containing sample information [sample id] |
|---|---|
${prefix}/*seg.npy
file
|
numpy array with cell segmentation data ${prefix}/*seg.npy
|
flows
tuple
meta
map
|
Groovy Map containing sample information [sample id] |
|---|---|
${prefix}/*flows.tif
file
|
cell flow output from cellpose ${prefix}/*flows.tif
|
versions_torch
tuple
${task.process}
string
|
The name of the process |
|---|---|
torch
string
|
The name of the tool |
cellpose --version | sed -n 's/torch version:[[:space:]]*//p' | tr -d '[:space:]'
eval
|
The expression to obtain the version of the tool |
versions_python
tuple
${task.process}
string
|
The name of the process |
|---|---|
python
string
|
The name of the tool |
cellpose --version | sed -n 's/python version:[[:space:]]*//p' | tr -d '[:space:]'
eval
|
The expression to obtain the version of the tool |
versions_cellpose
tuple
${task.process}
string
|
The name of the process |
|---|---|
cellpose
string
|
The name of the tool |
cellpose --version | sed -n 's/cellpose version:[[:space:]]*//p' | tr -d '[:space:]'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| cellpose | cellpose is an anatomical segmentation algorithm written in Python 3 by Carsen Stringer and Marius Pachitariu | https://github.com/MouseLand/cellpose |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:29:39 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcellpose/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/cellpose/blobs/sha256:bc31c461fbb10f3f0fee42372d365e9461c18f3c4284bc9c40364c263322bcd7 |
| Size | 4.1 KB |
| Checksum | sha256:bc31c461fbb10f3f0fee42372d365e9461c18f3 |