cellgeni/imaging_generatetiles

module

a helper script to generate tiles from an 2D image file

image tiling slicing

Module Information

Repository
https://github.com/cellgeni/nf-modules/tree/main/modules/sanger-cellgeni/imaging/generatetiles
Source
Sanger (cellgeni)
Organization
cellgeni
Authors
@BioinfoTongLI

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'
View on GitHub Report Issue