cellgeni/imaging_generatetiles
modulea helper script to generate tiles from an 2D image file
image tiling slicing
Module Information
Tools
imaging
A simple script to generate tiles from an 2D image file
License: MIT
Inputs
| Name | Type | Description |
|---|---|---|
| 0 | map | Groovy Map containing sample information e.g. `[ id:'test' ]` |
Outputs
| Name | Type | Description |
|---|---|---|
| 0 | map | Groovy Map containing sample information e.g. `[ id:'test' ]` |
| versions | file | File containing software versions |
Quick Start
Include this module in your Nextflow pipeline:
include { IMAGING_GENERATETILES } from 'https://github.com/cellgeni/nf-modules/tree/main/modules/sanger-cellgeni/imaging/generatetiles'