cellgeni/microaligner_registration

subworkflow

Register microscopy images using two-step microaligner

linear registration non-linear registration microaligner

Module Information

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

Components

This subworkflow uses the following modules:

Inputs

Name Type Description
images file Structure: [ val(meta), path(image) ]

Outputs

Name Type Description
csi file Reigtstered images in tif format Structure: [ val(meta), path(tif) ]
versions file File containing software versions Structure: [ path(versions.yml) ]

Quick Start

Include this subworkflow in your Nextflow pipeline:

include { MICROALIGNER_REGISTRATION } from 'https://github.com/cellgeni/nf-modules/tree/main/subworkflows/sanger-cellgeni/microaligner_registration'
View on GitHub Report Issue