nf-core/vizgenpostprocessing_preparesegmentation
moduleThe module prepares the specification JSON file for Vizgen's post-processing tool cell segmentation workflow.
vpt vizgen segmentation microscopy spatial transcriptomics
Module Information
Tools
Inputs
| Name | Type | Description |
|---|---|---|
| 0 | ||
| algorithm_json | file | JSON file containing the algorithm specification |
| images_regex | string | Can either be blank to match files by MERSCOPE convention, or a python formatting string specifying the file name (e.g., image_{stain}_z{z}.tif), or a regular expression matching the tiff files to be used (e.g., mosaic_(?P<stain>[\w|-]+)_z(?P<z>[0-9]+).tif) |
Quick Start
Include this module in your Nextflow pipeline:
include { VIZGENPOSTPROCESSING_PREPARESEGMENTATION } from 'https://github.com/nf-core/modules/tree/master/modules/nf-core/vizgenpostprocessing/preparesegmentation'