nf-core/vizgenpostprocessing_runsegmentationontile
moduleThe module runs the segmentation algorithm on a specific tile using Vizgen's post-processing tool.
vpt vizgen segmentation microscopy spatial transcriptomics
Module Information
Tools
Inputs
| Name | Type | Description |
|---|---|---|
| 0 | ||
| algorithm_json | file | JSON file containing the algorithm parameters. |
| custom_weights | directory | Directory containing custom weights for the segmentation algorithm. Must be defined in the algorithm JSON file under "custom_weights" as directory name only (not full path). |
Quick Start
Include this module in your Nextflow pipeline:
include { VIZGENPOSTPROCESSING_RUNSEGMENTATIONONTILE } from 'https://github.com/nf-core/modules/tree/master/modules/nf-core/vizgenpostprocessing/runsegmentationontile'