cellgeni/imaging_mergeoutlines
moduleA simple python script to merge outlines from multiple overlapping tiles
image analysis merge polygons outlines shapely
Module Information
Tools
mergeoutlines
A simple python script to merge outlines from multiple overlapping tiles
License: MIT
Inputs
| Name | Type | Description |
|---|---|---|
| 0 |
Outputs
| Name | Type | Description |
|---|---|---|
| meta | map | Groovy Map containing sample information e.g. `[ id:'sample1' ]` |
| {prefix}.wkt | file | merged outlines in wkt format |
| versions |
Quick Start
Include this module in your Nextflow pipeline:
include { IMAGING_MERGEOUTLINES } from 'https://github.com/cellgeni/nf-modules/tree/main/modules/sanger-cellgeni/imaging/mergeoutlines'